Skip to content
Success

Console Output

08:57:18 Started by user Quentin Le Menez
08:57:18 Running as Quentin Le Menez
08:57:18 Agent centos-7-agent-6gb-lbzdj is provisioned from template centos-7-agent-6gb
08:57:18 ---
08:57:18 apiVersion: "v1"
08:57:18 kind: "Pod"
08:57:18 metadata:
08:57:18   annotations: {}
08:57:18   labels:
08:57:18     jenkins: "slave"
08:57:18     jenkins/label: "centos-7-6gb"
08:57:18   name: "centos-7-agent-6gb-lbzdj"
08:57:18 spec:
08:57:18   containers:
08:57:18   - env:
08:57:18     - name: "JENKINS_SECRET"
08:57:18       value: "********"
08:57:18     - name: "JENKINS_TUNNEL"
08:57:18       value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
08:57:18     - name: "JENKINS_AGENT_NAME"
08:57:18       value: "centos-7-agent-6gb-lbzdj"
08:57:18     - name: "JENKINS_REMOTING_JAVA_OPTS"
08:57:18       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
08:57:18         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
08:57:18     - name: "JAVA_TOOL_OPTIONS"
08:57:18       value: ""
08:57:18     - name: "_JAVA_OPTIONS"
08:57:18       value: ""
08:57:18     - name: "OPENJ9_JAVA_OPTIONS"
08:57:18       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
08:57:18     - name: "JENKINS_NAME"
08:57:18       value: "centos-7-agent-6gb-lbzdj"
08:57:18     - name: "JENKINS_AGENT_WORKDIR"
08:57:18       value: "/home/jenkins/agent"
08:57:18     - name: "JENKINS_URL"
08:57:18       value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
08:57:18     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5"
08:57:18     imagePullPolicy: "Always"
08:57:18     name: "jnlp"
08:57:18     resources:
08:57:18       limits:
08:57:18         memory: "6144Mi"
08:57:18         cpu: "2000m"
08:57:18       requests:
08:57:18         memory: "6144Mi"
08:57:18         cpu: "1000m"
08:57:18     securityContext:
08:57:18       privileged: false
08:57:18     tty: true
08:57:18     volumeMounts:
08:57:18     - mountPath: "/home/jenkins/.m2/toolchains.xml"
08:57:18       name: "m2-dir"
08:57:18       readOnly: true
08:57:18       subPath: "toolchains.xml"
08:57:18     - mountPath: "/home/jenkins/.mavenrc"
08:57:18       name: "m2-dir"
08:57:18       readOnly: true
08:57:18       subPath: ".mavenrc"
08:57:18     - mountPath: "/opt/tools"
08:57:18       name: "volume-0"
08:57:18       readOnly: false
08:57:18     - mountPath: "/home/jenkins"
08:57:18       name: "volume-2"
08:57:18       readOnly: false
08:57:18     - mountPath: "/home/jenkins/.m2/repository"
08:57:18       name: "volume-3"
08:57:18       readOnly: false
08:57:18     - mountPath: "/home/jenkins/.m2/settings-security.xml"
08:57:18       name: "m2-secret-dir"
08:57:18       readOnly: true
08:57:18       subPath: "settings-security.xml"
08:57:18     - mountPath: "/home/jenkins/.m2/wrapper"
08:57:18       name: "volume-4"
08:57:18       readOnly: false
08:57:18     - mountPath: "/home/jenkins/.m2/settings.xml"
08:57:18       name: "m2-secret-dir"
08:57:18       readOnly: true
08:57:18       subPath: "settings.xml"
08:57:18     - mountPath: "/home/jenkins/.ssh"
08:57:18       name: "volume-1"
08:57:18       readOnly: false
08:57:18     - mountPath: "/home/jenkins/agent"
08:57:18       name: "workspace-volume"
08:57:18       readOnly: false
08:57:18     workingDir: "/home/jenkins/agent"
08:57:18   nodeSelector:
08:57:18     beta.kubernetes.io/os: "linux"
08:57:18   restartPolicy: "Never"
08:57:18   securityContext: {}
08:57:18   volumes:
08:57:18   - name: "volume-0"
08:57:18     persistentVolumeClaim:
08:57:18       claimName: "tools-claim-jiro-papyrus"
08:57:18       readOnly: true
08:57:18   - name: "m2-secret-dir"
08:57:18     secret:
08:57:18       secretName: "m2-secret-dir"
08:57:18   - emptyDir:
08:57:18       medium: ""
08:57:18     name: "volume-2"
08:57:18   - configMap:
08:57:18       name: "m2-dir"
08:57:18     name: "m2-dir"
08:57:18   - configMap:
08:57:18       name: "known-hosts"
08:57:18     name: "volume-1"
08:57:18   - emptyDir:
08:57:18       medium: ""
08:57:18     name: "workspace-volume"
08:57:18   - emptyDir:
08:57:18       medium: ""
08:57:18     name: "volume-4"
08:57:18   - emptyDir:
08:57:18       medium: ""
08:57:18     name: "volume-3"
08:57:18 
08:57:18 Building remotely on centos-7-agent-6gb-lbzdj (centos-7-6gb) in workspace /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release
08:57:18 The recommended git tool is: NONE
08:57:20 No credentials specified
08:57:20 Cloning the remote Git repository
08:57:20 Cloning repository git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git
08:57:20  > git init /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source # timeout=10
08:57:20 Fetching upstream changes from git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git
08:57:20  > git --version # timeout=10
08:57:20  > git --version # 'git version 1.8.3.1'
08:57:20  > git fetch --tags --progress git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10
08:59:36  > git config remote.origin.url git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git # timeout=10
08:59:36  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
08:59:36 Avoid second fetch
08:59:36  > git rev-parse 5ab336f6d630ae569db34a2e7aa39ab390a0d08a^{commit} # timeout=10
08:59:36 Checking out Revision 5ab336f6d630ae569db34a2e7aa39ab390a0d08a (detached)
08:59:36  > git config core.sparsecheckout # timeout=10
08:59:36  > git checkout -f 5ab336f6d630ae569db34a2e7aa39ab390a0d08a # timeout=10
09:01:57 Commit message: "Bug 570716: [Tests] Fix ReloadEditorTest failure"
09:01:57 First time build. Skipping changelog.
09:01:57 Cleaning workspace
09:01:57  > git rev-parse --verify HEAD # timeout=10
09:01:57 Resetting working tree
09:01:57  > git reset --hard # timeout=10
09:01:58  > git clean -fdx # timeout=10
09:02:10 $ pkill Xvnc
09:02:10 $ pkill Xrealvnc
09:02:10 $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
09:04:48 [Papyrus-Master-Toolsmiths-Release] $ vncserver -list
09:04:48 Starting xvnc
09:04:48 [Papyrus-Master-Toolsmiths-Release] $ Xvnc :54 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
09:04:48 
09:04:48 Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
09:04:48 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
09:04:48 See http://www.tigervnc.org for information on TigerVNC.
09:04:48 Underlying X server release 12004000, The X.Org Foundation
09:04:48 
09:04:48 
09:04:48 Mon May  3 13:04:48 2021
09:04:48  vncext:      VNC extension running!
09:04:48  vncext:      Listening for VNC connections on all interface(s), port 5954
09:04:48  vncext:      created VNC server for screen 0
09:04:49 [Papyrus-Master-Toolsmiths-Release] $ /opt/tools/apache-maven/latest/bin/mvn -f source/releng/toolsmiths/pom.xml -DSIGN=true -DBUILD_ALIAS=5.2.0I2 -Dapireport.baseline=https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/latest/ -Dapireport.outputdir=/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release -Dpapyrus.repo.main=https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository clean verify -PdefaultProfile
09:04:49 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
09:04:49 Maven home: /opt/tools/apache-maven/latest
09:04:49 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
09:04:49 Default locale: en_US, platform encoding: UTF-8
09:04:49 OS name: "linux", version: "5.10.19-200.fc33.x86_64", arch: "amd64", family: "unix"
09:04:51 [INFO] Scanning for projects...
09:08:17 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.debug.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/pom.xml
09:08:39 [INFO] Fetching p2.index from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/ (172B)
09:08:40 [INFO] Adding repository https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository
09:08:40 [INFO] Fetching content.xml.xz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/ (82.49kB)
09:08:40 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
09:08:40 [INFO] Adding repository http://download.eclipse.org/cbi/updates/license
09:08:40 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
09:08:40 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
09:08:40 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
09:08:40 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
09:08:40 [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
09:08:41 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.debug.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/pom.xml
09:08:41 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.debug.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/pom.xml
09:08:41 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.diagramgen.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/pom.xml
09:08:41 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.diagramgen.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/pom.xml
09:08:42 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.diagramgen.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/pom.xml
09:08:42 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/pom.xml
09:08:42 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/pom.xml
09:08:42 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/pom.xml
09:08:42 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/pom.xml
09:08:43 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/pom.xml
09:08:43 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/pom.xml
09:08:43 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.builder.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/pom.xml
09:08:43 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.builder.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/pom.xml
09:08:44 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.builder.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/pom.xml
09:08:44 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/pom.xml
09:08:44 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/pom.xml
09:08:44 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/pom.xml
09:08:44 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.tooling.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.gmf.tooling.feature/pom.xml
09:08:44 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.tooling.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.gmf.tooling.feature/pom.xml
09:08:45 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.tooling.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.gmf.tooling.feature/pom.xml
09:08:45 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.assistants.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/pom.xml
09:08:45 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.assistants.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/pom.xml
09:08:45 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.assistants.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/pom.xml
09:08:45 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/pom.xml
09:08:45 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/pom.xml
09:08:46 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/pom.xml
09:08:46 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/pom.xml
09:08:46 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/pom.xml
09:08:46 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/pom.xml
09:08:46 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml
09:08:46 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml
09:08:47 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml
09:08:47 [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (762.75kB)
09:09:00 [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (9.67MB)
09:09:06 [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (1.28MB)
09:09:07 [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (328.72kB)
09:09:07 [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (36.66kB)
09:09:08 [INFO] Fetching R-4.19-202103031800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.19/
09:09:08 [INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (470.65kB)
09:09:08 [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (2.85MB)
09:09:09 [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (13kB)
09:09:09 [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (102.39kB)
09:09:09 [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (63.23kB)
09:09:10 [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (14.47kB)
09:09:10 [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (255.73kB)
09:09:10 [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/
09:09:10 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (35.59kB)
09:09:10 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.35kB)
09:09:11 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (95.26kB)
09:09:11 [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (82.7kB)
09:09:11 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (33.71kB)
09:09:11 [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (155.35kB)
09:09:11 [INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.93kB)
09:09:12 [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (30.58kB)
09:09:12 [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (71.46kB)
09:09:12 [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (18.03kB)
09:09:12 [INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.38kB)
09:09:12 [INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (102.05kB)
09:09:12 [INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (125.97kB)
09:09:13 [INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20210217-1644.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (282.34kB)
09:09:13 [INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.85kB)
09:09:13 [INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (100.65kB)
09:09:13 [INFO] Fetching org.eclipse.jdt.core_3.25.0.v20210223-0522.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (6.91MB)
09:09:14 [INFO] Fetching org.eclipse.core.resources_3.14.0.v20210215-0934.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (877.43kB)
09:09:14 [INFO] Fetching org.eclipse.ant.ui_3.7.1200.v20210206-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (475.35kB)
09:09:15 [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.79kB)
09:09:15 [INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.62kB)
09:09:15 [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (339.79kB)
09:09:16 [INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.58kB)
09:09:16 [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1,018.14kB)
09:09:17 [INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210224-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (3.94MB)
09:09:21 [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.200.v20210224-0638.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.67MB)
09:09:21 [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (124.96kB)
09:09:22 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (105.56kB)
09:09:22 [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.72kB)
09:09:22 [INFO] Fetching org.eclipse.jdt.junit_3.11.1100.v20210203-1102.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (232.08kB)
09:09:22 [INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (306.78kB)
09:09:23 [INFO] Fetching org.eclipse.jface.text_3.17.0.v20210213-0904.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (317.43kB)
09:09:23 [INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (950.29kB)
09:09:24 [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.88kB)
09:09:24 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (235.59kB)
09:09:25 [INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210215-0846.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (200.97kB)
09:09:25 [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (122.98kB)
09:09:25 [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.82kB)
09:09:25 [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.1kB)
09:09:26 [INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (58.96kB)
09:09:26 [INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (41.22kB)
09:09:26 [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.51kB)
09:09:26 [INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.13kB)
09:09:26 [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (56.91kB)
09:09:26 [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (82.74kB)
09:09:27 [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.71kB)
09:09:27 [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.17kB)
09:09:27 [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (41.14kB)
09:09:27 [INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.09kB)
09:09:27 [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (42.03kB)
09:09:28 [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (120.7kB)
09:09:28 [INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (362.4kB)
09:09:28 [INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210215-1525.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (960.47kB)
09:09:30 [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.14kB)
09:09:30 [INFO] Fetching 4.0.0_gef-master_1952&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/gef/updates/legacy/releases/
09:09:30 [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (215.67kB)
09:09:30 [INFO] Fetching org.eclipse.swt_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.03kB)
09:09:30 [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.78kB)
09:09:30 [INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (25.87kB)
09:09:31 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (14.07kB)
09:09:31 [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.66kB)
09:09:31 [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.94kB)
09:09:31 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.68kB)
09:09:31 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.72kB)
09:09:31 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.42kB)
09:09:31 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (21.73kB)
09:09:32 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB)
09:09:32 [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (484.19kB)
09:09:32 [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.02kB)
09:09:33 [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (66.15kB)
09:09:33 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.63kB)
09:09:33 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.78kB)
09:09:33 [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.79kB)
09:09:33 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.64kB)
09:09:33 [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.13kB)
09:09:34 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (110.28kB)
09:09:34 [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.19kB)
09:09:34 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.46kB)
09:09:34 [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.12kB)
09:09:34 [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.81kB)
09:09:35 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.06kB)
09:09:35 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (49.78kB)
09:09:35 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (94.41kB)
09:09:35 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (62.6kB)
09:09:35 [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.72kB)
09:09:36 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.07kB)
09:09:36 [INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.89kB)
09:09:36 [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (114.56kB)
09:09:36 [INFO] Fetching 2.25&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/
09:09:36 [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (59.59kB)
09:09:36 [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (30.39kB)
09:09:37 [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (61.15kB)
09:09:37 [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (96.81kB)
09:09:37 [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (109.05kB)
09:09:37 [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.0.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (131.85kB)
09:09:38 [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (169.13kB)
09:09:38 [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (403.7kB)
09:09:38 [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (85.1kB)
09:09:38 [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.98kB)
09:09:38 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.47kB)
09:09:38 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (34.56kB)
09:09:38 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (58.14kB)
09:09:39 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (108kB)
09:09:39 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (44.42kB)
09:09:39 [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.04kB)
09:09:39 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20210227-0235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (39.28kB)
09:09:39 [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.38kB)
09:09:40 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.99kB)
09:09:40 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (116.64kB)
09:09:40 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (81.19kB)
09:09:40 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.18kB)
09:09:40 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (74.47kB)
09:09:41 [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (37.85kB)
09:09:41 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.79kB)
09:09:41 [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.86kB)
09:09:41 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.94kB)
09:09:41 [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.03kB)
09:09:42 [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (105.89kB)
09:09:42 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.64kB)
09:09:42 [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.86kB)
09:09:42 [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (122.23kB)
09:09:42 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.61kB)
09:09:43 [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (288.69kB)
09:09:43 [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (71.54kB)
09:09:43 [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.62kB)
09:09:43 [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (257.14kB)
09:09:44 [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (110.07kB)
09:09:44 [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29kB)
09:09:44 [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (114.29kB)
09:09:44 [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (190.36kB)
09:09:44 [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB)
09:09:44 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (532.14kB)
09:09:45 [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (901.43kB)
09:09:45 [INFO] Fetching org.eclipse.search_3.13.0.v20210212-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (214.1kB)
09:09:46 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.500.v20210112-0706.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.62kB)
09:09:46 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (176.89kB)
09:09:46 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1000.v20210112-0706.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.62kB)
09:09:47 [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (123kB)
09:09:47 [INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210204-1156.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (491.61kB)
09:09:47 [INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (130.04kB)
09:09:49 [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (70.23kB)
09:09:49 [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.74kB)
09:09:49 [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (157.36kB)
09:09:49 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (976.59kB)
09:09:50 [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.42MB)
09:09:50 [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.86kB)
09:09:51 [INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.14kB)
09:09:51 [INFO] Fetching org.eclipse.papyrus.infra.widgets_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (573.4kB)
09:09:51 [INFO] Fetching org.eclipse.pde.core_3.14.200.v20210208-1154.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.33MB)
09:09:51 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (40.42kB)
09:09:52 [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (11.51kB)
09:09:52 [INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.33kB)
09:09:52 [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.53kB)
09:09:52 [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.81kB)
09:09:52 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.49kB)
09:09:52 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (308.09kB)
09:09:53 [INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (51.7kB)
09:09:53 [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.43kB)
09:09:53 [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.02kB)
09:09:53 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.72kB)
09:09:53 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.2kB)
09:09:54 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.64kB)
09:09:54 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.28kB)
09:09:54 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.66kB)
09:09:54 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (52.89kB)
09:09:54 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.87kB)
09:09:54 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.11kB)
09:09:55 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.52kB)
09:09:55 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.06kB)
09:09:55 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.04kB)
09:09:55 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.3kB)
09:09:55 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.59kB)
09:09:55 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.75kB)
09:09:56 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.08kB)
09:09:56 [INFO] Fetching org.eclipse.papyrus.infra.tools_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.98kB)
09:09:56 [INFO] Fetching org.eclipse.papyrus.infra.architecture_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.19kB)
09:09:56 [INFO] Fetching org.eclipse.papyrus.infra.core_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (99.8kB)
09:09:56 [INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.76kB)
09:09:56 [INFO] Fetching org.eclipse.papyrus.infra.emf_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (80.7kB)
09:09:57 [INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.08kB)
09:09:57 [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (51.45kB)
09:09:57 [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (65.25kB)
09:09:57 [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.72kB)
09:09:57 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.44kB)
09:09:58 [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.42kB)
09:09:58 [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.59kB)
09:09:58 [INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.18kB)
09:09:58 [INFO] Fetching org.eclipse.papyrus.infra.onefile_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.2kB)
09:09:58 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.44kB)
09:09:59 [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (112.05kB)
09:09:59 [INFO] Fetching org.eclipse.papyrus.infra.ui_3.1.100.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (104.36kB)
09:09:59 [INFO] Fetching org.eclipse.papyrus.infra.properties_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.35kB)
09:09:59 [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (82.25kB)
09:10:00 [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.21kB)
09:10:00 [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (53.38kB)
09:10:00 [INFO] Fetching org.eclipse.xwt_1.6.0.202011091434.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.6.0/1.6.0-M2/plugins/ (178.18kB)
09:10:00 [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.5kB)
09:10:00 [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (35.18kB)
09:10:01 [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.41kB)
09:10:01 [INFO] Fetching org.eclipse.pde.ui_3.13.0.v20210209-0833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.45MB)
09:10:03 [INFO] Fetching org.eclipse.pde.build_3.10.1000.v20210130-0813.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (477.13kB)
09:10:03 [INFO] Fetching org.eclipse.pde.launching_3.9.200.v20201208-1742.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (51.57kB)
09:10:03 [INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (142.08kB)
09:10:03 [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (150.08kB)
09:10:04 [INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20210122-1423.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (85.04kB)
09:10:04 [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.19kB)
09:10:04 [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (51.41kB)
09:10:04 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (29.18kB)
09:10:04 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB)
09:10:04 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.18MB)
09:10:06 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (836.96kB)
09:10:07 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.palette:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml
09:10:07 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.palette:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml
09:10:07 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.palette:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml
09:10:07 [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (504.53kB)
09:10:08 [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (259.85kB)
09:10:08 [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (107.88kB)
09:10:08 [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (453.74kB)
09:10:09 [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (387.41kB)
09:10:09 [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.9kB)
09:10:09 [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.44kB)
09:10:09 [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (161.06kB)
09:10:09 [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (35.81kB)
09:10:09 [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (498.28kB)
09:10:09 [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (79.12kB)
09:10:10 [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (183.86kB)
09:10:10 [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (18.43kB)
09:10:10 [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (44.51kB)
09:10:11 [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (366.65kB)
09:10:11 [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.66kB)
09:10:12 [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (120.53kB)
09:10:12 [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (39.26kB)
09:10:12 [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (14.86kB)
09:10:14 [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (100.25kB)
09:10:14 [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (76.2kB)
09:10:14 [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (133.46kB)
09:10:15 [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.16MB)
09:10:15 [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (93.45kB)
09:10:15 [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.73kB)
09:10:15 [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (49.3kB)
09:10:15 [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (218.73kB)
09:10:16 [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.14kB)
09:10:16 [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (137.53kB)
09:10:16 [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.1kB)
09:10:16 [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (196.73kB)
09:10:17 [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (215.85kB)
09:10:17 [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (62.89kB)
09:10:17 [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (23.91kB)
09:10:17 [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.43kB)
09:10:17 [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (123.72kB)
09:10:18 [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (318.69kB)
09:10:19 [INFO] Fetching 3.10.3&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/mmt/qvto/updates/releases/
09:10:19 [INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.3.v20210309-1855.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (1.05MB)
09:10:19 [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (24.35kB)
09:10:19 [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (267.89kB)
09:10:20 [INFO] Fetching 6.14.0&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/ocl/updates/releases/
09:10:20 [INFO] Fetching org.eclipse.ocl.ecore_3.16.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (111.19kB)
09:10:20 [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (39.35kB)
09:10:20 [INFO] Fetching org.eclipse.ocl_3.16.0.v20210310-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (1.14MB)
09:10:20 [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (27.75kB)
09:10:21 [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (53.45kB)
09:10:21 [INFO] Fetching org.eclipse.ocl.common_1.8.600.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (14.69kB)
09:10:21 [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.58kB)
09:10:21 [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.78kB)
09:10:21 [INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.62kB)
09:10:21 [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (15.77kB)
09:10:22 [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.96kB)
09:10:22 [INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (37.43kB)
09:10:22 [INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.1kB)
09:10:22 [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.61kB)
09:10:22 [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (171.86kB)
09:10:23 [INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.05kB)
09:10:23 [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.16kB)
09:10:23 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.57kB)
09:10:23 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.41kB)
09:10:23 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (308.84kB)
09:10:24 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.46kB)
09:10:24 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.71kB)
09:10:24 [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.6kB)
09:10:24 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.62kB)
09:10:24 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.2kB)
09:10:25 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (87.19kB)
09:10:25 [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.53kB)
09:10:25 [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.34kB)
09:10:25 [INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.95kB)
09:10:25 [INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.88kB)
09:10:25 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.84kB)
09:10:26 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (54.11kB)
09:10:26 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.04kB)
09:10:26 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.95kB)
09:10:26 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.05kB)
09:10:26 [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.25kB)
09:10:27 [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.73kB)
09:10:27 [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.5kB)
09:10:27 [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.05kB)
09:10:27 [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (114.11kB)
09:10:27 [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.99kB)
09:10:27 [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.67kB)
09:10:27 [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.97kB)
09:10:28 [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.18kB)
09:10:28 [INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (31.7kB)
09:10:28 [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (1.03MB)
09:10:30 [INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (71.83kB)
09:10:30 [INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.1kB)
09:10:30 [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (571.3kB)
09:10:31 [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.12kB)
09:10:31 [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.29kB)
09:10:31 [INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (94.01kB)
09:10:31 [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (52.3kB)
09:10:32 [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (65.24kB)
09:10:32 [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.28kB)
09:10:32 [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (12.83kB)
09:10:32 [INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.48kB)
09:10:33 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/pom.xml
09:10:33 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/pom.xml
09:10:33 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/pom.xml
09:10:33 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/pom.xml
09:10:33 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/pom.xml
09:10:33 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/pom.xml
09:10:33 [INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.05kB)
09:10:34 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.nattable:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/pom.xml
09:10:34 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.nattable:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/pom.xml
09:10:34 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.nattable:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/pom.xml
09:10:34 [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (898.68kB)
09:10:34 [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (143.98kB)
09:10:35 [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.82MB)
09:10:35 [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (131.36kB)
09:10:35 [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.52kB)
09:10:35 [INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (335kB)
09:10:36 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (68.25kB)
09:10:36 [INFO] Fetching org.eclipse.papyrus.uml.properties_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (235.17kB)
09:10:37 [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.67kB)
09:10:37 [INFO] Fetching org.eclipse.papyrus.uml.profile_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (72.35kB)
09:10:37 [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (68.3kB)
09:10:37 [INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.72kB)
09:10:37 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/pom.xml
09:10:37 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/pom.xml
09:10:38 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/pom.xml
09:10:38 [INFO] Fetching org.eclipse.emf.compare_3.5.3.202102231741.jar.pack.gz from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202102231741/core/plugins/ (181.72kB)
09:10:38 [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (144.31kB)
09:10:39 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/pom.xml
09:10:39 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/pom.xml
09:10:39 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/pom.xml
09:10:39 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/pom.xml
09:10:39 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/pom.xml
09:10:40 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/pom.xml
09:10:40 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.generation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/pom.xml
09:10:40 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.generation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/pom.xml
09:10:40 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.generation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/pom.xml
09:10:41 [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (44.81kB)
09:10:42 [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.6kB)
09:10:43 [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.63kB)
09:10:43 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.toolsmiths:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/pom.xml
09:10:43 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.toolsmiths:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/pom.xml
09:10:44 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.toolsmiths:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/pom.xml
09:10:44 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/pom.xml
09:10:44 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/pom.xml
09:10:44 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/pom.xml
09:10:44 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml
09:10:44 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml
09:10:44 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml
09:10:45 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/pom.xml
09:10:45 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/pom.xml
09:10:45 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/pom.xml
09:10:46 [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.07kB)
09:10:46 [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.11kB)
09:10:47 [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.28kB)
09:10:47 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/pom.xml
09:10:47 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/pom.xml
09:10:48 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/pom.xml
09:10:48 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/pom.xml
09:10:48 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/pom.xml
09:10:48 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/pom.xml
09:10:48 [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (141.49kB)
09:10:49 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.64kB)
09:10:49 [INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.38kB)
09:10:49 [INFO] Fetching org.eclipse.xtend.lib_2.25.0.v20210301-0821.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (108.08kB)
09:10:49 [INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0821.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (160.53kB)
09:10:49 [INFO] Fetching org.eclipse.xtend.lib.macro_2.25.0.v20210301-0821.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (76.09kB)
09:10:49 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/pom.xml
09:10:49 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/pom.xml
09:10:50 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/pom.xml
09:10:50 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/pom.xml
09:10:50 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/pom.xml
09:10:51 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/pom.xml
09:10:51 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator.ui:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/pom.xml
09:10:51 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator.ui:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/pom.xml
09:10:51 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator.ui:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/pom.xml
09:10:51 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/pom.xml
09:10:51 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/pom.xml
09:10:52 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/pom.xml
09:10:52 [INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.47kB)
09:10:52 [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.71kB)
09:10:52 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/pom.xml
09:10:52 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/pom.xml
09:10:52 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/pom.xml
09:10:52 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/pom.xml
09:10:52 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/pom.xml
09:10:53 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/pom.xml
09:10:53 [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (126.92kB)
09:10:53 [INFO] Fetching org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (417.29kB)
09:10:54 [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.10.2.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (23.88kB)
09:10:54 [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.10.3.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (95.29kB)
09:10:54 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef.codegen:2.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/pom.xml
09:10:54 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef.codegen:2.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/pom.xml
09:10:54 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef.codegen:2.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/pom.xml
09:10:54 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef.codegen.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/pom.xml
09:10:54 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef.codegen.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/pom.xml
09:10:55 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef.codegen.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/pom.xml
09:10:55 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef.edit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/pom.xml
09:10:55 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef.edit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/pom.xml
09:10:55 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef.edit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/pom.xml
09:10:55 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.tooldef:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/pom.xml
09:10:55 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.tooldef:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/pom.xml
09:10:55 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.tooldef:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/pom.xml
09:10:55 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.tooldef.edit:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/pom.xml
09:10:55 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.tooldef.edit:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/pom.xml
09:10:55 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.tooldef.edit:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/pom.xml
09:10:55 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.map:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/pom.xml
09:10:55 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.map:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/pom.xml
09:10:56 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.map:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/pom.xml
09:10:56 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.map.edit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/pom.xml
09:10:56 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.map.edit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/pom.xml
09:10:56 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.map.edit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/pom.xml
09:10:56 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/pom.xml
09:10:56 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/pom.xml
09:10:56 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/pom.xml
09:10:56 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge.trace:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/pom.xml
09:10:56 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge.trace:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/pom.xml
09:10:56 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge.trace:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/pom.xml
09:10:56 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge.ui:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/pom.xml
09:10:56 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge.ui:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/pom.xml
09:10:57 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge.ui:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/pom.xml
09:10:57 [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (69.33kB)
09:10:57 [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (37.47kB)
09:10:57 [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (40.2kB)
09:10:57 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge.ui.dashboard:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/pom.xml
09:10:57 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge.ui.dashboard:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/pom.xml
09:10:57 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge.ui.dashboard:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/pom.xml
09:10:57 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen:2.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/pom.xml
09:10:57 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen:2.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/pom.xml
09:10:58 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen:2.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/pom.xml
09:10:58 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.edit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/pom.xml
09:10:58 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.edit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/pom.xml
09:10:58 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.edit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/pom.xml
09:10:58 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/pom.xml
09:10:58 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/pom.xml
09:10:58 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/pom.xml
09:10:58 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/pom.xml
09:10:58 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/pom.xml
09:10:59 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/pom.xml
09:10:59 [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (170.74kB)
09:10:59 [INFO] Fetching org.eclipse.xtext_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (2.62MB)
09:10:59 [INFO] Fetching org.eclipse.xtext.builder_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (389.26kB)
09:11:00 [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (103.07kB)
09:11:00 [INFO] Fetching org.eclipse.xtext.util_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (303.65kB)
09:11:00 [INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (1.88MB)
09:11:00 [INFO] Fetching org.eclipse.xtext.common.types.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (256.88kB)
09:11:01 [INFO] Fetching org.eclipse.xtext.smap_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (19.15kB)
09:11:01 [INFO] Fetching org.eclipse.xtext.common.types_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (499.16kB)
09:11:01 [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (60.98kB)
09:11:01 [INFO] Fetching org.eclipse.xtext.common.types.edit_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (248.22kB)
09:11:01 [INFO] Fetching org.eclipse.xtext.ide_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (482.77kB)
09:11:01 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/pom.xml
09:11:01 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/pom.xml
09:11:02 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/pom.xml
09:11:02 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.common:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/pom.xml
09:11:02 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.common:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/pom.xml
09:11:02 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.common:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/pom.xml
09:11:02 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.tests:org.eclipse.papyrus.gmf.validate:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/pom.xml
09:11:02 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.tests:org.eclipse.papyrus.gmf.validate:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/pom.xml
09:11:02 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.tests:org.eclipse.papyrus.gmf.validate:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/pom.xml
09:11:02 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.xpand:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/pom.xml
09:11:02 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.xpand:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/pom.xml
09:11:02 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.xpand:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/pom.xml
09:11:02 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.xpand.qvtlibrary:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/pom.xml
09:11:02 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.xpand.qvtlibrary:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/pom.xml
09:11:02 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.xpand.qvtlibrary:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/pom.xml
09:11:02 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.nattableconfiguration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml
09:11:02 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.nattableconfiguration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml
09:11:03 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.nattableconfiguration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml
09:11:03 [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.8kB)
09:11:03 [INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.87kB)
09:11:03 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.4kB)
09:11:03 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.codegen:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/pom.xml
09:11:03 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.codegen:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/pom.xml
09:11:04 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.codegen:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/pom.xml
09:11:04 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.def:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/pom.xml
09:11:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.def:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/pom.xml
09:11:04 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.def:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/pom.xml
09:11:04 [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (144.49kB)
09:11:04 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.assistants.codegen:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/pom.xml
09:11:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.assistants.codegen:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/pom.xml
09:11:05 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.assistants.codegen:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/pom.xml
09:11:05 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.pluginexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/pom.xml
09:11:05 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.pluginexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/pom.xml
09:11:05 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.pluginexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/pom.xml
09:11:05 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.project.management:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/pom.xml
09:11:05 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.project.management:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/pom.xml
09:11:05 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.project.management:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/pom.xml
09:11:05 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.types:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/pom.xml
09:11:05 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.types:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/pom.xml
09:11:06 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.types:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/pom.xml
09:11:06 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.developer:org.eclipse.papyrus.dev.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/pom.xml
09:11:06 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.developer:org.eclipse.papyrus.dev.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/pom.xml
09:11:06 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.developer:org.eclipse.papyrus.dev.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/pom.xml
09:11:06 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.view.services.edit.request:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/pom.xml
09:11:06 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.view.services.edit.request:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/pom.xml
09:11:06 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.view.services.edit.request:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/pom.xml
09:11:06 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpartview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/pom.xml
09:11:06 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpartview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/pom.xml
09:11:06 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpartview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/pom.xml
09:11:06 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpoliciesstates:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/pom.xml
09:11:06 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpoliciesstates:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/pom.xml
09:11:07 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpoliciesstates:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/pom.xml
09:11:07 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.figureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/pom.xml
09:11:07 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.figureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/pom.xml
09:11:07 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.figureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/pom.xml
09:11:07 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmfgenextension:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/pom.xml
09:11:07 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmfgenextension:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/pom.xml
09:11:07 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmfgenextension:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/pom.xml
09:11:07 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.commandstack:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/pom.xml
09:11:07 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.commandstack:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/pom.xml
09:11:07 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.commandstack:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/pom.xml
09:11:07 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.debug:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/pom.xml
09:11:07 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.debug:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/pom.xml
09:11:08 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.debug:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/pom.xml
09:11:08 [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (30.07kB)
09:11:08 [INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (61.49kB)
09:11:08 [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (8.47kB)
09:11:08 [INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (19.61kB)
09:11:08 [INFO] Fetching org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (69.78kB)
09:11:09 [INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (12.5kB)
09:11:09 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (75.33kB)
09:11:09 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (22.18kB)
09:11:09 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.58kB)
09:11:09 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.08kB)
09:11:10 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (108.18kB)
09:11:10 [INFO] Fetching org.eclipse.xtext.generator_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (857.57kB)
09:11:10 [INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (2.46MB)
09:11:11 [INFO] Fetching R201605260315&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/m2t/xpand/updates/releases/
09:11:11 [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (80.37kB)
09:11:11 [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (148.58kB)
09:11:11 [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (26.12kB)
09:11:11 [INFO] Fetching org.eclipse.xtext.ecore_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (15.91kB)
09:11:11 [INFO] Fetching org.eclipse.xtext.xtext.generator_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (969.17kB)
09:11:12 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.mwe2.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/pom.xml
09:11:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.mwe2.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/pom.xml
09:11:12 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.mwe2.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/pom.xml
09:11:12 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.tools:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/pom.xml
09:11:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.tools:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/pom.xml
09:11:12 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.tools:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/pom.xml
09:11:12 [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (333.69kB)
09:11:13 [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (109.72kB)
09:11:13 [INFO] Fetching org.eclipse.cbi.p2repo.aggregator_1.0.300.20200825-1205.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (108.85kB)
09:11:13 [INFO] Fetching org.eclipse.cbi.p2repo.util_1.0.300.20190930-1609.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (12.66kB)
09:11:13 [INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (48.21kB)
09:11:14 [INFO] Fetching org.eclipse.cbi.p2repo.cli_1.0.300.20190930-1609.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (14.4kB)
09:11:14 [INFO] Fetching org.eclipse.cbi.p2repo.p2_1.0.300.20200619-1617.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (62.65kB)
09:11:14 [INFO] Fetching org.eclipse.cbi.p2repo.aggregator.legacy_1.0.300.20190930-1609.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (31.76kB)
09:11:14 [INFO] Fetching org.kohsuke.args4j_2.33.0.v20160323-2218.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (73.73kB)
09:11:15 [INFO] Fetching org.eclipse.cbi.targetplatform_3.0.0.202005061025.jar from http://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/plugins/ (193.95kB)
09:11:15 [INFO] Fetching org.eclipse.cbi.targetplatform.model_3.0.0.202004211801.jar from http://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/plugins/ (66.07kB)
09:11:15 [INFO] Fetching org.eclipse.cbi.targetplatform.ide_3.0.0.201902111444.jar from http://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/plugins/ (44.94kB)
09:11:15 [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.5.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (13.55kB)
09:11:15 [INFO] Fetching org.eclipse.cbi.targetplatform.ui_3.0.0.202005061025.jar from http://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/plugins/ (119.47kB)
09:11:15 [INFO] Fetching org.eclipse.xtext.ui.shared_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (60.5kB)
09:11:15 [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (133.12kB)
09:11:15 [INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.04kB)
09:11:16 [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.34kB)
09:11:16 [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.47kB)
09:11:16 [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (45.05kB)
09:11:16 [INFO] Fetching org.eclipse.equinox.p2.console_1.1.500.v20210116-1227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.99kB)
09:11:16 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.76kB)
09:11:16 [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.63kB)
09:11:17 [INFO] Fetching org.eclipse.oomph.base_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (34.29kB)
09:11:17 [INFO] Fetching org.eclipse.oomph.util_1.16.0.v20201230-0920.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (77.22kB)
09:11:17 [INFO] Fetching org.eclipse.oomph.p2_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (35.03kB)
09:11:17 [INFO] Fetching org.eclipse.oomph.p2.core_1.17.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (126.29kB)
09:11:17 [INFO] Fetching org.eclipse.oomph.predicates_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (25.45kB)
09:11:18 [INFO] Fetching org.eclipse.oomph.preferences_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (34.99kB)
09:11:18 [INFO] Fetching org.eclipse.oomph.resources_1.15.0.v20210211-0559.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (42.84kB)
09:11:18 [INFO] Fetching org.eclipse.oomph.setup_1.19.0.v20210223-0655.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (137.91kB)
09:11:18 [INFO] Fetching org.eclipse.oomph.setup.targlets_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (25.06kB)
09:11:18 [INFO] Fetching org.eclipse.oomph.targlets_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (38.12kB)
09:11:19 [INFO] Fetching org.eclipse.oomph.targlets.core_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (52.69kB)
09:11:19 [INFO] Fetching org.eclipse.oomph.util.pde_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (13.63kB)
09:11:19 [INFO] Fetching org.eclipse.oomph.setup.workingsets_1.13.0.v20200815-0620.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (18.43kB)
09:11:19 [INFO] Fetching org.eclipse.oomph.workingsets_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (21.66kB)
09:11:19 [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (192.59kB)
09:11:20 [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (132.16kB)
09:11:20 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/pom.xml
09:11:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/pom.xml
09:11:20 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/pom.xml
09:11:20 [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (74.19kB)
09:11:20 [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (23.12kB)
09:11:20 [INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.54kB)
09:11:21 [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.29kB)
09:11:21 [INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.03kB)
09:11:21 [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.51kB)
09:11:21 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (85.12kB)
09:11:21 [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (63.13kB)
09:11:22 [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.67kB)
09:11:22 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.architectureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/pom.xml
09:11:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.architectureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/pom.xml
09:11:22 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.architectureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/pom.xml
09:11:22 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/pom.xml
09:11:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/pom.xml
09:11:22 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/pom.xml
09:11:22 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/pom.xml
09:11:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/pom.xml
09:11:23 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/pom.xml
09:11:23 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.elementtypes:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/pom.xml
09:11:23 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.elementtypes:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/pom.xml
09:11:23 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.elementtypes:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/pom.xml
09:11:23 [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (20.82kB)
09:11:23 [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (69.5kB)
09:11:24 [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.59kB)
09:11:24 [INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (70.05kB)
09:11:24 [INFO] Fetching org.eclipse.ocl.pivot_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (956.97kB)
09:11:25 [INFO] Fetching org.eclipse.ocl.pivot.uml_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (87.76kB)
09:11:26 [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (243.5kB)
09:11:26 [INFO] Fetching org.eclipse.ocl.xtext.base_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (161.95kB)
09:11:26 [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (159.44kB)
09:11:27 [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (209.58kB)
09:11:27 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.44kB)
09:11:27 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (32.4kB)
09:11:28 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.12kB)
09:11:28 [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.75kB)
09:11:28 [INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.12kB)
09:11:28 [INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (69.25kB)
09:11:28 [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.11kB)
09:11:28 [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.33kB)
09:11:29 [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (386.59kB)
09:11:30 [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (230.79kB)
09:11:30 [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (207.18kB)
09:11:31 [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (451.01kB)
09:11:32 [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (178.51kB)
09:11:33 [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.22kB)
09:11:33 [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (215.87kB)
09:11:34 [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_6.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (460.64kB)
09:11:34 [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (215.55kB)
09:11:35 [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (271.49kB)
09:11:36 [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (207.82kB)
09:11:38 [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (946.39kB)
09:11:39 [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.28kB of 946.39kB at 15.28kB/s)
09:11:50 [INFO] Fetching org.eclipse.papyrus.uml.service.types_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (161.58kB)
09:11:50 [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (84.71kB)
09:11:51 [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.72kB)
09:11:51 [INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.54kB)
09:11:51 [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (37.64kB)
09:11:51 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/pom.xml
09:11:51 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/pom.xml
09:11:52 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/pom.xml
09:11:52 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.plugin.builder:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/pom.xml
09:11:52 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.plugin.builder:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/pom.xml
09:11:52 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.plugin.builder:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/pom.xml
09:11:52 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.framework:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml
09:11:52 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.framework:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml
09:11:52 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.framework:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml
09:11:52 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.utils:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml
09:11:52 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.utils:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml
09:11:53 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.utils:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml
09:11:53 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml
09:11:53 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml
09:11:54 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml
09:11:54 [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (79.76kB)
09:11:54 [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (107.05kB)
09:11:54 [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (62.49kB)
09:11:54 [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (33.35kB)
09:11:55 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (108.23kB)
09:11:55 [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.65kB)
09:11:55 [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (29.94kB)
09:11:55 [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (77.96kB)
09:11:55 [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (35.42kB)
09:11:56 [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (2.36MB)
09:11:56 [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (696.23kB)
09:11:57 [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (962.55kB)
09:11:58 [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (3.42MB)
09:12:00 [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (1.53MB of 3.42MB at 1.53MB/s)
09:12:01 [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (12.57kB)
09:12:01 [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (11.32kB)
09:12:01 [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.78kB)
09:12:02 [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (93.41kB)
09:12:02 [INFO] Fetching org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.99kB)
09:12:02 [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.300.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (103.62kB)
09:12:02 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (69.3kB)
09:12:02 [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (944.55kB)
09:12:03 [INFO] Fetching org.eclipse.equinox.console_1.4.300.v20210211-2058.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (52.27kB)
09:12:03 [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.13kB)
09:12:03 [INFO] Fetching org.eclipse.e4.core.services.source_2.2.600.v20210110-1654.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (60.56kB)
09:12:03 [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.0.v20201230-1610.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (94.57kB)
09:12:04 [INFO] Fetching org.eclipse.e4.core.commands.source_0.13.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (21.58kB)
09:12:04 [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.64kB)
09:12:04 [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.1000.v20210111-0958.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (376.07kB)
09:12:04 [INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.37kB)
09:12:04 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.0.v20201125-0918.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (139.58kB)
09:12:04 [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.12.100.v20210122-1731.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (163.88kB)
09:12:04 [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.0.v20201015-0653.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (206.25kB)
09:12:04 [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.100.v20201217-1340.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (163.68kB)
09:12:05 [INFO] Fetching org.apache.batik.css.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (319.46kB)
09:12:05 [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (52.19kB)
09:12:05 [INFO] Fetching org.apache.batik.util.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (126.65kB)
09:12:05 [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (89.33kB)
09:12:05 [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (18.29kB)
09:12:05 [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (39.54kB)
09:12:06 [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (22.39kB)
09:12:06 [INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (57.91kB)
09:12:06 [INFO] Fetching org.eclipse.e4.core.di.source_1.7.700.v20210128-2123.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.5kB)
09:12:06 [INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (42.13kB)
09:12:06 [INFO] Fetching org.apache.batik.i18n.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (20.2kB)
09:12:06 [INFO] Fetching org.apache.batik.constants.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (14.72kB)
09:12:06 [INFO] Fetching org.apache.xmlgraphics.source_2.4.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (677.47kB)
09:12:07 [INFO] Fetching org.apache.commons.io.source_2.6.0.v20190123-2029.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (293.37kB)
09:12:07 [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (85.46kB)
09:12:07 [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.6kB)
09:12:07 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.72kB)
09:12:07 [INFO] Fetching org.eclipse.e4.ui.di.source_1.3.0.v20210222-1018.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.48kB)
09:12:07 [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.800.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (10.4kB)
09:12:07 [INFO] Fetching org.eclipse.equinox.common.source_3.14.100.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (144.54kB)
09:12:08 [INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (278.04kB)
09:12:08 [INFO] Fetching org.eclipse.equinox.event.source_1.6.0.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.17kB)
09:12:08 [INFO] Fetching org.eclipse.core.commands.source_3.9.800.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (150.67kB)
09:12:08 [INFO] Fetching org.eclipse.core.contenttype.source_3.7.900.v20210111-0918.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (81.97kB)
09:12:08 [INFO] Fetching org.eclipse.core.databinding.source_1.10.100.v20200926-1123.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (145.76kB)
09:12:08 [INFO] Fetching org.eclipse.core.databinding.beans.source_1.7.200.v20210111-0759.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (75.48kB)
09:12:08 [INFO] Fetching org.eclipse.core.databinding.observable.source_1.10.0.v20200730-0848.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (208kB)
09:12:08 [INFO] Fetching org.eclipse.core.databinding.property.source_1.8.100.v20200619-0651.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (94.56kB)
09:12:09 [INFO] Fetching org.eclipse.core.expressions.source_3.7.100.v20210203-1000.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (86.87kB)
09:12:09 [INFO] Fetching org.eclipse.core.jobs.source_3.10.1100.v20210111-0815.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (107.64kB)
09:12:09 [INFO] Fetching org.eclipse.core.runtime.source_3.20.100.v20210111-0815.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.15kB)
09:12:09 [INFO] Fetching org.eclipse.equinox.app.source_1.5.100.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (76.52kB)
09:12:09 [INFO] Fetching org.eclipse.equinox.launcher.source_1.6.100.v20201223-0822.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.68kB)
09:12:09 [INFO] Fetching org.eclipse.equinox.preferences.source_3.8.200.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (115.63kB)
09:12:09 [INFO] Fetching org.eclipse.equinox.registry.source_3.10.100.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (176.17kB)
09:12:10 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.3.600.v20200721-1308.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (37.39kB)
09:12:10 [INFO] Fetching org.eclipse.osgi.source_3.16.200.v20210226-1447.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.13MB)
09:12:10 [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.300.v20210212-1137.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (143.08kB)
09:12:10 [INFO] Fetching org.eclipse.osgi.services.source_3.10.0.v20210212-1137.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (244.91kB)
09:12:10 [INFO] Fetching org.eclipse.osgi.util.source_3.6.0.v20210212-1137.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (63.52kB)
09:12:10 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.116.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.82MB)
09:12:11 [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64.source_3.116.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (66.24kB)
09:12:11 [INFO] Fetching org.eclipse.jface.source_3.22.100.v20210126-0831.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1,022.85kB)
09:12:11 [INFO] Fetching org.eclipse.jface.databinding.source_1.12.200.v20210111-0911.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (230.28kB)
09:12:11 [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.500.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.72kB)
09:12:11 [INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (38.47kB)
09:12:11 [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (114.26kB)
09:12:11 [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (48.31kB)
09:12:12 [INFO] Fetching org.eclipse.equinox.console.source_1.4.300.v20210211-2058.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.65kB)
09:12:12 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.100.v20201221-2332.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.5kB)
09:12:12 [INFO] Fetching org.eclipse.equinox.bidi.source_1.3.100.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (63.51kB)
09:12:12 [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.2.100.v20201109-2317.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (39.1kB)
09:12:12 [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (180.32kB)
09:12:12 [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.800.v20200609-0849.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (52.39kB)
09:12:13 [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.41kB)
09:12:13 [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.48kB)
09:12:13 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.15.800.v20210110-1654.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.8kB)
09:12:13 [INFO] Fetching org.eclipse.urischeme.source_1.1.300.v20210113-1544.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.3kB)
09:12:13 [INFO] Fetching org.eclipse.jface.notifications.source_0.3.0.v20210218-1820.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (15.75kB)
09:12:13 [INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (163.15kB)
09:12:13 [INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (912.59kB)
09:12:14 [INFO] Fetching org.eclipse.ecf.source_3.9.101.v20201027-0547.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (102.76kB)
09:12:14 [INFO] Fetching org.eclipse.ecf.identity.source_3.9.401.v20201027-0550.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (53.05kB)
09:12:14 [INFO] Fetching org.eclipse.ecf.ssl_1.2.400.v20200611-2220.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.93kB)
09:12:14 [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.400.v20200611-2220.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.61kB)
09:12:14 [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.101.v20201025-2315.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (76.02kB)
09:12:14 [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.601.v20201025-0700.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (86kB)
09:12:14 [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.301.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.76kB)
09:12:15 [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.301.v20201025-0700.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (52.56kB)
09:12:15 [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (374.24kB)
09:12:15 [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.10.v20200830-2311.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (965.36kB)
09:12:15 [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.12.v20200108-1212.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (431.64kB)
09:12:15 [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.35kB)
09:12:15 [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.200.v20200611-1836.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.47kB)
09:12:16 [INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210114-1734.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (218.79kB)
09:12:16 [INFO] Fetching org.eclipse.emf.ecore.source_2.23.0.v20200630-0516.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (820.38kB)
09:12:16 [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (90.75kB)
09:12:16 [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (151.52kB)
09:12:16 [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.600.v20210224-2143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.21kB)
09:12:16 [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.0.v20210202-1229.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (76.5kB)
09:12:16 [INFO] Fetching org.eclipse.jetty.http_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (229.4kB)
09:12:17 [INFO] Fetching org.eclipse.jetty.server_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (724.34kB)
09:12:17 [INFO] Fetching org.eclipse.jetty.servlet_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (154.15kB)
09:12:17 [INFO] Fetching org.eclipse.jetty.util_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (590.52kB)
09:12:17 [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.17kB)
09:12:18 [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.65kB)
09:12:18 [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.69kB)
09:12:18 [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.39kB)
09:12:18 [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.08kB)
09:12:18 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.0.v20210129-2007.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (107.02kB)
09:12:18 [INFO] Fetching org.eclipse.equinox.p2.console.source_1.1.500.v20210116-1227.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.92kB)
09:12:18 [INFO] Fetching org.eclipse.equinox.p2.core.source_2.6.300.v20200211-1504.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (60.76kB)
09:12:19 [INFO] Fetching org.eclipse.equinox.p2.director.source_2.4.700.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (66.98kB)
09:12:19 [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.6.700.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (138.75kB)
09:12:19 [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.1.400.v20200221-1022.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (18.84kB)
09:12:19 [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.5.100.v20200908-1020.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (247.75kB)
09:12:19 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.3.500.v20210108-0738.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (59.72kB)
09:12:19 [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.5.0.v20201013-0853.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (121.32kB)
09:12:19 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.2.800.v20210115-1344.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (96.12kB)
09:12:20 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.3.600.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (60.9kB)
09:12:20 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.1.500.v20200211-1505.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.62kB)
09:12:20 [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.1.400.v20191002-0702.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (34.92kB)
09:12:20 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.1.400.v20200319-1546.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.5kB)
09:12:20 [INFO] Fetching org.eclipse.equinox.security.source_1.3.600.v20210126-1005.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (102.02kB)
09:12:20 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.1.700.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.24kB)
09:12:20 [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.0.v20201012-1345.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.23kB)
09:12:21 [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.5.1000.v20201106-1246.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (64.21kB)
09:12:21 [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.500.v20210125-1508.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.41kB)
09:12:21 [INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (149.53kB)
09:12:21 [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.0.v20210202-1157.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (25.94kB)
09:12:21 [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.45kB)
09:12:21 [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.43kB)
09:12:21 [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.500.v20210116-1855.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.58kB)
09:12:22 [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.1.600.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (34.79kB)
09:12:22 [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.2.500.v20191211-1631.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.74kB)
09:12:22 [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.3.500.v20210116-1855.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (34.03kB)
09:12:22 [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.5.500.v20210211-1133.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (74.59kB)
09:12:22 [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.3.400.v20191213-1911.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.24kB)
09:12:22 [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.2.600.v20210114-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (178.62kB)
09:12:22 [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.3.800.v20210205-1231.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (149.21kB)
09:12:23 [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.0.v20201012-1421.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.8kB)
09:12:23 [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (10.9kB)
09:12:23 [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.79kB)
09:12:23 [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.0.v20210114-1216.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (294.33kB)
09:12:23 [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.0.v20201012-1421.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.67kB)
09:12:23 [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.2.300.v20200222-1600.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (15.42kB)
09:12:23 [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.0.v20210121-0947.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (85.51kB)
09:12:24 [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.0.v20210114-1214.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (30.22kB)
09:12:24 [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.0.v20210217-1009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.52kB)
09:12:24 [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.1.500.v20210108-0738.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (70.96kB)
09:12:24 [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.0.v20210217-1009.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (51.01kB)
09:12:24 [INFO] Fetching org.eclipse.equinox.security.linux_1.0.0.v20210121-0922.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.29kB)
09:12:24 [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB)
09:12:25 [INFO] Fetching org.eclipse.help.base_4.3.200.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (164.33kB)
09:12:25 [INFO] Fetching org.eclipse.help.ui_4.2.200.v20210123-1004.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (203.35kB)
09:12:25 [INFO] Fetching org.eclipse.help.webapp_3.10.200.v20210222-1057.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (312.22kB)
09:12:26 [INFO] Fetching org.eclipse.jetty.continuation_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.75kB)
09:12:26 [INFO] Fetching org.eclipse.jetty.io_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (181.16kB)
09:12:26 [INFO] Fetching org.eclipse.jetty.security_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (126.78kB)
09:12:26 [INFO] Fetching org.eclipse.jetty.util.ajax_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (72.52kB)
09:12:26 [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (57.06kB)
09:12:27 [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (118.48kB)
09:12:27 [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (129.79kB)
09:12:27 [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (73.27kB)
09:12:27 [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (321.04kB)
09:12:28 [INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (1.66MB)
09:12:28 [INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (2.24MB)
09:12:28 [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (3.45MB)
09:12:29 [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.7.600.v20210224-2143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.49kB)
09:12:29 [INFO] Fetching org.eclipse.equinox.http.registry.source_1.2.0.v20200614-1851.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.54kB)
09:12:29 [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.0.v20210202-1229.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (140.86kB)
09:12:29 [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.16kB)
09:12:29 [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.02kB)
09:12:29 [INFO] Fetching org.eclipse.help.base.source_4.3.200.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (307.2kB)
09:12:30 [INFO] Fetching org.eclipse.help.ui.source_4.2.200.v20210123-1004.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (220.62kB)
09:12:30 [INFO] Fetching org.eclipse.help.webapp.source_3.10.200.v20210222-1057.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (198.82kB)
09:12:30 [INFO] Fetching org.eclipse.jetty.continuation.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.7kB)
09:12:30 [INFO] Fetching org.eclipse.jetty.http.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (140.15kB)
09:12:30 [INFO] Fetching org.eclipse.jetty.io.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (103.82kB)
09:12:30 [INFO] Fetching org.eclipse.jetty.security.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (94.42kB)
09:12:30 [INFO] Fetching org.eclipse.jetty.server.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (444.29kB)
09:12:31 [INFO] Fetching org.eclipse.jetty.servlet.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (88.11kB)
09:12:31 [INFO] Fetching org.eclipse.jetty.util.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (394.45kB)
09:12:31 [INFO] Fetching org.eclipse.jetty.util.ajax.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.01kB)
09:12:31 [INFO] Fetching org.eclipse.core.net.source_1.3.1000.v20200715-0827.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (58.58kB)
09:12:31 [INFO] Fetching org.eclipse.jdt_3.18.700.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.44kB)
09:12:32 [INFO] Fetching org.eclipse.jdt.annotation_1.1.500.v20200407-1355.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.46kB)
09:12:32 [INFO] Fetching org.eclipse.jdt.apt.core_3.6.800.v20200916-0645.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (128.03kB)
09:12:32 [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (18.1kB)
09:12:32 [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1100.v20200916-0645.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (154.45kB)
09:12:32 [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1200.v20200916-0645.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.51kB)
09:12:33 [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.500.v20200828-1336.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.59kB)
09:12:33 [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.04kB)
09:12:33 [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1100.v20210303-1700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (5.03MB)
09:12:37 [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1000.v20210302-1902.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.73MB)
09:12:40 [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1500.v20210112-1623.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.16kB)
09:12:40 [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1200.v20210112-0706.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.92kB)
09:12:40 [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (63.4kB)
09:12:41 [INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (73.54kB)
09:12:41 [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (21.55kB)
09:12:41 [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (186.1kB)
09:12:41 [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (51.05kB)
09:12:41 [INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (60.02kB)
09:12:42 [INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (53.71kB)
09:12:42 [INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (21.11kB)
09:12:42 [INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (16.91kB)
09:12:42 [INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (33.82kB)
09:12:43 [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (14.79kB)
09:12:43 [INFO] Fetching org.eclipse.ant.ui.source_3.7.1200.v20210206-1820.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (610.03kB)
09:12:43 [INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.800.v20200916-0645.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (355.63kB)
09:12:43 [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.500.v20200828-1336.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (45.87kB)
09:12:43 [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.82kB)
09:12:43 [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.1200.v20200916-0645.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (135.62kB)
09:12:44 [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.1100.v20200916-0645.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.73kB)
09:12:44 [INFO] Fetching org.eclipse.jdt.core.source_3.25.0.v20210223-0522.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (5.2MB)
09:12:44 [INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (10.86kB)
09:12:45 [INFO] Fetching org.eclipse.jdt.annotation.source_1.1.500.v20200407-1355.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.03kB)
09:12:45 [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.86kB)
09:12:45 [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.14.300.v20210224-0730.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.05MB)
09:12:45 [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.200.v20210224-0638.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (842.88kB)
09:12:46 [INFO] Fetching org.eclipse.jdt.debug.source_3.17.100.v20210220-1238.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (765.13kB)
09:12:47 [INFO] Fetching org.eclipse.jdt.junit.source_3.11.1100.v20210203-1102.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (198.13kB)
09:12:47 [INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.1000.v20210112-0706.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (113.73kB)
09:12:47 [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.5.500.v20210112-0706.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (45.73kB)
09:12:47 [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.1500.v20210112-1623.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (18.35kB)
09:12:47 [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1200.v20210112-0706.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (15.11kB)
09:12:47 [INFO] Fetching org.eclipse.jdt.launching.source_3.19.100.v20210217-1644.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (350.79kB)
09:12:48 [INFO] Fetching org.eclipse.jdt.ui.source_3.22.100.v20210224-0730.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (5.35MB)
09:12:49 [INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (258.21kB)
09:12:49 [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (51.3kB)
09:12:49 [INFO] Fetching org.junit.jupiter.api.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (197.02kB)
09:12:49 [INFO] Fetching org.junit.jupiter.engine.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (138.86kB)
09:12:49 [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (39.73kB)
09:12:49 [INFO] Fetching org.junit.jupiter.params.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (84.22kB)
09:12:49 [INFO] Fetching org.junit.platform.commons.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (90.3kB)
09:12:50 [INFO] Fetching org.junit.platform.engine.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (152.5kB)
09:12:50 [INFO] Fetching org.junit.platform.launcher.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (101.55kB)
09:12:50 [INFO] Fetching org.junit.platform.runner.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (26.97kB)
09:12:50 [INFO] Fetching org.junit.platform.suite.api.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (34.47kB)
09:12:50 [INFO] Fetching org.junit.vintage.engine.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (53.97kB)
09:12:51 [INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (20.88kB)
09:12:51 [INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (14.05kB)
09:12:51 [INFO] Fetching org.eclipse.ant.launching.source_1.2.1000.v20200610-1458.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (128.07kB)
09:12:51 [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.71kB)
09:12:51 [INFO] Fetching org.eclipse.jsch.ui_1.3.1100.v20200916-0731.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (34.59kB)
09:12:51 [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (31.58kB)
09:12:51 [INFO] Fetching org.eclipse.ocl.common.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (14.33kB)
09:12:52 [INFO] Fetching org.eclipse.ocl.examples.debug_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (30.08kB)
09:12:52 [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (171.97kB)
09:12:52 [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (164.46kB)
09:12:53 [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (71.1kB)
09:12:53 [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (30.93kB)
09:12:53 [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (57.65kB)
09:12:53 [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (58.69kB)
09:12:53 [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.600.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (8.69kB)
09:12:54 [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (40.15kB)
09:12:54 [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (107.05kB)
09:12:54 [INFO] Fetching org.eclipse.ocl.pivot.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (12.68kB)
09:12:54 [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (143.09kB)
09:12:54 [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (162.06kB)
09:12:55 [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (77.08kB)
09:12:55 [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (201.71kB)
09:12:55 [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (38.54kB)
09:12:55 [INFO] Fetching org.eclipse.ocl.xtext.markup_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (62.38kB)
09:12:56 [INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.31kB)
09:12:56 [INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.75kB)
09:12:56 [INFO] Fetching org.eclipse.pde.api.tools_1.2.300.v20210205-1814.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (929.57kB)
09:12:56 [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (131.9kB)
09:12:56 [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (65.13kB)
09:12:57 [INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.76MB)
09:12:58 [INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.39MB of 11.76MB at 9.39MB/s)
09:12:59 [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (278.87kB)
09:13:00 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (180.33kB)
09:13:00 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (5.2MB)
09:13:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (430.69kB)
09:13:01 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (177.71kB)
09:13:02 [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (5.06MB)
09:13:03 [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (372.54kB)
09:13:03 [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (629.35kB)
09:13:03 [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (863.93kB)
09:13:04 [INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (166.66kB)
09:13:04 [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.08MB)
09:13:04 [INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (458.71kB)
09:13:04 [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.23MB)
09:13:05 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (2.31MB)
09:13:05 [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (2.03MB)
09:13:06 [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (3.07MB)
09:13:07 [INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (3.47MB)
09:13:09 [INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.24kB)
09:13:09 [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.96kB)
09:13:10 [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (886.33kB)
09:13:10 [INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (4.57MB)
09:13:11 [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.18MB)
09:13:11 [INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.76MB)
09:13:12 [INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.42kB)
09:13:12 [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (82.32kB)
09:13:12 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (144.33kB)
09:13:12 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (503.77kB)
09:13:13 [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (157.87kB)
09:13:13 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (322.14kB)
09:13:15 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.28kB of 322.14kB at 15.28kB/s)
09:13:16 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (121.25kB)
09:13:18 [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (567.58kB)
09:13:19 [INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (53.31kB)
09:13:20 [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (79.52kB)
09:13:21 [INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.59kB)
09:13:21 [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (403.32kB)
09:13:21 [INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder.doc_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (605.25kB)
09:13:22 [INFO] Fetching org.eclipse.papyrus.uml.profile.types.doc_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (391.23kB)
09:13:22 [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.6kB)
09:13:22 [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.57kB)
09:13:22 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.38kB)
09:13:22 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.02kB)
09:13:23 [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.24kB)
09:13:23 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (58.95kB)
09:13:23 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.94kB)
09:13:23 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (72.15kB)
09:13:23 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.83kB)
09:13:24 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.64kB)
09:13:24 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.75kB)
09:13:24 [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (46.45kB)
09:13:24 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.17kB)
09:13:24 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.91kB)
09:13:24 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (75.59kB)
09:13:25 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.46kB)
09:13:25 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.85kB)
09:13:25 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.67kB)
09:13:25 [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.39kB)
09:13:25 [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.48kB)
09:13:26 [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.42kB)
09:13:26 [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.67kB)
09:13:26 [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.17kB)
09:13:26 [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (54.55kB)
09:13:26 [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.23kB)
09:13:26 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.65kB)
09:13:27 [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.69kB)
09:13:27 [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.48kB)
09:13:27 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.02kB)
09:13:27 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.36kB)
09:13:27 [INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.86kB)
09:13:27 [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.83kB)
09:13:28 [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.22kB)
09:13:28 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.86kB)
09:13:28 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (31.11kB)
09:13:28 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.41kB)
09:13:28 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.61kB)
09:13:28 [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.6kB)
09:13:29 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (88.26kB)
09:13:29 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.36kB)
09:13:29 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.79kB)
09:13:29 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.4kB)
09:13:29 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.68kB)
09:13:29 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.21kB)
09:13:30 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.37kB)
09:13:30 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.5kB)
09:13:30 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.53kB)
09:13:30 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.08kB)
09:13:30 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.35kB)
09:13:30 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.37kB)
09:13:30 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.73kB)
09:13:31 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.64kB)
09:13:31 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.33kB)
09:13:31 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.33kB)
09:13:31 [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.8kB)
09:13:31 [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (77.64kB)
09:13:32 [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.57kB)
09:13:32 [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (7.98kB)
09:13:32 [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.46kB)
09:13:32 [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.17kB)
09:13:32 [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.93kB)
09:13:32 [INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.39kB)
09:13:33 [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.36kB)
09:13:33 [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.32kB)
09:13:33 [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.97kB)
09:13:33 [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.35kB)
09:13:33 [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.29kB)
09:13:33 [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.88kB)
09:13:34 [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.86kB)
09:13:34 [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.72kB)
09:13:34 [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (315.22kB)
09:13:34 [INFO] Fetching org.eclipse.papyrus.sdk_5.2.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.14kB)
09:13:34 [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (2.36MB)
09:13:35 [INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (554.66kB)
09:13:36 [INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.59kB)
09:13:36 [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.65kB)
09:13:36 [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (394.43kB)
09:13:36 [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.33kB)
09:13:37 [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (202.57kB)
09:13:37 [INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.54kB)
09:13:37 [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.57kB)
09:13:37 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.94kB)
09:13:37 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.16kB)
09:13:38 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.71kB)
09:13:38 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.94kB)
09:13:38 [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.1kB)
09:13:38 [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.52kB)
09:13:38 [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.1kB)
09:13:38 [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (285.41kB)
09:13:40 [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.75kB)
09:13:40 [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.11kB)
09:13:40 [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (66.06kB)
09:13:41 [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.57kB)
09:13:41 [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.78kB)
09:13:42 [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.99kB)
09:13:42 [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.26kB)
09:13:42 [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.83kB)
09:13:42 [INFO] Fetching org.eclipse.papyrus.uml.export_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (37.12kB)
09:13:42 [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.43kB)
09:13:42 [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.77kB)
09:13:43 [INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.45MB)
09:13:43 [INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.66kB)
09:13:43 [INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.46kB)
09:13:44 [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (53.84kB)
09:13:44 [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.03kB)
09:13:44 [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.24kB)
09:13:44 [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.85kB)
09:13:44 [INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.87kB)
09:13:44 [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.59kB)
09:13:44 [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.61kB)
09:13:45 [INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.1kB)
09:13:45 [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.53kB)
09:13:45 [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (61.41kB)
09:13:45 [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.11kB)
09:13:45 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.73kB)
09:13:45 [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.37kB)
09:13:46 [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.86kB)
09:13:46 [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.46kB)
09:13:46 [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (41.51kB)
09:13:46 [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.3kB)
09:13:46 [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.05kB)
09:13:46 [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.3kB)
09:13:47 [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.46kB)
09:13:47 [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.58kB)
09:13:47 [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.22kB)
09:13:47 [INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.75kB)
09:13:47 [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.53kB)
09:13:47 [INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (57.73kB)
09:13:48 [INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.7kB)
09:13:48 [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.38kB)
09:13:48 [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.15kB)
09:13:48 [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.31kB)
09:13:48 [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.06kB)
09:13:48 [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.48kB)
09:13:49 [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.88kB)
09:13:49 [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.83kB)
09:13:49 [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (32.48kB)
09:13:49 [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.11kB)
09:13:49 [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.56kB)
09:13:49 [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.86kB)
09:13:50 [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (62.68kB)
09:13:50 [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (39.13kB)
09:13:50 [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.33kB)
09:13:50 [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.4kB)
09:13:50 [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.11kB)
09:13:51 [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.16kB)
09:13:51 [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.99kB)
09:13:51 [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (63.76kB)
09:13:51 [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (39.9kB)
09:13:51 [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.88kB)
09:13:51 [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (160.21kB)
09:13:52 [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (198.92kB)
09:13:52 [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.44kB)
09:13:52 [INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.28kB)
09:13:52 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.32kB)
09:13:53 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.81kB)
09:13:53 [INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.5kB)
09:13:53 [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (26.39kB)
09:13:53 [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.65kB)
09:13:54 [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.200.v20210118-0937.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (206.84kB)
09:13:55 [INFO] Fetching org.eclipse.pde.doc.user_3.14.1100.v20210303-1700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (6.86MB)
09:13:56 [INFO] Fetching org.eclipse.pde.doc.user_3.14.1100.v20210303-1700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (3.42MB of 6.86MB at 3.41MB/s)
09:13:58 [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.100.v20210211-1236.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (63.08kB)
09:13:58 [INFO] Fetching org.eclipse.pde.ds.core_1.2.200.v20210219-0944.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (25.98kB)
09:13:58 [INFO] Fetching org.eclipse.pde.ds.ui_1.2.0.v20200813-0954.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (79.37kB)
09:13:59 [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.77kB)
09:13:59 [INFO] Fetching org.eclipse.pde_3.13.1400.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (41.26kB)
09:13:59 [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.1000.v20210110-1048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.33kB)
09:13:59 [INFO] Fetching org.eclipse.pde.runtime_3.7.100.v20210208-1005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (113.58kB)
09:13:59 [INFO] Fetching org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (377.36kB)
09:14:00 [INFO] Fetching org.eclipse.pde.ua.core_1.2.200.v20210208-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.04kB)
09:14:00 [INFO] Fetching org.eclipse.pde.ua.ui_1.2.100.v20201105-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (141.01kB)
09:14:00 [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.81kB)
09:14:00 [INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (25.32kB)
09:14:00 [INFO] Fetching org.eclipse.pde.build.source_3.10.1000.v20210130-0813.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (317.22kB)
09:14:01 [INFO] Fetching org.eclipse.pde.core.source_3.14.200.v20210208-1154.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1,003.83kB)
09:14:01 [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.1000.v20210110-1048.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19kB)
09:14:01 [INFO] Fetching org.eclipse.pde.runtime.source_3.7.100.v20210208-1005.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (83.44kB)
09:14:01 [INFO] Fetching org.eclipse.pde.ui.source_3.13.0.v20210209-0833.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (2.06MB)
09:14:02 [INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.200.v20201208-0953.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (107.52kB)
09:14:02 [INFO] Fetching org.objectweb.asm.source_9.1.0.v20210209-1849.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (188.4kB)
09:14:02 [INFO] Fetching org.objectweb.asm.tree.source_9.1.0.v20210209-1849.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (86.62kB)
09:14:03 [INFO] Fetching org.eclipse.pde.api.tools.source_1.2.300.v20210205-1814.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (653.15kB)
09:14:03 [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.56kB)
09:14:03 [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.200.v20210118-0937.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (250.49kB)
09:14:03 [INFO] Fetching org.eclipse.pde.ds.core.source_1.2.200.v20210219-0944.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.83kB)
09:14:03 [INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.0.v20200813-0954.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (94.77kB)
09:14:04 [INFO] Fetching org.eclipse.pde.launching.source_3.9.200.v20201208-1742.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (93.19kB)
09:14:04 [INFO] Fetching org.eclipse.pde.ua.core.source_1.2.200.v20210208-1459.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (104.7kB)
09:14:04 [INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.100.v20201105-1530.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (272.56kB)
09:14:04 [INFO] Fetching org.eclipse.ui.trace.source_1.2.0.v20210110-1242.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (51.75kB)
09:14:04 [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.100.v20210211-1236.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.36kB)
09:14:04 [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.100.v20201207-1622.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (63.34kB)
09:14:04 [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.97kB)
09:14:05 [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.56kB)
09:14:05 [INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.45kB)
09:14:05 [INFO] Fetching org.eclipse.platform_4.19.0.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (425.02kB)
09:14:05 [INFO] Fetching org.eclipse.platform.doc.isv_4.19.0.v20210303-1700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (21.39MB)
09:14:06 [INFO] Fetching org.eclipse.platform.doc.isv_4.19.0.v20210303-1700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.74MB of 21.39MB at 8.72MB/s)
09:14:22 [INFO] Fetching org.eclipse.platform.doc.user_4.19.0.v20210303-0957.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (6.2MB)
09:14:24 [INFO] Fetching org.eclipse.text.quicksearch_1.1.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.89kB)
09:14:24 [INFO] Fetching org.eclipse.ui.intro.universal_3.4.100.v20210108-1131.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.83MB)
09:14:24 [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (98.02kB)
09:14:25 [INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.58kB)
09:14:25 [INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.83kB)
09:14:25 [INFO] Fetching org.eclipse.ui.ide.application_1.4.0.v20210122-1423.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (56.26kB)
09:14:25 [INFO] Fetching org.eclipse.ui.themes_1.2.1300.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (30.45kB)
09:14:25 [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.0.v20200724-0708.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.99kB)
09:14:25 [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.83kB)
09:14:26 [INFO] Fetching org.apache.ant.source_1.10.9.v20201106-1946.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (2.43MB)
09:14:27 [INFO] Fetching org.eclipse.ant.core.source_3.5.800.v20200608-1251.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (97.16kB)
09:14:27 [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (294.21kB)
09:14:27 [INFO] Fetching org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (62.17kB)
09:14:28 [INFO] Fetching org.eclipse.compare.source_3.7.1300.v20210114-0707.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (424.12kB)
09:14:28 [INFO] Fetching org.eclipse.core.filebuffers.source_3.6.1100.v20201029-1159.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (87.58kB)
09:14:28 [INFO] Fetching org.eclipse.core.filesystem.source_1.7.700.v20200110-1734.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (90.36kB)
09:14:28 [INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.400.v20190924-1023.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.5kB)
09:14:28 [INFO] Fetching org.eclipse.core.resources.source_3.14.0.v20210215-0934.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (800.32kB)
09:14:28 [INFO] Fetching org.eclipse.debug.core.source_3.18.0.v20210222-1101.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (403.17kB)
09:14:29 [INFO] Fetching org.eclipse.debug.ui.source_3.14.800.v20210222-1101.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.67MB)
09:14:29 [INFO] Fetching org.eclipse.e4.ui.ide.source_3.15.200.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (10.73kB)
09:14:29 [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.11.300.v20210208-1217.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (295.03kB)
09:14:29 [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.11.300.v20210112-0706.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (251.13kB)
09:14:29 [INFO] Fetching org.eclipse.platform.source_4.19.0.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (10.64kB)
09:14:29 [INFO] Fetching org.eclipse.search.source_3.13.0.v20210212-0759.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (298.73kB)
09:14:31 [INFO] Fetching org.eclipse.text.quicksearch.source_1.1.0.v20210120-0733.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (58.89kB)
09:14:31 [INFO] Fetching org.eclipse.team.core.source_3.8.1100.v20200806-0621.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (367.84kB)
09:14:31 [INFO] Fetching org.eclipse.team.ui.source_3.8.1200.v20210204-1156.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (765.93kB)
09:14:32 [INFO] Fetching org.eclipse.text.source_3.11.0.v20210203-1022.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (279.33kB)
09:14:34 [INFO] Fetching org.eclipse.jface.text.source_3.17.0.v20210213-0904.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (810.38kB)
09:14:36 [INFO] Fetching org.eclipse.jface.text.source_3.17.0.v20210213-0904.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (435.54kB of 810.38kB at 431.54kB/s)
09:14:36 [INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (38.72kB)
09:14:37 [INFO] Fetching org.eclipse.jsch.ui.source_1.3.1100.v20200916-0731.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.88kB)
09:14:37 [INFO] Fetching org.eclipse.ui.console.source_3.10.100.v20201211-1511.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (136.96kB)
09:14:37 [INFO] Fetching org.eclipse.ui.intro.source_3.6.100.v20210119-2223.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (253.75kB)
09:14:37 [INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.100.v20210108-1131.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (57.05kB)
09:14:38 [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.200.v20210121-1039.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (251.12kB)
09:14:38 [INFO] Fetching org.eclipse.ui.browser.source_3.6.1100.v20210118-1327.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (96.14kB)
09:14:38 [INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.0.v20210129-1224.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (92.19kB)
09:14:38 [INFO] Fetching org.eclipse.ui.monitoring.source_1.2.0.v20210111-1353.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (45.22kB)
09:14:38 [INFO] Fetching org.eclipse.ui.navigator.source_3.10.0.v20210111-1352.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (308.95kB)
09:14:38 [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.0.v20210209-1136.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (102.49kB)
09:14:39 [INFO] Fetching org.eclipse.ui.net.source_1.3.800.v20200422-1935.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (28.57kB)
09:14:39 [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.0.v20210120-0733.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (428.87kB)
09:14:39 [INFO] Fetching org.eclipse.ui.views.source_3.11.0.v20210111-1351.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (80.28kB)
09:14:39 [INFO] Fetching org.eclipse.ui.editors.source_3.14.0.v20210215-0846.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (330.07kB)
09:14:39 [INFO] Fetching org.eclipse.ui.externaltools.source_3.4.900.v20201105-0600.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (82.15kB)
09:14:39 [INFO] Fetching org.eclipse.ui.ide.source_3.18.100.v20210122-1536.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.25MB)
09:14:40 [INFO] Fetching org.eclipse.ui.ide.application.source_1.4.0.v20210122-1423.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.58kB)
09:14:40 [INFO] Fetching org.eclipse.core.variables.source_3.4.800.v20200120-1101.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (37.71kB)
09:14:40 [INFO] Fetching org.eclipse.ui.forms.source_3.11.100.v20210108-1139.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (217.7kB)
09:14:40 [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (82.81kB)
09:14:40 [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.0.v20210121-0922.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.12kB)
09:14:40 [INFO] Fetching org.eclipse.core.externaltools.source_1.1.800.v20201105-0600.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.85kB)
09:14:41 [INFO] Fetching org.eclipse.ui.themes.source_1.2.1300.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.36kB)
09:14:41 [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.0.v20200724-0708.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (18.24kB)
09:14:41 [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.0.600.v20200212-1524.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.16kB)
09:14:41 [INFO] Fetching org.eclipse.ui.views.log.source_1.2.1400.v20210122-1423.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (59.87kB)
09:14:41 [INFO] Fetching org.eclipse.update.configurator_3.4.700.v20200907-1237.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (42.69kB)
09:14:41 [INFO] Fetching org.eclipse.rcp_4.19.0.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.41kB)
09:14:41 [INFO] Fetching org.eclipse.help.source_3.8.800.v20200525-0755.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (180kB)
09:14:42 [INFO] Fetching org.eclipse.ui.source_3.119.0.v20210111-1350.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (145.52kB)
09:14:42 [INFO] Fetching org.eclipse.ui.workbench.source_3.122.100.v20210215-1525.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (2.47MB)
09:14:43 [INFO] Fetching org.eclipse.update.configurator.source_3.4.700.v20200907-1237.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (76.39kB)
09:14:43 [INFO] Fetching org.eclipse.sdk_4.19.0.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (246.58kB)
09:14:43 [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.3kB)
09:14:43 [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.56kB)
09:14:43 [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (36.57kB)
09:14:43 [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.44kB)
09:14:44 [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (56.91kB)
09:14:44 [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (81.75kB)
09:14:44 [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (682.95kB)
09:14:44 [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.89kB)
09:14:45 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.116.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.95MB)
09:14:45 [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64.source_3.116.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (66.24kB)
09:14:45 [INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.38kB)
09:14:45 [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.300.v20200816-1842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.35kB)
09:14:45 [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.300.v20200816-1842.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.07kB)
09:14:46 [INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.10.v20200830-2311.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.92kB)
09:14:46 [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (37.04kB)
09:14:46 [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.200.v20190812-0919.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.57kB)
09:14:47 [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.36kB)
09:14:47 [INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.06kB)
09:14:47 [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.500.v20190925-1337.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.48kB)
09:14:47 [INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (15.6kB)
09:14:48 [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (15.18kB)
09:14:48 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16kB)
09:14:48 [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (39.24kB)
09:14:48 [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (651.64kB)
09:14:49 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.86kB)
09:14:49 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.116.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.63MB)
09:14:49 [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64.source_3.116.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (66.32kB)
09:14:49 [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.300.v20210212-1601.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.19kB)
09:14:49 [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.300.v20210212-1601.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.34kB)
09:14:50 [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.12kB)
09:14:50 [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.17kB)
09:14:51 [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.500.v20200116-2251.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.59kB)
09:14:51 [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.600.v20200204-1737.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (28.07kB)
09:14:51 [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.61kB)
09:14:52 [INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.88kB)
09:14:53 [INFO] Fetching org.eclipse.e4.rcp_4.19.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (20.95kB)
09:14:53 [INFO] Fetching org.eclipse.e4.rcp.source_4.19.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.91kB)
09:14:54 [INFO] Fetching org.eclipse.ecf.core.feature_1.5.701.v20201027-0550.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.72kB)
09:14:54 [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.701.v20201027-0550.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (20.99kB)
09:14:54 [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.69kB)
09:14:54 [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.500.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (21.05kB)
09:14:54 [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (27.8kB)
09:14:54 [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1702.v20201025-2315.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (29.2kB)
09:14:54 [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (27.92kB)
09:14:55 [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.702.v20201025-2303.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (29.37kB)
09:14:55 [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (23.72kB)
09:14:55 [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.400.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (25.13kB)
09:14:55 [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.03kB)
09:14:55 [INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210114-1734.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (20.22kB)
09:14:55 [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.11kB)
09:14:55 [INFO] Fetching org.eclipse.emf.ecore.source_2.23.0.v20200630-0516.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (20.25kB)
09:14:56 [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.900.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.67kB)
09:14:56 [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.900.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.49kB)
09:14:56 [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.12kB)
09:14:56 [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.18kB)
09:14:56 [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.03kB)
09:14:56 [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.12kB)
09:14:56 [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (18.9kB)
09:14:56 [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.11kB)
09:14:57 [INFO] Fetching org.eclipse.help_2.3.500.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.54kB)
09:14:57 [INFO] Fetching org.eclipse.help.source_2.3.500.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (18.82kB)
09:14:57 [INFO] Fetching org.eclipse.jdt_3.18.700.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.72kB)
09:14:57 [INFO] Fetching org.eclipse.jdt.source_3.18.700.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.09kB)
09:14:57 [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (19.57kB)
09:14:57 [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.88kB)
09:14:58 [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (19.33kB)
09:14:58 [INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.81kB)
09:14:58 [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.89kB)
09:14:58 [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.98kB)
09:14:58 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.9kB)
09:14:58 [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.91kB)
09:14:58 [INFO] Fetching org.eclipse.papyrus.infra.feature_3.1.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (19.29kB)
09:14:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.95kB)
09:14:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (19.44kB)
09:14:59 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.93kB)
09:14:59 [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (19.17kB)
09:14:59 [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (19.05kB)
09:14:59 [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (19.1kB)
09:14:59 [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.81kB)
09:15:00 [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.89kB)
09:15:00 [INFO] Fetching org.eclipse.papyrus.sdk.feature_5.2.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (19.23kB)
09:15:00 [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.88kB)
09:15:00 [INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.8kB)
09:15:00 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.92kB)
09:15:00 [INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.86kB)
09:15:01 [INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (19.25kB)
09:15:01 [INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.88kB)
09:15:01 [INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (19.36kB)
09:15:01 [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.87kB)
09:15:01 [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.86kB)
09:15:01 [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.84kB)
09:15:01 [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (19.04kB)
09:15:02 [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.84kB)
09:15:02 [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.81kB)
09:15:02 [INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (19.17kB)
09:15:02 [INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.84kB)
09:15:02 [INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.83kB)
09:15:02 [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.86kB)
09:15:02 [INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.85kB)
09:15:03 [INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.83kB)
09:15:03 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.88kB)
09:15:03 [INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.89kB)
09:15:03 [INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.82kB)
09:15:03 [INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.79kB)
09:15:03 [INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202105031159.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (18.84kB)
09:15:03 [INFO] Fetching org.eclipse.pde_3.14.700.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.46kB)
09:15:04 [INFO] Fetching org.eclipse.pde.source_3.14.700.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (18.88kB)
09:15:04 [INFO] Fetching org.eclipse.platform_4.19.0.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (20.6kB)
09:15:04 [INFO] Fetching org.eclipse.platform_root_4.19.0.v20210303-1800 from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/binary/ (196B)
09:15:04 [INFO] Fetching org.eclipse.platform.source_4.19.0.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (20.18kB)
09:15:04 [INFO] Fetching org.eclipse.rcp_4.19.0.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.13kB)
09:15:04 [INFO] Fetching org.eclipse.rcp_root_4.19.0.v20210303-1800 from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/binary/ (24.93kB)
09:15:04 [INFO] Fetching org.eclipse.rcp.source_4.19.0.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.17kB)
09:15:05 [INFO] Fetching org.eclipse.sdk_4.19.0.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.02kB)
09:15:05 [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2.toolsmiths:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/releng/toolsmiths/site/pom.xml
09:15:05 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2.toolsmiths:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/releng/toolsmiths/site/pom.xml
09:15:05 [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (79.76kB)
09:15:05 [INFO] The user operation is waiting for background work to complete.
09:15:05 [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (79.76kB)
09:15:05 [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (762.75kB)
09:15:05 [INFO] The user operation is waiting for background work to complete.
09:15:05 [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (762.75kB)
09:15:05 [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (141.49kB)
09:15:05 [INFO] The user operation is waiting for background work to complete.
09:15:05 [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (9.67MB)
09:15:05 [INFO] The user operation is waiting for background work to complete.
09:15:06 [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (1.28MB)
09:15:06 [INFO] The user operation is waiting for background work to complete.
09:15:06 [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (328.72kB)
09:15:06 [INFO] The user operation is waiting for background work to complete.
09:15:06 [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (170.74kB)
09:15:06 [INFO] The user operation is waiting for background work to complete.
09:15:06 [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (170.74kB)
09:15:06 [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (36.66kB)
09:15:06 [INFO] The user operation is waiting for background work to complete.
09:15:06 [INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (470.65kB)
09:15:06 [INFO] The user operation is waiting for background work to complete.
09:15:06 [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (2.85MB)
09:15:06 [INFO] The user operation is waiting for background work to complete.
09:15:06 [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (13kB)
09:15:06 [INFO] The user operation is waiting for background work to complete.
09:15:06 [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (102.39kB)
09:15:06 [INFO] The user operation is waiting for background work to complete.
09:15:06 [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (63.23kB)
09:15:06 [INFO] The user operation is waiting for background work to complete.
09:15:07 [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (14.47kB)
09:15:07 [INFO] The user operation is waiting for background work to complete.
09:15:07 [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (255.73kB)
09:15:07 [INFO] The user operation is waiting for background work to complete.
09:15:07 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB)
09:15:07 [INFO] The user operation is waiting for background work to complete.
09:15:07 [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (30.07kB)
09:15:07 [INFO] The user operation is waiting for background work to complete.
09:15:07 [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (143.98kB)
09:15:07 [INFO] The user operation is waiting for background work to complete.
09:15:07 [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (82.7kB)
09:15:07 [INFO] The user operation is waiting for background work to complete.
09:15:07 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (33.71kB)
09:15:07 [INFO] The user operation is waiting for background work to complete.
09:15:07 [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (155.35kB)
09:15:07 [INFO] The user operation is waiting for background work to complete.
09:15:07 [INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.93kB)
09:15:07 [INFO] The user operation is waiting for background work to complete.
09:15:08 [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (30.58kB)
09:15:08 [INFO] The user operation is waiting for background work to complete.
09:15:08 [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (333.69kB)
09:15:08 [INFO] The user operation is waiting for background work to complete.
09:15:08 [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (109.72kB)
09:15:08 [INFO] The user operation is waiting for background work to complete.
09:15:08 [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (71.46kB)
09:15:08 [INFO] The user operation is waiting for background work to complete.
09:15:08 [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (18.03kB)
09:15:08 [INFO] The user operation is waiting for background work to complete.
09:15:08 [INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.38kB)
09:15:08 [INFO] The user operation is waiting for background work to complete.
09:15:08 [INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (102.05kB)
09:15:08 [INFO] The user operation is waiting for background work to complete.
09:15:08 [INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (125.97kB)
09:15:08 [INFO] The user operation is waiting for background work to complete.
09:15:09 [INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20210217-1644.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (282.34kB)
09:15:09 [INFO] The user operation is waiting for background work to complete.
09:15:09 [INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.85kB)
09:15:09 [INFO] The user operation is waiting for background work to complete.
09:15:09 [INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (100.65kB)
09:15:09 [INFO] The user operation is waiting for background work to complete.
09:15:09 [INFO] Fetching org.eclipse.ant.ui_3.7.1200.v20210206-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (475.35kB)
09:15:09 [INFO] The user operation is waiting for background work to complete.
09:15:09 [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.79kB)
09:15:09 [INFO] The user operation is waiting for background work to complete.
09:15:09 [INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.62kB)
09:15:09 [INFO] The user operation is waiting for background work to complete.
09:15:09 [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (339.79kB)
09:15:09 [INFO] The user operation is waiting for background work to complete.
09:15:09 [INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.58kB)
09:15:09 [INFO] The user operation is waiting for background work to complete.
09:15:09 [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1,018.14kB)
09:15:09 [INFO] The user operation is waiting for background work to complete.
09:15:10 [INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210224-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (3.94MB)
09:15:10 [INFO] The user operation is waiting for background work to complete.
09:15:10 [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (124.96kB)
09:15:10 [INFO] The user operation is waiting for background work to complete.
09:15:10 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (105.56kB)
09:15:10 [INFO] The user operation is waiting for background work to complete.
09:15:10 [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.72kB)
09:15:10 [INFO] The user operation is waiting for background work to complete.
09:15:10 [INFO] Fetching org.eclipse.jdt.junit_3.11.1100.v20210203-1102.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (232.08kB)
09:15:10 [INFO] The user operation is waiting for background work to complete.
09:15:10 [INFO] Fetching org.eclipse.cbi.p2repo.aggregator_1.0.300.20200825-1205.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (108.85kB)
09:15:10 [INFO] The user operation is waiting for background work to complete.
09:15:10 [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (484.19kB)
09:15:10 [INFO] The user operation is waiting for background work to complete.
09:15:10 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.06kB)
09:15:10 [INFO] The user operation is waiting for background work to complete.
09:15:10 [INFO] Fetching org.eclipse.cbi.p2repo.util_1.0.300.20190930-1609.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (12.66kB)
09:15:10 [INFO] The user operation is waiting for background work to complete.
09:15:11 [INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (48.21kB)
09:15:11 [INFO] The user operation is waiting for background work to complete.
09:15:11 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (58.14kB)
09:15:11 [INFO] The user operation is waiting for background work to complete.
09:15:11 [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.04kB)
09:15:11 [INFO] The user operation is waiting for background work to complete.
09:15:11 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (108kB)
09:15:11 [INFO] The user operation is waiting for background work to complete.
09:15:11 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.79kB)
09:15:11 [INFO] The user operation is waiting for background work to complete.
09:15:11 [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.38kB)
09:15:11 [INFO] The user operation is waiting for background work to complete.
09:15:11 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (74.47kB)
09:15:11 [INFO] The user operation is waiting for background work to complete.
09:15:11 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.99kB)
09:15:11 [INFO] The user operation is waiting for background work to complete.
09:15:11 [INFO] Fetching org.eclipse.cbi.p2repo.cli_1.0.300.20190930-1609.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (14.4kB)
09:15:11 [INFO] The user operation is waiting for background work to complete.
09:15:12 [INFO] Fetching org.eclipse.cbi.p2repo.p2_1.0.300.20200619-1617.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (62.65kB)
09:15:12 [INFO] The user operation is waiting for background work to complete.
09:15:12 [INFO] Fetching org.eclipse.cbi.p2repo.aggregator.legacy_1.0.300.20190930-1609.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (31.76kB)
09:15:12 [INFO] The user operation is waiting for background work to complete.
09:15:12 [INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.09kB)
09:15:12 [INFO] The user operation is waiting for background work to complete.
09:15:12 [INFO] Fetching org.kohsuke.args4j_2.33.0.v20160323-2218.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (73.73kB)
09:15:12 [INFO] The user operation is waiting for background work to complete.
09:15:12 [INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (58.96kB)
09:15:12 [INFO] The user operation is waiting for background work to complete.
09:15:12 [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (103.07kB)
09:15:12 [INFO] The user operation is waiting for background work to complete.
09:15:12 [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (144.31kB)
09:15:12 [INFO] The user operation is waiting for background work to complete.
09:15:12 [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.5.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (13.55kB)
09:15:12 [INFO] The user operation is waiting for background work to complete.
09:15:12 [INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210215-0846.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (200.97kB)
09:15:12 [INFO] The user operation is waiting for background work to complete.
09:15:13 [INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (950.29kB)
09:15:13 [INFO] The user operation is waiting for background work to complete.
09:15:13 [INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (306.78kB)
09:15:13 [INFO] The user operation is waiting for background work to complete.
09:15:13 [INFO] Fetching org.eclipse.jface.text_3.17.0.v20210213-0904.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (317.43kB)
09:15:13 [INFO] The user operation is waiting for background work to complete.
09:15:13 [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.88kB)
09:15:13 [INFO] The user operation is waiting for background work to complete.
09:15:13 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (235.59kB)
09:15:13 [INFO] The user operation is waiting for background work to complete.
09:15:13 [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (122.98kB)
09:15:13 [INFO] The user operation is waiting for background work to complete.
09:15:13 [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.82kB)
09:15:13 [INFO] The user operation is waiting for background work to complete.
09:15:13 [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.1kB)
09:15:13 [INFO] The user operation is waiting for background work to complete.
09:15:13 [INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (41.22kB)
09:15:13 [INFO] The user operation is waiting for background work to complete.
09:15:14 [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.51kB)
09:15:14 [INFO] The user operation is waiting for background work to complete.
09:15:14 [INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.13kB)
09:15:14 [INFO] The user operation is waiting for background work to complete.
09:15:14 [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (56.91kB)
09:15:14 [INFO] The user operation is waiting for background work to complete.
09:15:14 [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (82.74kB)
09:15:14 [INFO] The user operation is waiting for background work to complete.
09:15:14 [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.71kB)
09:15:14 [INFO] The user operation is waiting for background work to complete.
09:15:14 [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.17kB)
09:15:14 [INFO] The user operation is waiting for background work to complete.
09:15:14 [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (41.14kB)
09:15:14 [INFO] The user operation is waiting for background work to complete.
09:15:14 [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (42.03kB)
09:15:14 [INFO] The user operation is waiting for background work to complete.
09:15:14 [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (120.7kB)
09:15:14 [INFO] The user operation is waiting for background work to complete.
09:15:15 [INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (362.4kB)
09:15:15 [INFO] The user operation is waiting for background work to complete.
09:15:15 [INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210215-1525.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (960.47kB)
09:15:15 [INFO] The user operation is waiting for background work to complete.
09:15:15 [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.14kB)
09:15:15 [INFO] The user operation is waiting for background work to complete.
09:15:15 [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (215.67kB)
09:15:15 [INFO] The user operation is waiting for background work to complete.
09:15:15 [INFO] Fetching org.eclipse.swt_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.03kB)
09:15:15 [INFO] The user operation is waiting for background work to complete.
09:15:15 [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.78kB)
09:15:15 [INFO] The user operation is waiting for background work to complete.
09:15:15 [INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (25.87kB)
09:15:15 [INFO] The user operation is waiting for background work to complete.
09:15:15 [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.66kB)
09:15:15 [INFO] The user operation is waiting for background work to complete.
09:15:15 [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.94kB)
09:15:15 [INFO] The user operation is waiting for background work to complete.
09:15:15 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.68kB)
09:15:15 [INFO] The user operation is waiting for background work to complete.
09:15:15 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.72kB)
09:15:15 [INFO] The user operation is waiting for background work to complete.
09:15:15 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.42kB)
09:15:15 [INFO] The user operation is waiting for background work to complete.
09:15:15 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (21.73kB)
09:15:15 [INFO] The user operation is waiting for background work to complete.
09:15:16 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB)
09:15:16 [INFO] The user operation is waiting for background work to complete.
09:15:16 [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.02kB)
09:15:16 [INFO] The user operation is waiting for background work to complete.
09:15:16 [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (66.15kB)
09:15:16 [INFO] The user operation is waiting for background work to complete.
09:15:16 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.63kB)
09:15:16 [INFO] The user operation is waiting for background work to complete.
09:15:16 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.78kB)
09:15:16 [INFO] The user operation is waiting for background work to complete.
09:15:16 [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.79kB)
09:15:16 [INFO] The user operation is waiting for background work to complete.
09:15:16 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.64kB)
09:15:16 [INFO] The user operation is waiting for background work to complete.
09:15:16 [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.13kB)
09:15:16 [INFO] The user operation is waiting for background work to complete.
09:15:16 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (110.28kB)
09:15:16 [INFO] The user operation is waiting for background work to complete.
09:15:17 [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.19kB)
09:15:17 [INFO] The user operation is waiting for background work to complete.
09:15:17 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.46kB)
09:15:17 [INFO] The user operation is waiting for background work to complete.
09:15:17 [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.12kB)
09:15:17 [INFO] The user operation is waiting for background work to complete.
09:15:17 [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.81kB)
09:15:17 [INFO] The user operation is waiting for background work to complete.
09:15:17 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (49.78kB)
09:15:17 [INFO] The user operation is waiting for background work to complete.
09:15:17 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (94.41kB)
09:15:17 [INFO] The user operation is waiting for background work to complete.
09:15:17 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (62.6kB)
09:15:17 [INFO] The user operation is waiting for background work to complete.
09:15:17 [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.72kB)
09:15:17 [INFO] The user operation is waiting for background work to complete.
09:15:17 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.07kB)
09:15:17 [INFO] The user operation is waiting for background work to complete.
09:15:17 [INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.89kB)
09:15:17 [INFO] The user operation is waiting for background work to complete.
09:15:18 [INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.04kB)
09:15:18 [INFO] The user operation is waiting for background work to complete.
09:15:18 [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.34kB)
09:15:18 [INFO] The user operation is waiting for background work to complete.
09:15:18 [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.47kB)
09:15:18 [INFO] The user operation is waiting for background work to complete.
09:15:18 [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (45.05kB)
09:15:18 [INFO] The user operation is waiting for background work to complete.
09:15:18 [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (126.92kB)
09:15:18 [INFO] The user operation is waiting for background work to complete.
09:15:18 [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (114.56kB)
09:15:18 [INFO] The user operation is waiting for background work to complete.
09:15:18 [INFO] Fetching org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (417.29kB)
09:15:18 [INFO] The user operation is waiting for background work to complete.
09:15:18 [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (69.33kB)
09:15:18 [INFO] The user operation is waiting for background work to complete.
09:15:18 [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (109.05kB)
09:15:18 [INFO] The user operation is waiting for background work to complete.
09:15:19 [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (61.15kB)
09:15:19 [INFO] The user operation is waiting for background work to complete.
09:15:19 [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (59.59kB)
09:15:19 [INFO] The user operation is waiting for background work to complete.
09:15:19 [INFO] Fetching org.eclipse.emf.compare_3.5.3.202102231741.jar.pack.gz from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202102231741/core/plugins/ (181.72kB)
09:15:19 [INFO] The user operation is waiting for background work to complete.
09:15:19 [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (37.47kB)
09:15:19 [INFO] The user operation is waiting for background work to complete.
09:15:19 [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (30.39kB)
09:15:19 [INFO] The user operation is waiting for background work to complete.
09:15:19 [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (96.81kB)
09:15:19 [INFO] The user operation is waiting for background work to complete.
09:15:19 [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (44.81kB)
09:15:19 [INFO] The user operation is waiting for background work to complete.
09:15:20 [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (40.2kB)
09:15:20 [INFO] The user operation is waiting for background work to complete.
09:15:20 [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (18.43kB)
09:15:20 [INFO] The user operation is waiting for background work to complete.
09:15:20 [INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (61.49kB)
09:15:20 [INFO] The user operation is waiting for background work to complete.
09:15:20 [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (8.47kB)
09:15:20 [INFO] The user operation is waiting for background work to complete.
09:15:20 [INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (19.61kB)
09:15:20 [INFO] The user operation is waiting for background work to complete.
09:15:20 [INFO] Fetching org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (69.78kB)
09:15:20 [INFO] The user operation is waiting for background work to complete.
09:15:20 [INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (12.5kB)
09:15:20 [INFO] The user operation is waiting for background work to complete.
09:15:20 [INFO] Fetching org.eclipse.ocl.ecore_3.16.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (111.19kB)
09:15:20 [INFO] The user operation is waiting for background work to complete.
09:15:20 [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.98kB)
09:15:20 [INFO] The user operation is waiting for background work to complete.
09:15:21 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.47kB)
09:15:21 [INFO] The user operation is waiting for background work to complete.
09:15:21 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (34.56kB)
09:15:21 [INFO] The user operation is waiting for background work to complete.
09:15:21 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (44.42kB)
09:15:21 [INFO] The user operation is waiting for background work to complete.
09:15:21 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20210227-0235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (39.28kB)
09:15:21 [INFO] The user operation is waiting for background work to complete.
09:15:21 [INFO] Fetching org.eclipse.equinox.p2.console_1.1.500.v20210116-1227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.99kB)
09:15:21 [INFO] The user operation is waiting for background work to complete.
09:15:21 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (116.64kB)
09:15:21 [INFO] The user operation is waiting for background work to complete.
09:15:21 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (81.19kB)
09:15:21 [INFO] The user operation is waiting for background work to complete.
09:15:21 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.18kB)
09:15:21 [INFO] The user operation is waiting for background work to complete.
09:15:21 [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (37.85kB)
09:15:21 [INFO] The user operation is waiting for background work to complete.
09:15:22 [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.86kB)
09:15:22 [INFO] The user operation is waiting for background work to complete.
09:15:22 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.94kB)
09:15:22 [INFO] The user operation is waiting for background work to complete.
09:15:22 [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.03kB)
09:15:22 [INFO] The user operation is waiting for background work to complete.
09:15:22 [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (105.89kB)
09:15:22 [INFO] The user operation is waiting for background work to complete.
09:15:22 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.64kB)
09:15:22 [INFO] The user operation is waiting for background work to complete.
09:15:22 [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.86kB)
09:15:22 [INFO] The user operation is waiting for background work to complete.
09:15:22 [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (122.23kB)
09:15:22 [INFO] The user operation is waiting for background work to complete.
09:15:22 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.61kB)
09:15:22 [INFO] The user operation is waiting for background work to complete.
09:15:23 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.76kB)
09:15:23 [INFO] The user operation is waiting for background work to complete.
09:15:23 [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (288.69kB)
09:15:23 [INFO] The user operation is waiting for background work to complete.
09:15:23 [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (71.54kB)
09:15:23 [INFO] The user operation is waiting for background work to complete.
09:15:23 [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.63kB)
09:15:23 [INFO] The user operation is waiting for background work to complete.
09:15:23 [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (366.65kB)
09:15:23 [INFO] The user operation is waiting for background work to complete.
09:15:23 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (40.42kB)
09:15:23 [INFO] The user operation is waiting for background work to complete.
09:15:23 [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.59kB)
09:15:23 [INFO] The user operation is waiting for background work to complete.
09:15:23 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (532.14kB)
09:15:23 [INFO] The user operation is waiting for background work to complete.
09:15:23 [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (901.43kB)
09:15:23 [INFO] The user operation is waiting for background work to complete.
09:15:24 [INFO] Fetching org.eclipse.search_3.13.0.v20210212-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (214.1kB)
09:15:24 [INFO] The user operation is waiting for background work to complete.
09:15:24 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.500.v20210112-0706.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.62kB)
09:15:24 [INFO] The user operation is waiting for background work to complete.
09:15:24 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (176.89kB)
09:15:24 [INFO] The user operation is waiting for background work to complete.
09:15:24 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1000.v20210112-0706.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.62kB)
09:15:24 [INFO] The user operation is waiting for background work to complete.
09:15:24 [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (123kB)
09:15:24 [INFO] The user operation is waiting for background work to complete.
09:15:24 [INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210204-1156.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (491.61kB)
09:15:24 [INFO] The user operation is waiting for background work to complete.
09:15:24 [INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (130.04kB)
09:15:24 [INFO] The user operation is waiting for background work to complete.
09:15:24 [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (70.23kB)
09:15:24 [INFO] The user operation is waiting for background work to complete.
09:15:24 [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.74kB)
09:15:24 [INFO] The user operation is waiting for background work to complete.
09:15:25 [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (24.35kB)
09:15:25 [INFO] The user operation is waiting for background work to complete.
09:15:25 [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (267.89kB)
09:15:25 [INFO] The user operation is waiting for background work to complete.
09:15:25 [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (39.35kB)
09:15:25 [INFO] The user operation is waiting for background work to complete.
09:15:25 [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (27.75kB)
09:15:25 [INFO] The user operation is waiting for background work to complete.
09:15:26 [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.10.2.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (23.88kB)
09:15:26 [INFO] The user operation is waiting for background work to complete.
09:15:26 [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.10.3.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (95.29kB)
09:15:26 [INFO] The user operation is waiting for background work to complete.
09:15:26 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (976.59kB)
09:15:26 [INFO] The user operation is waiting for background work to complete.
09:15:26 [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (53.45kB)
09:15:26 [INFO] The user operation is waiting for background work to complete.
09:15:26 [INFO] Fetching org.eclipse.ocl.common_1.8.600.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (14.69kB)
09:15:26 [INFO] The user operation is waiting for background work to complete.
09:15:26 [INFO] Fetching org.eclipse.ocl.common.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (14.33kB)
09:15:26 [INFO] The user operation is waiting for background work to complete.
09:15:26 [INFO] Fetching org.eclipse.ocl.examples.debug_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (30.08kB)
09:15:26 [INFO] The user operation is waiting for background work to complete.
09:15:27 [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (159.44kB)
09:15:27 [INFO] The user operation is waiting for background work to complete.
09:15:27 [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (171.97kB)
09:15:27 [INFO] The user operation is waiting for background work to complete.
09:15:28 [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (164.46kB)
09:15:28 [INFO] The user operation is waiting for background work to complete.
09:15:28 [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (71.1kB)
09:15:28 [INFO] The user operation is waiting for background work to complete.
09:15:28 [INFO] Fetching org.eclipse.ocl.xtext.base_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (161.95kB)
09:15:28 [INFO] The user operation is waiting for background work to complete.
09:15:28 [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (30.93kB)
09:15:28 [INFO] The user operation is waiting for background work to complete.
09:15:28 [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (57.65kB)
09:15:28 [INFO] The user operation is waiting for background work to complete.
09:15:28 [INFO] Fetching org.eclipse.ocl.pivot_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (956.97kB)
09:15:28 [INFO] The user operation is waiting for background work to complete.
09:15:29 [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (114.11kB)
09:15:29 [INFO] The user operation is waiting for background work to complete.
09:15:29 [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (58.69kB)
09:15:29 [INFO] The user operation is waiting for background work to complete.
09:15:29 [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.600.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (8.69kB)
09:15:29 [INFO] The user operation is waiting for background work to complete.
09:15:29 [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (40.15kB)
09:15:29 [INFO] The user operation is waiting for background work to complete.
09:15:29 [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (1.03MB)
09:15:29 [INFO] The user operation is waiting for background work to complete.
09:15:31 [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (595.55kB of 1.03MB at 591.55kB/s)
09:15:31 [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (107.05kB)
09:15:31 [INFO] The user operation is waiting for background work to complete.
09:15:31 [INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (70.05kB)
09:15:31 [INFO] The user operation is waiting for background work to complete.
09:15:31 [INFO] Fetching org.eclipse.ocl.pivot.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (12.68kB)
09:15:31 [INFO] The user operation is waiting for background work to complete.
09:15:31 [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (143.09kB)
09:15:31 [INFO] The user operation is waiting for background work to complete.
09:15:31 [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (162.06kB)
09:15:31 [INFO] The user operation is waiting for background work to complete.
09:15:32 [INFO] Fetching org.eclipse.ocl.pivot.uml_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (87.76kB)
09:15:32 [INFO] The user operation is waiting for background work to complete.
09:15:32 [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (144.49kB)
09:15:32 [INFO] The user operation is waiting for background work to complete.
09:15:32 [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (243.5kB)
09:15:32 [INFO] The user operation is waiting for background work to complete.
09:15:32 [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (77.08kB)
09:15:32 [INFO] The user operation is waiting for background work to complete.
09:15:32 [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (209.58kB)
09:15:32 [INFO] The user operation is waiting for background work to complete.
09:15:32 [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (201.71kB)
09:15:32 [INFO] The user operation is waiting for background work to complete.
09:15:32 [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (38.54kB)
09:15:32 [INFO] The user operation is waiting for background work to complete.
09:15:32 [INFO] Fetching org.eclipse.ocl.xtext.markup_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (62.38kB)
09:15:32 [INFO] The user operation is waiting for background work to complete.
09:15:32 [INFO] Fetching org.eclipse.oomph.base_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (34.29kB)
09:15:32 [INFO] The user operation is waiting for background work to complete.
09:15:33 [INFO] Fetching org.eclipse.oomph.util_1.16.0.v20201230-0920.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (77.22kB)
09:15:33 [INFO] The user operation is waiting for background work to complete.
09:15:33 [INFO] Fetching org.eclipse.oomph.p2_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (35.03kB)
09:15:33 [INFO] The user operation is waiting for background work to complete.
09:15:33 [INFO] Fetching org.eclipse.oomph.p2.core_1.17.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (126.29kB)
09:15:33 [INFO] The user operation is waiting for background work to complete.
09:15:34 [INFO] Fetching org.eclipse.oomph.predicates_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (25.45kB)
09:15:34 [INFO] The user operation is waiting for background work to complete.
09:15:34 [INFO] Fetching org.eclipse.oomph.preferences_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (34.99kB)
09:15:34 [INFO] The user operation is waiting for background work to complete.
09:15:34 [INFO] Fetching org.eclipse.oomph.resources_1.15.0.v20210211-0559.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (42.84kB)
09:15:34 [INFO] The user operation is waiting for background work to complete.
09:15:34 [INFO] Fetching org.eclipse.oomph.setup_1.19.0.v20210223-0655.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (137.91kB)
09:15:34 [INFO] The user operation is waiting for background work to complete.
09:15:34 [INFO] Fetching org.eclipse.oomph.setup.targlets_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (25.06kB)
09:15:34 [INFO] The user operation is waiting for background work to complete.
09:15:34 [INFO] Fetching org.eclipse.oomph.targlets_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (38.12kB)
09:15:34 [INFO] The user operation is waiting for background work to complete.
09:15:35 [INFO] Fetching org.eclipse.oomph.targlets.core_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (52.69kB)
09:15:35 [INFO] The user operation is waiting for background work to complete.
09:15:35 [INFO] Fetching org.eclipse.oomph.util.pde_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (13.63kB)
09:15:35 [INFO] The user operation is waiting for background work to complete.
09:15:35 [INFO] Fetching org.eclipse.oomph.setup.workingsets_1.13.0.v20200815-0620.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (18.43kB)
09:15:35 [INFO] The user operation is waiting for background work to complete.
09:15:35 [INFO] Fetching org.eclipse.oomph.workingsets_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/release/1.20.0-a/plugins/ (21.66kB)
09:15:35 [INFO] The user operation is waiting for background work to complete.
09:15:35 [INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.75kB)
09:15:35 [INFO] The user operation is waiting for background work to complete.
09:15:35 [INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.75kB)
09:15:35 [INFO] Fetching org.eclipse.papyrus.infra.architecture_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.19kB)
09:15:35 [INFO] The user operation is waiting for background work to complete.
09:15:35 [INFO] Fetching org.eclipse.papyrus.infra.architecture_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.19kB)
09:15:35 [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.81kB)
09:15:35 [INFO] The user operation is waiting for background work to complete.
09:15:35 [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.81kB)
09:15:35 [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.78kB)
09:15:35 [INFO] The user operation is waiting for background work to complete.
09:15:35 [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.78kB)
09:15:35 [INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.14kB)
09:15:35 [INFO] The user operation is waiting for background work to complete.
09:15:35 [INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.14kB)
09:15:35 [INFO] Fetching org.eclipse.papyrus.infra.emf_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (80.7kB)
09:15:35 [INFO] The user operation is waiting for background work to complete.
09:15:35 [INFO] Fetching org.eclipse.papyrus.infra.emf_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (80.7kB)
09:15:36 [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (131.9kB)
09:15:36 [INFO] The user operation is waiting for background work to complete.
09:15:36 [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (65.13kB)
09:15:36 [INFO] The user operation is waiting for background work to complete.
09:15:36 [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (65.13kB)
09:15:36 [INFO] Fetching org.eclipse.papyrus.infra.core_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (99.8kB)
09:15:36 [INFO] The user operation is waiting for background work to complete.
09:15:36 [INFO] Fetching org.eclipse.papyrus.infra.core_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (99.8kB)
09:15:36 [INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (335kB)
09:15:36 [INFO] The user operation is waiting for background work to complete.
09:15:36 [INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (335kB)
09:15:36 [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (112.05kB)
09:15:36 [INFO] The user operation is waiting for background work to complete.
09:15:36 [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (112.05kB)
09:15:36 [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.8kB)
09:15:36 [INFO] The user operation is waiting for background work to complete.
09:15:36 [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.8kB)
09:15:36 [INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.76kB)
09:15:36 [INFO] The user operation is waiting for background work to complete.
09:15:36 [INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.76kB)
09:15:36 [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.21kB)
09:15:36 [INFO] The user operation is waiting for background work to complete.
09:15:36 [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.21kB)
09:15:37 [INFO] Fetching org.eclipse.papyrus.infra.tools_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.98kB)
09:15:37 [INFO] The user operation is waiting for background work to complete.
09:15:37 [INFO] Fetching org.eclipse.papyrus.infra.tools_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.98kB)
09:15:37 [INFO] Fetching org.eclipse.papyrus.infra.ui_3.1.100.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (104.36kB)
09:15:37 [INFO] The user operation is waiting for background work to complete.
09:15:37 [INFO] Fetching org.eclipse.papyrus.infra.ui_3.1.100.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (104.36kB)
09:15:37 [INFO] Fetching org.eclipse.papyrus.infra.widgets_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (573.4kB)
09:15:37 [INFO] The user operation is waiting for background work to complete.
09:15:37 [INFO] Fetching org.eclipse.papyrus.infra.widgets_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (573.4kB)
09:15:37 [INFO] Fetching org.eclipse.pde.ui_3.13.0.v20210209-0833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.45MB)
09:15:37 [INFO] The user operation is waiting for background work to complete.
09:15:37 [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (15.77kB)
09:15:37 [INFO] The user operation is waiting for background work to complete.
09:15:37 [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (11.51kB)
09:15:37 [INFO] The user operation is waiting for background work to complete.
09:15:37 [INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (51.7kB)
09:15:37 [INFO] The user operation is waiting for background work to complete.
09:15:37 [INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (51.7kB)
09:15:37 [INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.1kB)
09:15:37 [INFO] The user operation is waiting for background work to complete.
09:15:37 [INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.1kB)
09:15:38 [INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.05kB)
09:15:38 [INFO] The user operation is waiting for background work to complete.
09:15:38 [INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.05kB)
09:15:38 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.64kB)
09:15:38 [INFO] The user operation is waiting for background work to complete.
09:15:38 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.64kB)
09:15:38 [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (65.24kB)
09:15:38 [INFO] The user operation is waiting for background work to complete.
09:15:38 [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.86kB)
09:15:38 [INFO] The user operation is waiting for background work to complete.
09:15:38 [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.86kB)
09:15:38 [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.02kB)
09:15:38 [INFO] The user operation is waiting for background work to complete.
09:15:38 [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.02kB)
09:15:38 [INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.76MB)
09:15:38 [INFO] The user operation is waiting for background work to complete.
09:15:38 [INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.76MB)
09:15:38 [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (278.87kB)
09:15:38 [INFO] The user operation is waiting for background work to complete.
09:15:38 [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (278.87kB)
09:15:39 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (180.33kB)
09:15:39 [INFO] The user operation is waiting for background work to complete.
09:15:39 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (180.33kB)
09:15:39 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (5.2MB)
09:15:39 [INFO] The user operation is waiting for background work to complete.
09:15:39 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (5.2MB)
09:15:39 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (430.69kB)
09:15:39 [INFO] The user operation is waiting for background work to complete.
09:15:39 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (430.69kB)
09:15:39 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (177.71kB)
09:15:39 [INFO] The user operation is waiting for background work to complete.
09:15:39 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (177.71kB)
09:15:39 [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (5.06MB)
09:15:39 [INFO] The user operation is waiting for background work to complete.
09:15:39 [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (5.06MB)
09:15:39 [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (372.54kB)
09:15:39 [INFO] The user operation is waiting for background work to complete.
09:15:39 [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (372.54kB)
09:15:40 [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (629.35kB)
09:15:40 [INFO] The user operation is waiting for background work to complete.
09:15:40 [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (629.35kB)
09:15:40 [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (863.93kB)
09:15:40 [INFO] The user operation is waiting for background work to complete.
09:15:40 [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (863.93kB)
09:15:40 [INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (166.66kB)
09:15:40 [INFO] The user operation is waiting for background work to complete.
09:15:40 [INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (166.66kB)
09:15:40 [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.08MB)
09:15:40 [INFO] The user operation is waiting for background work to complete.
09:15:40 [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.08MB)
09:15:40 [INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (458.71kB)
09:15:40 [INFO] The user operation is waiting for background work to complete.
09:15:40 [INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (458.71kB)
09:15:40 [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.23MB)
09:15:40 [INFO] The user operation is waiting for background work to complete.
09:15:40 [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.23MB)
09:15:40 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (2.31MB)
09:15:40 [INFO] The user operation is waiting for background work to complete.
09:15:40 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (2.31MB)
09:15:40 [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (2.03MB)
09:15:40 [INFO] The user operation is waiting for background work to complete.
09:15:40 [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (2.03MB)
09:15:41 [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (3.07MB)
09:15:41 [INFO] The user operation is waiting for background work to complete.
09:15:41 [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (3.07MB)
09:15:41 [INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (3.47MB)
09:15:41 [INFO] The user operation is waiting for background work to complete.
09:15:41 [INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (3.47MB)
09:15:41 [INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.24kB)
09:15:41 [INFO] The user operation is waiting for background work to complete.
09:15:41 [INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.24kB)
09:15:41 [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.96kB)
09:15:41 [INFO] The user operation is waiting for background work to complete.
09:15:41 [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.96kB)
09:15:41 [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (886.33kB)
09:15:41 [INFO] The user operation is waiting for background work to complete.
09:15:41 [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (886.33kB)
09:15:42 [INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (4.57MB)
09:15:42 [INFO] The user operation is waiting for background work to complete.
09:15:42 [INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (4.57MB)
09:15:42 [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.18MB)
09:15:42 [INFO] The user operation is waiting for background work to complete.
09:15:42 [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.18MB)
09:15:42 [INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.76MB)
09:15:42 [INFO] The user operation is waiting for background work to complete.
09:15:42 [INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.76MB)
09:15:42 [INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.42kB)
09:15:42 [INFO] The user operation is waiting for background work to complete.
09:15:42 [INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.42kB)
09:15:42 [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (82.32kB)
09:15:42 [INFO] The user operation is waiting for background work to complete.
09:15:42 [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (82.32kB)
09:15:42 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (144.33kB)
09:15:42 [INFO] The user operation is waiting for background work to complete.
09:15:42 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (144.33kB)
09:15:42 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (503.77kB)
09:15:42 [INFO] The user operation is waiting for background work to complete.
09:15:42 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (503.77kB)
09:15:43 [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (157.87kB)
09:15:43 [INFO] The user operation is waiting for background work to complete.
09:15:43 [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (157.87kB)
09:15:43 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (322.14kB)
09:15:43 [INFO] The user operation is waiting for background work to complete.
09:15:43 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (322.14kB)
09:15:43 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (121.25kB)
09:15:43 [INFO] The user operation is waiting for background work to complete.
09:15:43 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (121.25kB)
09:15:43 [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (567.58kB)
09:15:43 [INFO] The user operation is waiting for background work to complete.
09:15:43 [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (567.58kB)
09:15:43 [INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (53.31kB)
09:15:43 [INFO] The user operation is waiting for background work to complete.
09:15:43 [INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (53.31kB)
09:15:43 [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (79.52kB)
09:15:43 [INFO] The user operation is waiting for background work to complete.
09:15:43 [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (79.52kB)
09:15:43 [INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.59kB)
09:15:43 [INFO] The user operation is waiting for background work to complete.
09:15:43 [INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.59kB)
09:15:44 [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (403.32kB)
09:15:44 [INFO] The user operation is waiting for background work to complete.
09:15:44 [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (403.32kB)
09:15:44 [INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder.doc_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (605.25kB)
09:15:44 [INFO] The user operation is waiting for background work to complete.
09:15:44 [INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder.doc_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (605.25kB)
09:15:44 [INFO] Fetching org.eclipse.papyrus.uml.profile.types.doc_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (391.23kB)
09:15:44 [INFO] The user operation is waiting for background work to complete.
09:15:44 [INFO] Fetching org.eclipse.papyrus.uml.profile.types.doc_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (391.23kB)
09:15:44 [INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.54kB)
09:15:44 [INFO] The user operation is waiting for background work to complete.
09:15:44 [INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.54kB)
09:15:44 [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (65.25kB)
09:15:44 [INFO] The user operation is waiting for background work to complete.
09:15:44 [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (65.25kB)
09:15:44 [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (51.45kB)
09:15:44 [INFO] The user operation is waiting for background work to complete.
09:15:44 [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (51.45kB)
09:15:44 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.71kB)
09:15:44 [INFO] The user operation is waiting for background work to complete.
09:15:44 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.71kB)
09:15:44 [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.6kB)
09:15:44 [INFO] The user operation is waiting for background work to complete.
09:15:44 [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.6kB)
09:15:44 [INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.33kB)
09:15:44 [INFO] The user operation is waiting for background work to complete.
09:15:44 [INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.33kB)
09:15:45 [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.53kB)
09:15:45 [INFO] The user operation is waiting for background work to complete.
09:15:45 [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.53kB)
09:15:45 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.49kB)
09:15:45 [INFO] The user operation is waiting for background work to complete.
09:15:45 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.49kB)
09:15:46 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (308.09kB)
09:15:46 [INFO] The user operation is waiting for background work to complete.
09:15:46 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (308.09kB)
09:15:46 [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.57kB)
09:15:46 [INFO] The user operation is waiting for background work to complete.
09:15:46 [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.57kB)
09:15:46 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.38kB)
09:15:46 [INFO] The user operation is waiting for background work to complete.
09:15:46 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.38kB)
09:15:46 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.02kB)
09:15:46 [INFO] The user operation is waiting for background work to complete.
09:15:46 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.02kB)
09:15:46 [INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.62kB)
09:15:46 [INFO] The user operation is waiting for background work to complete.
09:15:46 [INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.62kB)
09:15:46 [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.43kB)
09:15:46 [INFO] The user operation is waiting for background work to complete.
09:15:46 [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.43kB)
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.24kB)
09:15:47 [INFO] The user operation is waiting for background work to complete.
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.24kB)
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.72kB)
09:15:47 [INFO] The user operation is waiting for background work to complete.
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.72kB)
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.2kB)
09:15:47 [INFO] The user operation is waiting for background work to complete.
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.2kB)
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.64kB)
09:15:47 [INFO] The user operation is waiting for background work to complete.
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.64kB)
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.28kB)
09:15:47 [INFO] The user operation is waiting for background work to complete.
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.28kB)
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.66kB)
09:15:47 [INFO] The user operation is waiting for background work to complete.
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.66kB)
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (58.95kB)
09:15:47 [INFO] The user operation is waiting for background work to complete.
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (58.95kB)
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.94kB)
09:15:47 [INFO] The user operation is waiting for background work to complete.
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.94kB)
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (72.15kB)
09:15:47 [INFO] The user operation is waiting for background work to complete.
09:15:47 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (72.15kB)
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.08kB)
09:15:48 [INFO] The user operation is waiting for background work to complete.
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.08kB)
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.83kB)
09:15:48 [INFO] The user operation is waiting for background work to complete.
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.83kB)
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.06kB)
09:15:48 [INFO] The user operation is waiting for background work to complete.
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.06kB)
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.64kB)
09:15:48 [INFO] The user operation is waiting for background work to complete.
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.64kB)
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.59kB)
09:15:48 [INFO] The user operation is waiting for background work to complete.
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.59kB)
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (52.89kB)
09:15:48 [INFO] The user operation is waiting for background work to complete.
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (52.89kB)
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.75kB)
09:15:48 [INFO] The user operation is waiting for background work to complete.
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.75kB)
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (46.45kB)
09:15:48 [INFO] The user operation is waiting for background work to complete.
09:15:48 [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (46.45kB)
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.87kB)
09:15:49 [INFO] The user operation is waiting for background work to complete.
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.87kB)
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.11kB)
09:15:49 [INFO] The user operation is waiting for background work to complete.
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.11kB)
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.52kB)
09:15:49 [INFO] The user operation is waiting for background work to complete.
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.52kB)
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.04kB)
09:15:49 [INFO] The user operation is waiting for background work to complete.
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.04kB)
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.3kB)
09:15:49 [INFO] The user operation is waiting for background work to complete.
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.3kB)
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.17kB)
09:15:49 [INFO] The user operation is waiting for background work to complete.
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.17kB)
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.91kB)
09:15:49 [INFO] The user operation is waiting for background work to complete.
09:15:49 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.91kB)
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (75.59kB)
09:15:50 [INFO] The user operation is waiting for background work to complete.
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (75.59kB)
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.75kB)
09:15:50 [INFO] The user operation is waiting for background work to complete.
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.75kB)
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.46kB)
09:15:50 [INFO] The user operation is waiting for background work to complete.
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.46kB)
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.85kB)
09:15:50 [INFO] The user operation is waiting for background work to complete.
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.85kB)
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.67kB)
09:15:50 [INFO] The user operation is waiting for background work to complete.
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.67kB)
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.39kB)
09:15:50 [INFO] The user operation is waiting for background work to complete.
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.39kB)
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.48kB)
09:15:50 [INFO] The user operation is waiting for background work to complete.
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.48kB)
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.87kB)
09:15:50 [INFO] The user operation is waiting for background work to complete.
09:15:50 [INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.87kB)
09:15:51 [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.42kB)
09:15:51 [INFO] The user operation is waiting for background work to complete.
09:15:51 [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.42kB)
09:15:51 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.04kB)
09:15:51 [INFO] The user operation is waiting for background work to complete.
09:15:51 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.04kB)
09:15:51 [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.29kB)
09:15:51 [INFO] The user operation is waiting for background work to complete.
09:15:51 [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.29kB)
09:15:51 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.84kB)
09:15:51 [INFO] The user operation is waiting for background work to complete.
09:15:51 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.84kB)
09:15:51 [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (171.86kB)
09:15:51 [INFO] The user operation is waiting for background work to complete.
09:15:51 [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.58kB)
09:15:51 [INFO] The user operation is waiting for background work to complete.
09:15:51 [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.58kB)
09:15:51 [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.67kB)
09:15:51 [INFO] The user operation is waiting for background work to complete.
09:15:51 [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.67kB)
09:15:51 [INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.08kB)
09:15:51 [INFO] The user operation is waiting for background work to complete.
09:15:51 [INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.08kB)
09:15:51 [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.07kB)
09:15:51 [INFO] The user operation is waiting for background work to complete.
09:15:51 [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.07kB)
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.17kB)
09:15:52 [INFO] The user operation is waiting for background work to complete.
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.17kB)
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.6kB)
09:15:52 [INFO] The user operation is waiting for background work to complete.
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.6kB)
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.72kB)
09:15:52 [INFO] The user operation is waiting for background work to complete.
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.72kB)
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (54.55kB)
09:15:52 [INFO] The user operation is waiting for background work to complete.
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (54.55kB)
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.properties_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.35kB)
09:15:52 [INFO] The user operation is waiting for background work to complete.
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.properties_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.35kB)
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (82.25kB)
09:15:52 [INFO] The user operation is waiting for background work to complete.
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (82.25kB)
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.23kB)
09:15:52 [INFO] The user operation is waiting for background work to complete.
09:15:52 [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.23kB)
09:15:53 [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.42kB)
09:15:53 [INFO] The user operation is waiting for background work to complete.
09:15:53 [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.42kB)
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.18kB)
09:15:54 [INFO] The user operation is waiting for background work to complete.
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.18kB)
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.44kB)
09:15:54 [INFO] The user operation is waiting for background work to complete.
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.44kB)
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.65kB)
09:15:54 [INFO] The user operation is waiting for background work to complete.
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.65kB)
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.69kB)
09:15:54 [INFO] The user operation is waiting for background work to complete.
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.69kB)
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.67kB)
09:15:54 [INFO] The user operation is waiting for background work to complete.
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.67kB)
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.96kB)
09:15:54 [INFO] The user operation is waiting for background work to complete.
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.96kB)
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.48kB)
09:15:54 [INFO] The user operation is waiting for background work to complete.
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.48kB)
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.44kB)
09:15:54 [INFO] The user operation is waiting for background work to complete.
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.44kB)
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.4kB)
09:15:54 [INFO] The user operation is waiting for background work to complete.
09:15:54 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.4kB)
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.02kB)
09:15:55 [INFO] The user operation is waiting for background work to complete.
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.02kB)
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.36kB)
09:15:55 [INFO] The user operation is waiting for background work to complete.
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.36kB)
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (53.38kB)
09:15:55 [INFO] The user operation is waiting for background work to complete.
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (53.38kB)
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.59kB)
09:15:55 [INFO] The user operation is waiting for background work to complete.
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.59kB)
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (37.43kB)
09:15:55 [INFO] The user operation is waiting for background work to complete.
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (37.43kB)
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.11kB)
09:15:55 [INFO] The user operation is waiting for background work to complete.
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.11kB)
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.52kB)
09:15:55 [INFO] The user operation is waiting for background work to complete.
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.52kB)
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.onefile_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.2kB)
09:15:55 [INFO] The user operation is waiting for background work to complete.
09:15:55 [INFO] Fetching org.eclipse.papyrus.infra.onefile_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.2kB)
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.61kB)
09:15:56 [INFO] The user operation is waiting for background work to complete.
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.61kB)
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.28kB)
09:15:56 [INFO] The user operation is waiting for background work to complete.
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.28kB)
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.25kB)
09:15:56 [INFO] The user operation is waiting for background work to complete.
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.25kB)
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.86kB)
09:15:56 [INFO] The user operation is waiting for background work to complete.
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.86kB)
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.47kB)
09:15:56 [INFO] The user operation is waiting for background work to complete.
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.47kB)
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.83kB)
09:15:56 [INFO] The user operation is waiting for background work to complete.
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.83kB)
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.95kB)
09:15:56 [INFO] The user operation is waiting for background work to complete.
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.95kB)
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.88kB)
09:15:56 [INFO] The user operation is waiting for background work to complete.
09:15:56 [INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.88kB)
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.16kB)
09:15:57 [INFO] The user operation is waiting for background work to complete.
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.16kB)
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.22kB)
09:15:57 [INFO] The user operation is waiting for background work to complete.
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.22kB)
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (308.84kB)
09:15:57 [INFO] The user operation is waiting for background work to complete.
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (308.84kB)
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.6kB)
09:15:57 [INFO] The user operation is waiting for background work to complete.
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.6kB)
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.86kB)
09:15:57 [INFO] The user operation is waiting for background work to complete.
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.86kB)
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (31.11kB)
09:15:57 [INFO] The user operation is waiting for background work to complete.
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (31.11kB)
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.41kB)
09:15:57 [INFO] The user operation is waiting for background work to complete.
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.41kB)
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.57kB)
09:15:57 [INFO] The user operation is waiting for background work to complete.
09:15:57 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.57kB)
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.41kB)
09:15:58 [INFO] The user operation is waiting for background work to complete.
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.41kB)
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.46kB)
09:15:58 [INFO] The user operation is waiting for background work to complete.
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.46kB)
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.62kB)
09:15:58 [INFO] The user operation is waiting for background work to complete.
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.62kB)
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.2kB)
09:15:58 [INFO] The user operation is waiting for background work to complete.
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.2kB)
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (87.19kB)
09:15:58 [INFO] The user operation is waiting for background work to complete.
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (87.19kB)
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.53kB)
09:15:58 [INFO] The user operation is waiting for background work to complete.
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.53kB)
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.34kB)
09:15:58 [INFO] The user operation is waiting for background work to complete.
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.34kB)
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.5kB)
09:15:58 [INFO] The user operation is waiting for background work to complete.
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.5kB)
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.61kB)
09:15:58 [INFO] The user operation is waiting for background work to complete.
09:15:58 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.61kB)
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.6kB)
09:15:59 [INFO] The user operation is waiting for background work to complete.
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.6kB)
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (75.33kB)
09:15:59 [INFO] The user operation is waiting for background work to complete.
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (75.33kB)
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (22.18kB)
09:15:59 [INFO] The user operation is waiting for background work to complete.
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (22.18kB)
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.58kB)
09:15:59 [INFO] The user operation is waiting for background work to complete.
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.58kB)
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.08kB)
09:15:59 [INFO] The user operation is waiting for background work to complete.
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.08kB)
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (108.18kB)
09:15:59 [INFO] The user operation is waiting for background work to complete.
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (108.18kB)
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (88.26kB)
09:15:59 [INFO] The user operation is waiting for background work to complete.
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (88.26kB)
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.36kB)
09:15:59 [INFO] The user operation is waiting for background work to complete.
09:15:59 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.36kB)
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.79kB)
09:16:00 [INFO] The user operation is waiting for background work to complete.
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.79kB)
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (68.25kB)
09:16:00 [INFO] The user operation is waiting for background work to complete.
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (68.25kB)
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (54.11kB)
09:16:00 [INFO] The user operation is waiting for background work to complete.
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (54.11kB)
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.4kB)
09:16:00 [INFO] The user operation is waiting for background work to complete.
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.4kB)
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.71kB)
09:16:00 [INFO] The user operation is waiting for background work to complete.
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.71kB)
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.03kB)
09:16:00 [INFO] The user operation is waiting for background work to complete.
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.03kB)
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (32.4kB)
09:16:00 [INFO] The user operation is waiting for background work to complete.
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (32.4kB)
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.68kB)
09:16:00 [INFO] The user operation is waiting for background work to complete.
09:16:00 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.68kB)
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.05kB)
09:16:01 [INFO] The user operation is waiting for background work to complete.
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.05kB)
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.21kB)
09:16:01 [INFO] The user operation is waiting for background work to complete.
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.21kB)
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.37kB)
09:16:01 [INFO] The user operation is waiting for background work to complete.
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.37kB)
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.5kB)
09:16:01 [INFO] The user operation is waiting for background work to complete.
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.5kB)
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.44kB)
09:16:01 [INFO] The user operation is waiting for background work to complete.
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.44kB)
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.53kB)
09:16:01 [INFO] The user operation is waiting for background work to complete.
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.53kB)
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.08kB)
09:16:01 [INFO] The user operation is waiting for background work to complete.
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.08kB)
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.12kB)
09:16:01 [INFO] The user operation is waiting for background work to complete.
09:16:01 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.12kB)
09:16:02 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.35kB)
09:16:02 [INFO] The user operation is waiting for background work to complete.
09:16:02 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.35kB)
09:16:02 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.37kB)
09:16:02 [INFO] The user operation is waiting for background work to complete.
09:16:02 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.37kB)
09:16:03 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.73kB)
09:16:03 [INFO] The user operation is waiting for background work to complete.
09:16:03 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.73kB)
09:16:03 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.95kB)
09:16:03 [INFO] The user operation is waiting for background work to complete.
09:16:03 [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.95kB)
09:16:03 [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.5kB)
09:16:03 [INFO] The user operation is waiting for background work to complete.
09:16:03 [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.5kB)
09:16:03 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (85.12kB)
09:16:03 [INFO] The user operation is waiting for background work to complete.
09:16:03 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (85.12kB)
09:16:03 [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.73kB)
09:16:03 [INFO] The user operation is waiting for background work to complete.
09:16:03 [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.73kB)
09:16:03 [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.18kB)
09:16:03 [INFO] The user operation is waiting for background work to complete.
09:16:03 [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.18kB)
09:16:03 [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.41kB)
09:16:03 [INFO] The user operation is waiting for background work to complete.
09:16:03 [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.41kB)
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.64kB)
09:16:04 [INFO] The user operation is waiting for background work to complete.
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.64kB)
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.33kB)
09:16:04 [INFO] The user operation is waiting for background work to complete.
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.33kB)
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.33kB)
09:16:04 [INFO] The user operation is waiting for background work to complete.
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.33kB)
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.29kB)
09:16:04 [INFO] The user operation is waiting for background work to complete.
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.29kB)
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.8kB)
09:16:04 [INFO] The user operation is waiting for background work to complete.
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.8kB)
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (77.64kB)
09:16:04 [INFO] The user operation is waiting for background work to complete.
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (77.64kB)
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.57kB)
09:16:04 [INFO] The user operation is waiting for background work to complete.
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.57kB)
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.75kB)
09:16:04 [INFO] The user operation is waiting for background work to complete.
09:16:04 [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.75kB)
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (7.98kB)
09:16:05 [INFO] The user operation is waiting for background work to complete.
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (7.98kB)
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.46kB)
09:16:05 [INFO] The user operation is waiting for background work to complete.
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.46kB)
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.17kB)
09:16:05 [INFO] The user operation is waiting for background work to complete.
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.17kB)
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.93kB)
09:16:05 [INFO] The user operation is waiting for background work to complete.
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.93kB)
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.39kB)
09:16:05 [INFO] The user operation is waiting for background work to complete.
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.39kB)
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.36kB)
09:16:05 [INFO] The user operation is waiting for background work to complete.
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.36kB)
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.32kB)
09:16:05 [INFO] The user operation is waiting for background work to complete.
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.32kB)
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.97kB)
09:16:05 [INFO] The user operation is waiting for background work to complete.
09:16:05 [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.97kB)
09:16:05 [INFO] Fetching org.eclipse.xwt_1.6.0.202011091434.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.6.0/1.6.0-M2/plugins/ (178.18kB)
09:16:05 [INFO] The user operation is waiting for background work to complete.
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.35kB)
09:16:06 [INFO] The user operation is waiting for background work to complete.
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.35kB)
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.05kB)
09:16:06 [INFO] The user operation is waiting for background work to complete.
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.05kB)
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.97kB)
09:16:06 [INFO] The user operation is waiting for background work to complete.
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.97kB)
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.29kB)
09:16:06 [INFO] The user operation is waiting for background work to complete.
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.29kB)
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.99kB)
09:16:06 [INFO] The user operation is waiting for background work to complete.
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.99kB)
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.88kB)
09:16:06 [INFO] The user operation is waiting for background work to complete.
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.88kB)
09:16:06 [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (35.18kB)
09:16:06 [INFO] The user operation is waiting for background work to complete.
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (31.7kB)
09:16:06 [INFO] The user operation is waiting for background work to complete.
09:16:06 [INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (31.7kB)
09:16:07 [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.86kB)
09:16:07 [INFO] The user operation is waiting for background work to complete.
09:16:07 [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.86kB)
09:16:07 [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.72kB)
09:16:07 [INFO] The user operation is waiting for background work to complete.
09:16:07 [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.72kB)
09:16:07 [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (315.22kB)
09:16:07 [INFO] The user operation is waiting for background work to complete.
09:16:07 [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (315.22kB)
09:16:07 [INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (94.01kB)
09:16:07 [INFO] The user operation is waiting for background work to complete.
09:16:07 [INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (94.01kB)
09:16:07 [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.51kB)
09:16:07 [INFO] The user operation is waiting for background work to complete.
09:16:07 [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.51kB)
09:16:07 [INFO] Fetching org.eclipse.papyrus.sdk_5.2.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.14kB)
09:16:07 [INFO] The user operation is waiting for background work to complete.
09:16:07 [INFO] Fetching org.eclipse.papyrus.sdk_5.2.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.14kB)
09:16:07 [INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.05kB)
09:16:07 [INFO] The user operation is waiting for background work to complete.
09:16:07 [INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.05kB)
09:16:07 [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.63kB)
09:16:07 [INFO] The user operation is waiting for background work to complete.
09:16:07 [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.63kB)
09:16:07 [INFO] Fetching org.eclipse.papyrus.uml.properties_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (235.17kB)
09:16:07 [INFO] The user operation is waiting for background work to complete.
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (71.83kB)
09:16:08 [INFO] The user operation is waiting for background work to complete.
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (71.83kB)
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (52.3kB)
09:16:08 [INFO] The user operation is waiting for background work to complete.
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (52.3kB)
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.12kB)
09:16:08 [INFO] The user operation is waiting for background work to complete.
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.12kB)
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (554.66kB)
09:16:08 [INFO] The user operation is waiting for background work to complete.
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (554.66kB)
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.28kB)
09:16:08 [INFO] The user operation is waiting for background work to complete.
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.28kB)
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.59kB)
09:16:08 [INFO] The user operation is waiting for background work to complete.
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.59kB)
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.65kB)
09:16:08 [INFO] The user operation is waiting for background work to complete.
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.65kB)
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (394.43kB)
09:16:08 [INFO] The user operation is waiting for background work to complete.
09:16:08 [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (394.43kB)
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.33kB)
09:16:09 [INFO] The user operation is waiting for background work to complete.
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.33kB)
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (202.57kB)
09:16:09 [INFO] The user operation is waiting for background work to complete.
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (202.57kB)
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.1kB)
09:16:09 [INFO] The user operation is waiting for background work to complete.
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.1kB)
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (571.3kB)
09:16:09 [INFO] The user operation is waiting for background work to complete.
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (571.3kB)
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (69.25kB)
09:16:09 [INFO] The user operation is waiting for background work to complete.
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (69.25kB)
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.11kB)
09:16:09 [INFO] The user operation is waiting for background work to complete.
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.11kB)
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.33kB)
09:16:09 [INFO] The user operation is waiting for background work to complete.
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.33kB)
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (386.59kB)
09:16:09 [INFO] The user operation is waiting for background work to complete.
09:16:09 [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (386.59kB)
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (230.79kB)
09:16:10 [INFO] The user operation is waiting for background work to complete.
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (230.79kB)
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (207.18kB)
09:16:10 [INFO] The user operation is waiting for background work to complete.
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (207.18kB)
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (451.01kB)
09:16:10 [INFO] The user operation is waiting for background work to complete.
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (451.01kB)
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (178.51kB)
09:16:10 [INFO] The user operation is waiting for background work to complete.
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (178.51kB)
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.22kB)
09:16:10 [INFO] The user operation is waiting for background work to complete.
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.22kB)
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (215.87kB)
09:16:10 [INFO] The user operation is waiting for background work to complete.
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (215.87kB)
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_6.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (460.64kB)
09:16:10 [INFO] The user operation is waiting for background work to complete.
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_6.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (460.64kB)
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (215.55kB)
09:16:10 [INFO] The user operation is waiting for background work to complete.
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (215.55kB)
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (271.49kB)
09:16:10 [INFO] The user operation is waiting for background work to complete.
09:16:10 [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (271.49kB)
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (207.82kB)
09:16:11 [INFO] The user operation is waiting for background work to complete.
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (207.82kB)
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (946.39kB)
09:16:11 [INFO] The user operation is waiting for background work to complete.
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (946.39kB)
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.54kB)
09:16:11 [INFO] The user operation is waiting for background work to complete.
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.54kB)
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.57kB)
09:16:11 [INFO] The user operation is waiting for background work to complete.
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.57kB)
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.94kB)
09:16:11 [INFO] The user operation is waiting for background work to complete.
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.94kB)
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.16kB)
09:16:11 [INFO] The user operation is waiting for background work to complete.
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.16kB)
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.71kB)
09:16:11 [INFO] The user operation is waiting for background work to complete.
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.71kB)
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.94kB)
09:16:11 [INFO] The user operation is waiting for background work to complete.
09:16:11 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.94kB)
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.profile_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (72.35kB)
09:16:12 [INFO] The user operation is waiting for background work to complete.
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.profile_4.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (72.35kB)
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.12kB)
09:16:12 [INFO] The user operation is waiting for background work to complete.
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.12kB)
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.service.types_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (161.58kB)
09:16:12 [INFO] The user operation is waiting for background work to complete.
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.service.types_5.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (161.58kB)
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.1kB)
09:16:12 [INFO] The user operation is waiting for background work to complete.
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.1kB)
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.52kB)
09:16:12 [INFO] The user operation is waiting for background work to complete.
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.52kB)
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.1kB)
09:16:12 [INFO] The user operation is waiting for background work to complete.
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.1kB)
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (285.41kB)
09:16:12 [INFO] The user operation is waiting for background work to complete.
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (285.41kB)
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (84.71kB)
09:16:12 [INFO] The user operation is waiting for background work to complete.
09:16:12 [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (84.71kB)
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.75kB)
09:16:13 [INFO] The user operation is waiting for background work to complete.
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.75kB)
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.11kB)
09:16:13 [INFO] The user operation is waiting for background work to complete.
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.11kB)
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (66.06kB)
09:16:13 [INFO] The user operation is waiting for background work to complete.
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (66.06kB)
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.67kB)
09:16:13 [INFO] The user operation is waiting for background work to complete.
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.67kB)
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.57kB)
09:16:13 [INFO] The user operation is waiting for background work to complete.
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.57kB)
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.78kB)
09:16:13 [INFO] The user operation is waiting for background work to complete.
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.78kB)
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.99kB)
09:16:13 [INFO] The user operation is waiting for background work to complete.
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.99kB)
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.26kB)
09:16:13 [INFO] The user operation is waiting for background work to complete.
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.26kB)
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.72kB)
09:16:13 [INFO] The user operation is waiting for background work to complete.
09:16:13 [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.72kB)
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.54kB)
09:16:14 [INFO] The user operation is waiting for background work to complete.
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.54kB)
09:16:14 [INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (142.08kB)
09:16:14 [INFO] The user operation is waiting for background work to complete.
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.83kB)
09:16:14 [INFO] The user operation is waiting for background work to complete.
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.83kB)
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.export_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (37.12kB)
09:16:14 [INFO] The user operation is waiting for background work to complete.
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.export_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (37.12kB)
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.43kB)
09:16:14 [INFO] The user operation is waiting for background work to complete.
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.43kB)
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.77kB)
09:16:14 [INFO] The user operation is waiting for background work to complete.
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.77kB)
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.45MB)
09:16:14 [INFO] The user operation is waiting for background work to complete.
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.45MB)
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.66kB)
09:16:14 [INFO] The user operation is waiting for background work to complete.
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.66kB)
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.46kB)
09:16:14 [INFO] The user operation is waiting for background work to complete.
09:16:14 [INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.46kB)
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (53.84kB)
09:16:15 [INFO] The user operation is waiting for background work to complete.
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (53.84kB)
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.03kB)
09:16:15 [INFO] The user operation is waiting for background work to complete.
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.03kB)
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.24kB)
09:16:15 [INFO] The user operation is waiting for background work to complete.
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.24kB)
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.85kB)
09:16:15 [INFO] The user operation is waiting for background work to complete.
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.85kB)
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.87kB)
09:16:15 [INFO] The user operation is waiting for background work to complete.
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.87kB)
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.59kB)
09:16:15 [INFO] The user operation is waiting for background work to complete.
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.59kB)
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (68.3kB)
09:16:15 [INFO] The user operation is waiting for background work to complete.
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (68.3kB)
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.38kB)
09:16:15 [INFO] The user operation is waiting for background work to complete.
09:16:15 [INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.38kB)
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.61kB)
09:16:16 [INFO] The user operation is waiting for background work to complete.
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.61kB)
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.1kB)
09:16:16 [INFO] The user operation is waiting for background work to complete.
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.1kB)
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (63.13kB)
09:16:16 [INFO] The user operation is waiting for background work to complete.
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (63.13kB)
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.53kB)
09:16:16 [INFO] The user operation is waiting for background work to complete.
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.53kB)
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (61.41kB)
09:16:16 [INFO] The user operation is waiting for background work to complete.
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (61.41kB)
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.11kB)
09:16:16 [INFO] The user operation is waiting for background work to complete.
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.11kB)
09:16:16 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.73kB)
09:16:16 [INFO] The user operation is waiting for background work to complete.
09:16:16 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.73kB)
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.37kB)
09:16:16 [INFO] The user operation is waiting for background work to complete.
09:16:16 [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.37kB)
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.86kB)
09:16:17 [INFO] The user operation is waiting for background work to complete.
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.86kB)
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.46kB)
09:16:17 [INFO] The user operation is waiting for background work to complete.
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.46kB)
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (41.51kB)
09:16:17 [INFO] The user operation is waiting for background work to complete.
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (41.51kB)
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.3kB)
09:16:17 [INFO] The user operation is waiting for background work to complete.
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.3kB)
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.05kB)
09:16:17 [INFO] The user operation is waiting for background work to complete.
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.05kB)
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.3kB)
09:16:17 [INFO] The user operation is waiting for background work to complete.
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.3kB)
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.46kB)
09:16:17 [INFO] The user operation is waiting for background work to complete.
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.46kB)
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.72kB)
09:16:17 [INFO] The user operation is waiting for background work to complete.
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.72kB)
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.67kB)
09:16:17 [INFO] The user operation is waiting for background work to complete.
09:16:17 [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.67kB)
09:16:18 [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.58kB)
09:16:18 [INFO] The user operation is waiting for background work to complete.
09:16:18 [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.58kB)
09:16:18 [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.22kB)
09:16:18 [INFO] The user operation is waiting for background work to complete.
09:16:18 [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.22kB)
09:16:18 [INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.75kB)
09:16:18 [INFO] The user operation is waiting for background work to complete.
09:16:18 [INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.75kB)
09:16:18 [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.53kB)
09:16:18 [INFO] The user operation is waiting for background work to complete.
09:16:18 [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.53kB)
09:16:18 [INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.48kB)
09:16:18 [INFO] The user operation is waiting for background work to complete.
09:16:18 [INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.48kB)
09:16:18 [INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (57.73kB)
09:16:18 [INFO] The user operation is waiting for background work to complete.
09:16:18 [INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (57.73kB)
09:16:18 [INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.7kB)
09:16:18 [INFO] The user operation is waiting for background work to complete.
09:16:18 [INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.7kB)
09:16:18 [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (37.64kB)
09:16:18 [INFO] The user operation is waiting for background work to complete.
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.38kB)
09:16:19 [INFO] The user operation is waiting for background work to complete.
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.38kB)
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.15kB)
09:16:19 [INFO] The user operation is waiting for background work to complete.
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.15kB)
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.31kB)
09:16:19 [INFO] The user operation is waiting for background work to complete.
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.31kB)
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.06kB)
09:16:19 [INFO] The user operation is waiting for background work to complete.
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.06kB)
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.48kB)
09:16:19 [INFO] The user operation is waiting for background work to complete.
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.48kB)
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.88kB)
09:16:19 [INFO] The user operation is waiting for background work to complete.
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.88kB)
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.83kB)
09:16:19 [INFO] The user operation is waiting for background work to complete.
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.83kB)
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (32.48kB)
09:16:19 [INFO] The user operation is waiting for background work to complete.
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (32.48kB)
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.11kB)
09:16:19 [INFO] The user operation is waiting for background work to complete.
09:16:19 [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.11kB)
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.56kB)
09:16:20 [INFO] The user operation is waiting for background work to complete.
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.56kB)
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.86kB)
09:16:20 [INFO] The user operation is waiting for background work to complete.
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.86kB)
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (62.68kB)
09:16:20 [INFO] The user operation is waiting for background work to complete.
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (62.68kB)
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (39.13kB)
09:16:20 [INFO] The user operation is waiting for background work to complete.
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (39.13kB)
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.33kB)
09:16:20 [INFO] The user operation is waiting for background work to complete.
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.33kB)
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.4kB)
09:16:20 [INFO] The user operation is waiting for background work to complete.
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.4kB)
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.11kB)
09:16:20 [INFO] The user operation is waiting for background work to complete.
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.11kB)
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.16kB)
09:16:20 [INFO] The user operation is waiting for background work to complete.
09:16:20 [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.16kB)
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.99kB)
09:16:21 [INFO] The user operation is waiting for background work to complete.
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.99kB)
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (63.76kB)
09:16:21 [INFO] The user operation is waiting for background work to complete.
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (63.76kB)
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (39.9kB)
09:16:21 [INFO] The user operation is waiting for background work to complete.
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (39.9kB)
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.88kB)
09:16:21 [INFO] The user operation is waiting for background work to complete.
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.88kB)
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (160.21kB)
09:16:21 [INFO] The user operation is waiting for background work to complete.
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (160.21kB)
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (198.92kB)
09:16:21 [INFO] The user operation is waiting for background work to complete.
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (198.92kB)
09:16:21 [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (12.83kB)
09:16:21 [INFO] The user operation is waiting for background work to complete.
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.44kB)
09:16:21 [INFO] The user operation is waiting for background work to complete.
09:16:21 [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (8.44kB)
09:16:22 [INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.28kB)
09:16:22 [INFO] The user operation is waiting for background work to complete.
09:16:22 [INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.28kB)
09:16:22 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.32kB)
09:16:22 [INFO] The user operation is waiting for background work to complete.
09:16:22 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.32kB)
09:16:22 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.81kB)
09:16:22 [INFO] The user operation is waiting for background work to complete.
09:16:22 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.81kB)
09:16:22 [INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.5kB)
09:16:22 [INFO] The user operation is waiting for background work to complete.
09:16:22 [INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202105031159.jar.pack.gz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.5kB)
09:16:22 [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (60.98kB)
09:16:22 [INFO] The user operation is waiting for background work to complete.
09:16:22 [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (26.39kB)
09:16:22 [INFO] The user operation is waiting for background work to complete.
09:16:22 [INFO] Fetching org.eclipse.pde.launching_3.9.200.v20201208-1742.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (51.57kB)
09:16:22 [INFO] The user operation is waiting for background work to complete.
09:16:22 [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (150.08kB)
09:16:22 [INFO] The user operation is waiting for background work to complete.
09:16:22 [INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20210122-1423.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (85.04kB)
09:16:22 [INFO] The user operation is waiting for background work to complete.
09:16:23 [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.19kB)
09:16:23 [INFO] The user operation is waiting for background work to complete.
09:16:23 [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (51.41kB)
09:16:23 [INFO] The user operation is waiting for background work to complete.
09:16:23 [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (80.37kB)
09:16:23 [INFO] The user operation is waiting for background work to complete.
09:16:23 [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (148.58kB)
09:16:23 [INFO] The user operation is waiting for background work to complete.
09:16:23 [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (26.12kB)
09:16:23 [INFO] The user operation is waiting for background work to complete.
09:16:23 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (29.18kB)
09:16:23 [INFO] The user operation is waiting for background work to complete.
09:16:29 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.18MB)
09:16:29 [INFO] The user operation is waiting for background work to complete.
09:16:30 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (836.96kB)
09:16:30 [INFO] The user operation is waiting for background work to complete.
09:16:30 [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2.toolsmiths:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/releng/toolsmiths/site/pom.xml
09:16:30 [INFO] ------------------------------------------------------------------------
09:16:30 [INFO] Reactor Build Order:
09:16:30 [INFO] 
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.releng                              [pom]
09:16:30 [INFO] Papyrus Toolsmiths Features                                        [pom]
09:16:30 [INFO] Papyrus Toolsmiths Plugins                                         [pom]
09:16:30 [INFO] org.eclipse.papyrus.architectureview                    [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.dev.ui                              [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.dev.view.services.edit.request      [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.editpoliciesstates              [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.editpartview                    [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.figureview                      [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.debug             [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.infra.emf.commandstack              [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf-tooling                                    [pom]
09:16:30 [INFO] org.eclipse.papyrus.gmf.xpand.qvtlibrary                [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.xpand                           [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.common                          [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.validate                        [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.codegen                         [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.dev.types                           [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.dev.pluginexplorer                  [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.debug.feature                      [eclipse-feature]
09:16:30 [INFO] org.eclipse.papyrus.gmf.graphdef                        [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.tooldef                         [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.map                             [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.graphdef.codegen                [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.bridge                          [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.bridge.trace                    [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.graphdef.edit                   [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.tooldef.edit                    [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.map.edit                        [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.bridge.ui                       [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.codegen.edit                    [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.bridge.ui.dashboard             [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.graphdef.codegen.ui             [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.codegen.ui                      [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.codegen.xtend                   [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.codegen.xtend.ui                [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.codegen                             [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmfgenextension                     [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.def                                 [eclipse-plugin]
09:16:30 [INFO] Papyrus UML Assistants                                             [pom]
09:16:30 [INFO] org.eclipse.papyrus.uml.profile.types.generator         [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator    [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.dev.assistants.codegen              [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.gmf.tooling.feature                [eclipse-feature]
09:16:30 [INFO] org.eclipse.papyrus.mwe2.utils                          [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.diagramgen.feature                 [eclipse-feature]
09:16:30 [INFO] org.eclipse.papyrus.tests.junit-framework                          [pom]
09:16:30 [INFO] org.eclipse.papyrus.junit.framework                     [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.junit.utils                         [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.bundles.tests                  [eclipse-test-plugin]
09:16:30 [INFO] org.eclipse.papyrus.junit.feature                      [eclipse-feature]
09:16:30 [INFO] org.eclipse.papyrus.dev.project.management              [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.releng.tools                        [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.releng.feature                     [eclipse-feature]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.validations                         [pom]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.validation.common        [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture  [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes  [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile       [eclipse-plugin]
09:16:30 [INFO] Papyrus Toolsmithis - Builder                                      [pom]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.plugin.builder           [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.builder.feature         [eclipse-feature]
09:16:30 [INFO] org.eclipse.papyrus.customization.nattableconfiguration [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.infra.emf.types.ui.properties       [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.edit        [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.editor      [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths                          [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.ecore                    [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.expressions              [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools            [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature   [eclipse-feature]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.palette                  [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.views.properties.toolsmiths         [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.uml.properties.generation           [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.nattable                 [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.uml.types.ui.properties             [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.profile-migration                   [pom]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.ui      [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration         [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.feature                 [eclipse-feature]
09:16:30 [INFO] org.eclipse.papyrus.uml.profile.types.generator.ui      [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.ui [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator  [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui [eclipse-plugin]
09:16:30 [INFO] org.eclipse.papyrus.uml.assistants.feature             [eclipse-feature]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.validation.feature      [eclipse-feature]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.targetplatform.parent               [pom]
09:16:30 [INFO] org.eclipse.papyrus.toolsmiths.portable.targetplatform [eclipse-target-definition]
09:16:30 [INFO] org.eclipse.papyrus.p2.toolsmiths                   [eclipse-repository]
09:16:30 [INFO] 
09:16:30 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.releng >------
09:16:30 [INFO] Building org.eclipse.papyrus.toolsmiths.releng 1.0.0-SNAPSHOT     [1/90]
09:16:30 [INFO] --------------------------------[ pom ]---------------------------------
09:16:30 [INFO] 
09:16:30 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.releng ---
09:16:32 [INFO] 
09:16:32 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.releng ---
09:16:32 [INFO] 
09:16:32 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.releng ---
09:16:32 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:16:32 [INFO] 
09:16:32 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.releng ---
09:16:35 [INFO] 
09:16:35 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.releng ---
09:16:51 [INFO] 
09:16:51 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.releng ---
09:16:51 [INFO] 
09:16:51 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.releng ---
09:16:51 [INFO] 
09:16:51 [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.features >-----
09:16:51 [INFO] Building Papyrus Toolsmiths Features 0.0.1-SNAPSHOT               [2/90]
09:16:51 [INFO] --------------------------------[ pom ]---------------------------------
09:16:51 [INFO] 
09:16:51 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.features ---
09:16:51 [INFO] 
09:16:51 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.features ---
09:16:51 [INFO] 
09:16:51 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.features ---
09:16:51 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:16:51 [INFO] 
09:16:51 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.features ---
09:16:51 [INFO] 
09:16:51 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.features ---
09:16:51 [INFO] 
09:16:51 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.features ---
09:16:51 [INFO] 
09:16:51 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.features ---
09:16:51 [INFO] 
09:16:51 [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus-toolsmiths >---------
09:16:51 [INFO] Building Papyrus Toolsmiths Plugins 0.0.1-SNAPSHOT                [3/90]
09:16:51 [INFO] --------------------------------[ pom ]---------------------------------
09:16:51 [INFO] 
09:16:51 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus-toolsmiths ---
09:16:51 [INFO] 
09:16:51 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus-toolsmiths ---
09:16:51 [INFO] 
09:16:51 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus-toolsmiths ---
09:16:51 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:16:51 [INFO] 
09:16:51 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus-toolsmiths ---
09:16:51 [INFO] 
09:16:51 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus-toolsmiths ---
09:16:51 [INFO] 
09:16:51 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus-toolsmiths ---
09:16:51 [INFO] 
09:16:51 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus-toolsmiths ---
09:16:51 [INFO] 
09:16:51 [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.architectureview >------
09:16:51 [INFO] Building org.eclipse.papyrus.architectureview 2.0.0-SNAPSHOT      [4/90]
09:16:51 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:16:51 [INFO] 
09:16:51 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.architectureview ---
09:16:52 [INFO] 
09:16:52 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.architectureview ---
09:16:52 [INFO] The project's OSGi version is 2.0.0.202105031304
09:16:52 [INFO] 
09:16:52 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.architectureview ---
09:16:52 [INFO] 
09:16:52 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.architectureview ---
09:16:52 [INFO] 
09:16:52 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.architectureview ---
09:17:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:01 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/src/main/resources
09:17:01 [INFO] 
09:17:01 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.architectureview ---
09:17:11 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/bin
09:17:14 [INFO] 
09:17:14 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.architectureview ---
09:17:14 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:14 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/src/test/resources
09:17:14 [INFO] 
09:17:14 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.architectureview ---
09:17:14 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/target/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT-sources.jar
09:17:14 [INFO] 
09:17:14 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.architectureview ---
09:17:14 [INFO] 
09:17:14 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.architectureview ---
09:17:14 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/target/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT.jar
09:17:14 [INFO] 
09:17:14 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.architectureview ---
09:17:14 [INFO] 
09:17:14 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.architectureview ---
09:17:14 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:17:14 [INFO] 
09:17:14 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.architectureview ---
09:17:14 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/target/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT.jar
09:17:15 [INFO] 
09:17:15 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.architectureview ---
09:17:15 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/target/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT.jar
09:17:17 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/target/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT-sources.jar
09:17:18 [INFO] 
09:17:18 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.architectureview ---
09:17:18 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/target/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT.jar
09:17:19 [INFO] 
09:17:19 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.architectureview ---
09:17:19 [INFO] 
09:17:19 [INFO] ------< org.eclipse.papyrus.developer:org.eclipse.papyrus.dev.ui >------
09:17:19 [INFO] Building org.eclipse.papyrus.dev.ui 1.0.0-SNAPSHOT                [5/90]
09:17:19 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:17:19 [INFO] 
09:17:19 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [INFO] 
09:17:19 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [INFO] The project's OSGi version is 1.0.0.202105031304
09:17:19 [INFO] 
09:17:19 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [INFO] 
09:17:19 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [INFO] 
09:17:19 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:19 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/src/main/resources
09:17:19 [INFO] 
09:17:19 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/bin
09:17:19 [INFO] 
09:17:19 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:19 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/src/test/resources
09:17:19 [INFO] 
09:17:19 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/target/org.eclipse.papyrus.dev.ui-1.0.0-SNAPSHOT-sources.jar
09:17:19 [INFO] 
09:17:19 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [INFO] 
09:17:19 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/target/org.eclipse.papyrus.dev.ui-1.0.0-SNAPSHOT.jar
09:17:19 [INFO] 
09:17:19 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [INFO] 
09:17:19 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:17:19 [INFO] 
09:17:19 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/target/org.eclipse.papyrus.dev.ui-1.0.0-SNAPSHOT.jar
09:17:19 [INFO] 
09:17:19 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.dev.ui ---
09:17:19 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/target/org.eclipse.papyrus.dev.ui-1.0.0-SNAPSHOT.jar
09:17:21 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/target/org.eclipse.papyrus.dev.ui-1.0.0-SNAPSHOT-sources.jar
09:17:23 [INFO] 
09:17:23 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.dev.ui ---
09:17:23 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/target/org.eclipse.papyrus.dev.ui-1.0.0-SNAPSHOT.jar
09:17:23 [INFO] 
09:17:23 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.dev.ui ---
09:17:23 [INFO] 
09:17:23 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.dev.view.services.edit.request >--
09:17:23 [INFO] Building org.eclipse.papyrus.dev.view.services.edit.request 2.0.0-SNAPSHOT [6/90]
09:17:23 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:17:23 [INFO] 
09:17:23 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:23 [INFO] 
09:17:23 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:23 [INFO] The project's OSGi version is 2.0.0.202105031304
09:17:23 [INFO] 
09:17:23 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:23 [INFO] 
09:17:23 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:23 [INFO] 
09:17:23 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:23 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/src/main/resources
09:17:23 [INFO] 
09:17:23 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:23 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/bin
09:17:23 [INFO] 
09:17:23 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:23 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/src/test/resources
09:17:23 [INFO] 
09:17:23 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:23 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/target/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT-sources.jar
09:17:23 [INFO] 
09:17:23 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:23 [INFO] 
09:17:23 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:23 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/target/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT.jar
09:17:23 [INFO] 
09:17:23 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:23 [INFO] 
09:17:23 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:23 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:17:23 [INFO] 
09:17:23 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:23 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/target/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT.jar
09:17:23 [INFO] 
09:17:23 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:24 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/target/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT.jar
09:17:26 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/target/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT-sources.jar
09:17:28 [INFO] 
09:17:28 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:28 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/target/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT.jar
09:17:29 [INFO] 
09:17:29 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.dev.view.services.edit.request ---
09:17:29 [INFO] 
09:17:29 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpoliciesstates >---
09:17:29 [INFO] Building org.eclipse.papyrus.gmf.editpoliciesstates 2.0.0-SNAPSHOT [7/90]
09:17:29 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:17:29 [INFO] 
09:17:29 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:29 [INFO] 
09:17:29 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:29 [INFO] The project's OSGi version is 2.0.0.202105031304
09:17:29 [INFO] 
09:17:29 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:29 [INFO] 
09:17:29 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:29 [INFO] 
09:17:29 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:29 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/src/main/resources
09:17:29 [INFO] 
09:17:29 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:29 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/bin
09:17:30 [INFO] 
09:17:30 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:30 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/src/test/resources
09:17:30 [INFO] 
09:17:30 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:30 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/target/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT-sources.jar
09:17:30 [INFO] 
09:17:30 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:30 [INFO] 
09:17:30 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:30 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/target/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT.jar
09:17:30 [INFO] 
09:17:30 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:30 [INFO] 
09:17:30 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:30 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:17:30 [INFO] 
09:17:30 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:30 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/target/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT.jar
09:17:31 [INFO] 
09:17:31 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:31 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/target/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT.jar
09:17:32 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/target/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT-sources.jar
09:17:33 [INFO] 
09:17:33 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:33 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/target/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT.jar
09:17:34 [INFO] 
09:17:34 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
09:17:34 [INFO] 
09:17:34 [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpartview >------
09:17:34 [INFO] Building org.eclipse.papyrus.gmf.editpartview 2.0.0-SNAPSHOT      [8/90]
09:17:34 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:17:34 [INFO] 
09:17:34 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [INFO] 
09:17:34 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [INFO] The project's OSGi version is 2.0.0.202105031304
09:17:34 [INFO] 
09:17:34 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [INFO] 
09:17:34 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [INFO] 
09:17:34 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:34 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/src/main/resources
09:17:34 [INFO] 
09:17:34 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/bin
09:17:34 [INFO] 
09:17:34 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:34 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/src/test/resources
09:17:34 [INFO] 
09:17:34 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/target/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT-sources.jar
09:17:34 [INFO] 
09:17:34 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [INFO] 
09:17:34 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/target/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT.jar
09:17:34 [INFO] 
09:17:34 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [INFO] 
09:17:34 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:17:34 [INFO] 
09:17:34 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/target/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT.jar
09:17:34 [INFO] 
09:17:34 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:34 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/target/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT.jar
09:17:35 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/target/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT-sources.jar
09:17:36 [INFO] 
09:17:36 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:36 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/target/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT.jar
09:17:37 [INFO] 
09:17:37 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.editpartview ---
09:17:37 [INFO] 
09:17:37 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.gmf.figureview >-------
09:17:37 [INFO] Building org.eclipse.papyrus.gmf.figureview 2.0.0-SNAPSHOT        [9/90]
09:17:37 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:17:37 [INFO] 
09:17:37 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [INFO] 
09:17:37 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [INFO] The project's OSGi version is 2.0.0.202105031304
09:17:37 [INFO] 
09:17:37 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [INFO] 
09:17:37 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [INFO] 
09:17:37 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:37 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/src/main/resources
09:17:37 [INFO] 
09:17:37 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/bin
09:17:37 [INFO] 
09:17:37 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:37 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/src/test/resources
09:17:37 [INFO] 
09:17:37 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/target/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT-sources.jar
09:17:37 [INFO] 
09:17:37 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [INFO] 
09:17:37 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/target/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT.jar
09:17:37 [INFO] 
09:17:37 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [INFO] 
09:17:37 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:17:37 [INFO] 
09:17:37 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/target/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT.jar
09:17:37 [INFO] 
09:17:37 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.figureview ---
09:17:37 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/target/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT.jar
09:17:38 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/target/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT-sources.jar
09:17:40 [INFO] 
09:17:40 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.figureview ---
09:17:40 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/target/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT.jar
09:17:40 [INFO] 
09:17:40 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.figureview ---
09:17:40 [INFO] 
09:17:40 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.debug >---
09:17:40 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.debug 2.0.0-SNAPSHOT [10/90]
09:17:40 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:17:40 [INFO] 
09:17:40 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:40 [INFO] 
09:17:40 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:40 [INFO] The project's OSGi version is 2.0.0.202105031304
09:17:40 [INFO] 
09:17:40 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:40 [INFO] 
09:17:40 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:40 [INFO] 
09:17:40 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:40 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/src/main/resources
09:17:40 [INFO] 
09:17:40 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:40 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/bin
09:17:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/src/org/eclipse/papyrus/infra/gmfdiag/css/debug/views/CSSDebugView.java:[298] 
09:17:41 	@SuppressWarnings("restriction")
09:17:41 	                  ^^^^^^^^^^^^^
09:17:41 Unnecessary @SuppressWarnings("restriction")
09:17:41 1 problem (1 warning)
09:17:41 [INFO] 
09:17:41 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:41 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/src/test/resources
09:17:41 [INFO] 
09:17:41 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:41 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/target/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT-sources.jar
09:17:41 [INFO] 
09:17:41 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:41 [INFO] 
09:17:41 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:41 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/target/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT.jar
09:17:41 [INFO] 
09:17:41 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:41 [INFO] 
09:17:41 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:41 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:17:41 [INFO] 
09:17:41 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:41 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/target/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT.jar
09:17:41 [INFO] 
09:17:41 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:41 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/target/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT.jar
09:17:43 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/target/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT-sources.jar
09:17:44 [INFO] 
09:17:44 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:44 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/target/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT.jar
09:17:44 [INFO] 
09:17:44 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
09:17:44 [INFO] 
09:17:44 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.commandstack >---
09:17:44 [INFO] Building org.eclipse.papyrus.infra.emf.commandstack 2.0.0-SNAPSHOT [11/90]
09:17:44 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:17:44 [INFO] 
09:17:44 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:44 [INFO] 
09:17:44 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:44 [INFO] The project's OSGi version is 2.0.0.202105031304
09:17:44 [INFO] 
09:17:44 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:44 [INFO] 
09:17:44 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:44 [INFO] 
09:17:44 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:44 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/src/main/resources
09:17:44 [INFO] 
09:17:44 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:44 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/bin
09:17:44 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/view/CommandStackView.java:[234] 
09:17:44 	final ListIterator<Object> iter = ((CompositeCommand) parentElement).listIterator();
09:17:44 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:17:44 Type safety: The expression of type ListIterator needs unchecked conversion to conform to ListIterator<Object>
09:17:44 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/view/CommandStackView.java:[269] 
09:17:44 	private Object result[];// = new Object[1];
09:17:44 	               ^^^^^^
09:17:44 The value of the field CommandStackView.result is not used
09:17:44 2 problems (2 warnings)
09:17:44 [INFO] 
09:17:44 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:44 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/src/test/resources
09:17:44 [INFO] 
09:17:44 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:44 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/target/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT-sources.jar
09:17:44 [INFO] 
09:17:44 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:44 [INFO] 
09:17:44 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:44 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/target/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT.jar
09:17:44 [INFO] 
09:17:44 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:44 [INFO] 
09:17:44 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:44 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:17:44 [INFO] 
09:17:44 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:44 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/target/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT.jar
09:17:45 [INFO] 
09:17:45 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:46 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/target/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT.jar
09:17:48 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/target/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT-sources.jar
09:17:49 [INFO] 
09:17:49 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:49 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/target/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT.jar
09:17:49 [INFO] 
09:17:49 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.commandstack ---
09:17:49 [INFO] 
09:17:49 [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.gmf-tooling >---------
09:17:49 [INFO] Building org.eclipse.papyrus.gmf-tooling 0.0.1-SNAPSHOT          [12/90]
09:17:49 [INFO] --------------------------------[ pom ]---------------------------------
09:17:49 [INFO] 
09:17:49 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf-tooling ---
09:17:49 [INFO] 
09:17:49 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf-tooling ---
09:17:49 [INFO] 
09:17:49 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf-tooling ---
09:17:49 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:17:49 [INFO] 
09:17:49 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf-tooling ---
09:17:49 [INFO] 
09:17:49 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf-tooling ---
09:17:49 [INFO] 
09:17:49 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf-tooling ---
09:17:49 [INFO] 
09:17:49 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf-tooling ---
09:17:49 [INFO] 
09:17:49 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.xpand.qvtlibrary >--
09:17:49 [INFO] Building org.eclipse.papyrus.gmf.xpand.qvtlibrary 1.2.0-SNAPSHOT [13/90]
09:17:49 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:17:49 [INFO] 
09:17:49 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:49 [INFO] 
09:17:49 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:49 [INFO] The project's OSGi version is 1.2.0.202105031304
09:17:49 [INFO] 
09:17:49 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:49 [INFO] 
09:17:49 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:49 [INFO] 
09:17:49 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:49 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:49 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/src/main/resources
09:17:49 [INFO] 
09:17:49 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:49 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/bin
09:17:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/src/org/eclipse/papyrus/gmf/internal/xpand/qvtlibraries/XpandIntegerOperations.java:[30] 
09:17:50 	result.add(new Integer(l1));
09:17:50 	               ^^^^^^^^^^^
09:17:50 The constructor Integer(int) is deprecated since version 9
09:17:50 1 problem (1 warning)
09:17:50 [INFO] 
09:17:50 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:17:50 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:17:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/src/test/resources
09:17:50 [INFO] 
09:17:50 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:50 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/target/org.eclipse.papyrus.gmf.xpand.qvtlibrary-1.2.0-SNAPSHOT-sources.jar
09:17:50 [INFO] 
09:17:50 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:50 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/target/org.eclipse.papyrus.gmf.xpand.qvtlibrary-1.2.0-SNAPSHOT-sources.jar
09:17:50 [INFO] 
09:17:50 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:50 [INFO] 
09:17:50 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:50 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/target/org.eclipse.papyrus.gmf.xpand.qvtlibrary-1.2.0-SNAPSHOT.jar
09:17:50 [INFO] 
09:17:50 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:50 [INFO] 
09:17:50 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:50 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:17:50 [INFO] 
09:17:50 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:50 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/target/org.eclipse.papyrus.gmf.xpand.qvtlibrary-1.2.0-SNAPSHOT.jar
09:17:50 [INFO] 
09:17:50 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:17:51 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/target/org.eclipse.papyrus.gmf.xpand.qvtlibrary-1.2.0-SNAPSHOT.jar
09:17:53 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/target/org.eclipse.papyrus.gmf.xpand.qvtlibrary-1.2.0-SNAPSHOT-sources.jar
09:17:58 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/target/org.eclipse.papyrus.gmf.xpand.qvtlibrary-1.2.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:17:58 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/target/org.eclipse.papyrus.gmf.xpand.qvtlibrary-1.2.0-SNAPSHOT-sources.jar
09:18:00 [INFO] 
09:18:00 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:18:00 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand.qvtlibrary/target/org.eclipse.papyrus.gmf.xpand.qvtlibrary-1.2.0-SNAPSHOT.jar
09:18:00 [INFO] 
09:18:00 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.xpand.qvtlibrary ---
09:18:00 [INFO] 
09:18:00 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.xpand >--
09:18:00 [INFO] Building org.eclipse.papyrus.gmf.xpand 2.2.0-SNAPSHOT            [14/90]
09:18:00 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:18:00 [INFO] 
09:18:00 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.xpand ---
09:18:00 [INFO] 
09:18:00 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.xpand ---
09:18:00 [INFO] The project's OSGi version is 2.2.0.202105031304
09:18:00 [INFO] 
09:18:00 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.xpand ---
09:18:00 [INFO] 
09:18:00 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.xpand ---
09:18:00 [INFO] 
09:18:00 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.xpand ---
09:18:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:18:00 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:18:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/main/resources
09:18:00 [INFO] 
09:18:00 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.xpand ---
09:18:00 [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/bin
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleResourceManager.java:[26] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.compiler.UnitResolver;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleResourceManager.java:[118] 
09:18:01 	protected UnitResolver getQVTUnitResolver() {
09:18:01 	          ^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtResource.java:[20] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.common.MDAConstants;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'MDAConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.common/3.10.2.v20210309-1855/org.eclipse.m2m.qvt.oml.common-3.10.2.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtResource.java:[21] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.expressions.Module;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtResource.java:[27] 
09:18:01 	public static final String FILE_EXTENSION = MDAConstants.QVTO_FILE_EXTENSION;
09:18:01 	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'MDAConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.common/3.10.2.v20210309-1855/org.eclipse.m2m.qvt.oml.common-3.10.2.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtResource.java:[27] 
09:18:01 	public static final String FILE_EXTENSION = MDAConstants.QVTO_FILE_EXTENSION;
09:18:01 	                                                         ^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The field 'MDAConstants.QVTO_FILE_EXTENSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.common/3.10.2.v20210309-1855/org.eclipse.m2m.qvt.oml.common-3.10.2.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtResource.java:[35] 
09:18:01 	Set<Module> getModules();
09:18:01 	    ^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[26] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.expressions.Helper;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'Helper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[27] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.runtime.util.HelperOperationCall;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'HelperOperationCall' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[41] 
09:18:01 	private HelperOperationCall helperCall;
09:18:01 	        ^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'HelperOperationCall' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[43] 
09:18:01 	public QvtExtension(HelperOperationCall helperOperationCall, QvtFile qvtFile, String fileName) {
09:18:01 	                    ^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'HelperOperationCall' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[59] 
09:18:01 	if (helperCall.isContextual()) {
09:18:01 	               ^^^^^^^^^^^^
09:18:01 Discouraged access: The method 'HelperOperationCall.isContextual()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[70] 
09:18:01 	return helperCall.invoke(self, actualParameters);
09:18:01 	                  ^^^^^^
09:18:01 Discouraged access: The method 'HelperOperationCall.invoke(Object, Object[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[72] 
09:18:01 	return helperCall.invoke(parameters);
09:18:01 	                  ^^^^^^
09:18:01 Discouraged access: The method 'HelperOperationCall.invoke(Object[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[75] 
09:18:01 	throw new RuntimeException("Illigal arguments in QVT helper (" + getSignature(helperCall.getOperation()) + ") call: " + e.getMessage());
09:18:01 	                                                                                         ^^^^^^^^^^^^
09:18:01 Discouraged access: The method 'HelperOperationCall.getOperation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[77] 
09:18:01 	throw new RuntimeException("Invocation target exception in QVT helper (" + getSignature(helperCall.getOperation()) + ") call: " + e.getMessage());
09:18:01 	                                                                                                   ^^^^^^^^^^^^
09:18:01 Discouraged access: The method 'HelperOperationCall.getOperation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[81] 
09:18:01 	private String getSignature(Helper operation) {
09:18:01 	                            ^^^^^^
09:18:01 Discouraged access: The type 'Helper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[83] 
09:18:01 	if (operation.getContext() != null) {
09:18:01 	              ^^^^^^^^^^
09:18:01 Discouraged access: The method 'ImperativeOperation.getContext()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[84] 
09:18:01 	sb.append(operation.getContext().getEType().getName());
09:18:01 	                    ^^^^^^^^^^
09:18:01 Discouraged access: The method 'ImperativeOperation.getContext()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[112] 
09:18:01 	if (getHelper().getContext() != null) {
09:18:01 	                ^^^^^^^^^^
09:18:01 Discouraged access: The method 'ImperativeOperation.getContext()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[113] 
09:18:01 	parameterTypes.add(getHelper().getContext().getEType());
09:18:01 	                               ^^^^^^^^^^
09:18:01 Discouraged access: The method 'ImperativeOperation.getContext()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[148] 
09:18:01 	private Helper getHelper() {
09:18:01 	        ^^^^^^
09:18:01 Discouraged access: The type 'Helper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[149] 
09:18:01 	return helperCall.getOperation();
09:18:01 	                  ^^^^^^^^^^^^
09:18:01 Discouraged access: The method 'HelperOperationCall.getOperation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[153] 
09:18:01 	return helperCall.getContextType();
09:18:01 	                  ^^^^^^^^^^^^^^
09:18:01 Discouraged access: The method 'HelperOperationCall.getContextType()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtExtension.java:[157] 
09:18:01 	return helperCall.getOperation();
09:18:01 	                  ^^^^^^^^^^^^
09:18:01 Discouraged access: The method 'HelperOperationCall.getOperation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/model/Scope.java:[26] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.evaluator.ImportToNonTransformCtxHelper;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'ImportToNonTransformCtxHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/model/Scope.java:[171] 
09:18:01 	private ImportToNonTransformCtxHelper modulesImportHelper;
09:18:01 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'ImportToNonTransformCtxHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/model/Scope.java:[172] 
09:18:01 	/*package-local*/ ImportToNonTransformCtxHelper getImportsHelper() {
09:18:01 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'ImportToNonTransformCtxHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/model/Scope.java:[174] 
09:18:01 	modulesImportHelper = new ImportToNonTransformCtxHelper();
09:18:01 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'ImportToNonTransformCtxHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/model/Scope.java:[174] 
09:18:01 	modulesImportHelper = new ImportToNonTransformCtxHelper();
09:18:01 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The constructor 'ImportToNonTransformCtxHelper()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[23] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.QvtMessage;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'QvtMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[24] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.compiler.CompiledUnit;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'CompiledUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[25] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.expressions.Helper;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'Helper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[26] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.expressions.Module;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[27] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.runtime.util.NonTransformationExecutionContext;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'NonTransformationExecutionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[38] 
09:18:01 	private final Set<Module> modules;
09:18:01 	                  ^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[40] 
09:18:01 	private QvtMessage[] errors = new QvtMessage[0];
09:18:01 	        ^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'QvtMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[40] 
09:18:01 	private QvtMessage[] errors = new QvtMessage[0];
09:18:01 	                                  ^^^^^^^^^^
09:18:01 Discouraged access: The type 'QvtMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[47] 
09:18:01 	public QvtFile(List<Module> modules, String fullyQualifiedName) {
09:18:01 	                    ^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[48] 
09:18:01 	this.modules = new LinkedHashSet<Module>(modules);
09:18:01 	                                 ^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[51] 
09:18:01 	public QvtFile(CompiledUnit cu, String fullyQualifiedName) {
09:18:01 	               ^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'CompiledUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[52] 
09:18:01 	this(cu.getModules(), fullyQualifiedName);
09:18:01 	        ^^^^^^^^^^
09:18:01 Discouraged access: The method 'CompiledUnit.getModules()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[53] 
09:18:01 	List<QvtMessage> allErrors = cu.getErrors();
09:18:01 	     ^^^^^^^^^^
09:18:01 Discouraged access: The type 'QvtMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[53] 
09:18:01 	List<QvtMessage> allErrors = cu.getErrors();
09:18:01 	                                ^^^^^^^^^
09:18:01 Discouraged access: The method 'CompiledUnit.getErrors()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[54] 
09:18:01 	errors = allErrors.toArray(new QvtMessage[allErrors.size()]);
09:18:01 	                               ^^^^^^^^^^
09:18:01 Discouraged access: The type 'QvtMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[57] 
09:18:01 	public Set<Module> getModules() {
09:18:01 	           ^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[65] 
09:18:01 	NonTransformationExecutionContext context = new NonTransformationExecutionContext(getModules());
09:18:01 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'NonTransformationExecutionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[65] 
09:18:01 	NonTransformationExecutionContext context = new NonTransformationExecutionContext(getModules());
09:18:01 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'NonTransformationExecutionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[65] 
09:18:01 	NonTransformationExecutionContext context = new NonTransformationExecutionContext(getModules());
09:18:01 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The constructor 'NonTransformationExecutionContext(Set<Module>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[66] 
09:18:01 	for (Module module : getModules()) {
09:18:01 	     ^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[68] 
09:18:01 	if (operation instanceof Helper) {
09:18:01 	                         ^^^^^^
09:18:01 Discouraged access: The type 'Helper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[69] 
09:18:01 	extensions.add(new QvtExtension(context.createHelperCall((Helper) operation), this, fileName));
09:18:01 	                                        ^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The method 'NonTransformationExecutionContext.createHelperCall(Helper)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.runtime/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml.runtime-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[69] 
09:18:01 	extensions.add(new QvtExtension(context.createHelperCall((Helper) operation), this, fileName));
09:18:01 	                                                          ^^^^^^
09:18:01 Discouraged access: The type 'Helper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[81] 
09:18:01 	QvtMessage qvtMessage = errors[i];
09:18:01 	^^^^^^^^^^
09:18:01 Discouraged access: The type 'QvtMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[82] 
09:18:01 	if (qvtMessage.getSeverity() == QvtMessage.SEVERITY_ERROR) {
09:18:01 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'QvtMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[82] 
09:18:01 	if (qvtMessage.getSeverity() == QvtMessage.SEVERITY_ERROR) {
09:18:01 	                                           ^^^^^^^^^^^^^^
09:18:01 Discouraged access: The field 'QvtMessage.SEVERITY_ERROR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/xtend/ast/QvtFile.java:[83] 
09:18:01 	issues.add(new AnalysationIssue(AnalysationIssue.Type.SYNTAX_ERROR, qvtMessage.toString(), (SyntaxElement) null));
09:18:01 	                                                                               ^^^^^^^^
09:18:01 Discouraged access: The method 'QvtMessage.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[31] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.common.MDAConstants;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'MDAConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.common/3.10.2.v20210309-1855/org.eclipse.m2m.qvt.oml.common-3.10.2.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[32] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.compiler.BlackboxUnitResolver;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'BlackboxUnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[33] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.compiler.DelegatingUnitResolver;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'DelegatingUnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[34] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.compiler.ResolverUtils;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'ResolverUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[35] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.compiler.UnitContents;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitContents' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[36] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.compiler.UnitProxy;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[37] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.compiler.UnitResolver;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[40] 
09:18:01 	public class BundleUnitResolver extends DelegatingUnitResolver {
09:18:01 	                                        ^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'DelegatingUnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[42] 
09:18:01 	private final class BundleUnit extends UnitProxy {
09:18:01 	                                       ^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[47] 
09:18:01 	super(namespace, unitName, createUnitURI(unitURL));
09:18:01 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The constructor 'UnitProxy(String, String, URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[53] 
09:18:01 	return UnitProxy.TYPE_CST_STREAM;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[53] 
09:18:01 	return UnitProxy.TYPE_CST_STREAM;
09:18:01 	                 ^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The field 'UnitProxy.TYPE_CST_STREAM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[57] 
09:18:01 	public UnitContents getContents() throws IOException {
09:18:01 	       ^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitContents' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[58] 
09:18:01 	return new UnitContents.CSTContents() {				
09:18:01 	           ^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitContents' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[58] 
09:18:01 	return new UnitContents.CSTContents() {				
09:18:01 	           ^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitContents.CSTContents' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[73] 
09:18:01 	public UnitResolver getResolver() {
09:18:01 	       ^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[91] 
09:18:01 	protected UnitProxy doResolveUnit(String qualifiedName) {
09:18:01 	          ^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[93] 
09:18:01 	UnitProxy unit = doResolveUnit(baseURL, qualifiedName);
09:18:01 	^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[102] 
09:18:01 	private UnitProxy doResolveUnit(URL baseURL, String qualifiedName) {
09:18:01 	        ^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[104] 
09:18:01 	IPath path = new Path(pathStr).addFileExtension(MDAConstants.QVTO_FILE_EXTENSION);
09:18:01 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'MDAConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.common/3.10.2.v20210309-1855/org.eclipse.m2m.qvt.oml.common-3.10.2.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[104] 
09:18:01 	IPath path = new Path(pathStr).addFileExtension(MDAConstants.QVTO_FILE_EXTENSION);
09:18:01 	                                                             ^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The field 'MDAConstants.QVTO_FILE_EXTENSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.common/3.10.2.v20210309-1855/org.eclipse.m2m.qvt.oml.common-3.10.2.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[120] 
09:18:01 	namespace = ResolverUtils.getNamespace(nameSpacePath);
09:18:01 	            ^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'ResolverUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[120] 
09:18:01 	namespace = ResolverUtils.getNamespace(nameSpacePath);
09:18:01 	                          ^^^^^^^^^^^^
09:18:01 Discouraged access: The method 'ResolverUtils.getNamespace(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[144] 
09:18:01 	public static UnitResolver createResolver(List<URL> bundleBaseURLs, boolean includeBlackboxUnits) {		
09:18:01 	              ^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[147] 
09:18:01 	bundleUnitResolver.setParent(BlackboxUnitResolver.DEFAULT);
09:18:01 	                   ^^^^^^^^^
09:18:01 Discouraged access: The method 'DelegatingUnitResolver.setParent(UnitResolver)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[147] 
09:18:01 	bundleUnitResolver.setParent(BlackboxUnitResolver.DEFAULT);
09:18:01 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'BlackboxUnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/BundleUnitResolver.java:[147] 
09:18:01 	bundleUnitResolver.setParent(BlackboxUnitResolver.DEFAULT);
09:18:01 	                                                  ^^^^^^^
09:18:01 Discouraged access: The field 'BlackboxUnitResolver.DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ast/Template.java:[23] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.expressions.Module;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ast/Template.java:[106] 
09:18:01 	Map<Module, ImportDeclaration> module2ImportDeclarationMap = new LinkedHashMap<Module, ImportDeclaration>();
09:18:01 	    ^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ast/Template.java:[106] 
09:18:01 	Map<Module, ImportDeclaration> module2ImportDeclarationMap = new LinkedHashMap<Module, ImportDeclaration>();
09:18:01 	                                                                               ^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ast/Template.java:[112] 
09:18:01 	for (Module module : extension.getModules()) {
09:18:01 	     ^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ast/Template.java:[131] 
09:18:01 	private void addWarnings(Map<Module, ImportDeclaration> module2ImportDeclarationMap, Map<EPackage, NamespaceImport> ePackage2NapespaceImportMap, ExecutionContext ctx, Set<AnalysationIssue> issues) {
09:18:01 	                             ^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ast/Template.java:[135] 
09:18:01 	for (Module unusedModule : unusedModulesCollector.getUnusedModules()) {
09:18:01 	     ^^^^^^
09:18:01 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/Activator.java:[286] 
09:18:01 	resourceSetImpl.getURIConverter().getURIMap().putAll(EcorePlugin.computePlatformURIMap());
09:18:01 	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 The method computePlatformURIMap() from the type EcorePlugin is deprecated
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[284] 
09:18:01 	@SuppressWarnings("unchecked")
09:18:01 	                  ^^^^^^^^^^^
09:18:01 Unnecessary @SuppressWarnings("unchecked")
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[285] 
09:18:01 	private static final EList ourEmptyEList = new BasicEList.UnmodifiableEList(0, new Object[0]);
09:18:01 	                     ^^^^^
09:18:01 EList is a raw type. References to generic type EList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[285] 
09:18:01 	private static final EList ourEmptyEList = new BasicEList.UnmodifiableEList(0, new Object[0]);
09:18:01 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 BasicEList.UnmodifiableEList is a raw type. References to generic type BasicEList.UnmodifiableEList<E> should be parameterized
09:18:01 95. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java (at line 552)
09:18:01 	@SuppressWarnings("nls")
09:18:01 	                  ^^^^^
09:18:01 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[679] 
09:18:01 	ProblemHandler.Severity sev = ProblemHandler.Severity.OK;
09:18:01 	                        ^^^
09:18:01 The value of the local variable sev is not used
09:18:01 97. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java (at line 738)
09:18:01 	@SuppressWarnings("nls")
09:18:01 	                  ^^^^^
09:18:01 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[906] 
09:18:01 	ProblemHandler.Severity sev = ProblemHandler.Severity.OK;
09:18:01 	                        ^^^
09:18:01 The value of the local variable sev is not used
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[955] 
09:18:01 	int iStart = i.getIndex();
09:18:01 	    ^^^^^^
09:18:01 The value of the local variable iStart is not used
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2214] 
09:18:01 	CSTNode result = createListLiteralExpCS((EList) getRhsSym(3));
09:18:01 	                                         ^^^^^
09:18:01 EList is a raw type. References to generic type EList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2265] 
09:18:01 	EList result = new BasicEList();
09:18:01 	^^^^^
09:18:01 EList is a raw type. References to generic type EList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2265] 
09:18:01 	EList result = new BasicEList();
09:18:01 	                   ^^^^^^^^^^
09:18:01 BasicEList is a raw type. References to generic type BasicEList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2277] 
09:18:01 	EList result = (EList) getRhsSym(1);
09:18:01 	^^^^^
09:18:01 EList is a raw type. References to generic type EList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2277] 
09:18:01 	EList result = (EList) getRhsSym(1);
09:18:01 	                ^^^^^
09:18:01 EList is a raw type. References to generic type EList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2289] 
09:18:01 	EList result = (EList) getRhsSym(1);
09:18:01 	^^^^^
09:18:01 EList is a raw type. References to generic type EList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2289] 
09:18:01 	EList result = (EList) getRhsSym(1);
09:18:01 	                ^^^^^
09:18:01 EList is a raw type. References to generic type EList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2481] 
09:18:01 	EList iters = new BasicEList();
09:18:01 	^^^^^
09:18:01 EList is a raw type. References to generic type EList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2481] 
09:18:01 	EList iters = new BasicEList();
09:18:01 	                  ^^^^^^^^^^
09:18:01 BasicEList is a raw type. References to generic type BasicEList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2498] 
09:18:01 	EList iters = (EList) getRhsSym(3);
09:18:01 	^^^^^
09:18:01 EList is a raw type. References to generic type EList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2498] 
09:18:01 	EList iters = (EList) getRhsSym(3);
09:18:01 	               ^^^^^
09:18:01 EList is a raw type. References to generic type EList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2520] 
09:18:01 	EList result = new BasicEList();
09:18:01 	^^^^^
09:18:01 EList is a raw type. References to generic type EList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2520] 
09:18:01 	EList result = new BasicEList();
09:18:01 	                   ^^^^^^^^^^
09:18:01 BasicEList is a raw type. References to generic type BasicEList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2532] 
09:18:01 	EList result = (EList) getRhsSym(1);
09:18:01 	^^^^^
09:18:01 EList is a raw type. References to generic type EList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2532] 
09:18:01 	EList result = (EList) getRhsSym(1);
09:18:01 	                ^^^^^
09:18:01 EList is a raw type. References to generic type EList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2609] 
09:18:01 	OCLExpressionCS featureCallExpCS = createFeatureCallExpCS(source, null, featureNameCS, new BasicEList(), null);
09:18:01 	                                                                                           ^^^^^^^^^^
09:18:01 BasicEList is a raw type. References to generic type BasicEList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2708] 
09:18:01 	List imports = (List) getRhsSym(3);
09:18:01 	^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2708] 
09:18:01 	List imports = (List) getRhsSym(3);
09:18:01 	                ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2709] 
09:18:01 	List extensionImports = (List) getRhsSym(4);
09:18:01 	^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2709] 
09:18:01 	List extensionImports = (List) getRhsSym(4);
09:18:01 	                         ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2710] 
09:18:01 	List defineOrAround = (List) getRhsSym(5);
09:18:01 	^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2710] 
09:18:01 	List defineOrAround = (List) getRhsSym(5);
09:18:01 	                       ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2731] 
09:18:01 	List result = new LinkedList();
09:18:01 	^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2731] 
09:18:01 	List result = new LinkedList();
09:18:01 	                  ^^^^^^^^^^
09:18:01 LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2733] 
09:18:01 	result.addAll((List) getRhsSym(4));
09:18:01 	               ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2743] 
09:18:01 	List result = new LinkedList();
09:18:01 	^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2743] 
09:18:01 	List result = new LinkedList();
09:18:01 	                  ^^^^^^^^^^
09:18:01 LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2745] 
09:18:01 	result.addAll((List) getRhsSym(4));
09:18:01 	               ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2770] 
09:18:01 	List res = new LinkedList();
09:18:01 	^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2770] 
09:18:01 	List res = new LinkedList();
09:18:01 	               ^^^^^^^^^^
09:18:01 LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2772] 
09:18:01 	res.addAll((List) getRhsSym(2));
09:18:01 	            ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2798] 
09:18:01 	List res = new LinkedList();
09:18:01 	^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2798] 
09:18:01 	List res = new LinkedList();
09:18:01 	               ^^^^^^^^^^
09:18:01 LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2800] 
09:18:01 	res.addAll((List) getRhsSym(2));
09:18:01 	            ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2819] 
09:18:01 	setResult(xpandFactory.createAround(getLeftIToken(), getRightIToken(), (Identifier) getRhsSym(2), Collections.<VariableCS> emptyList(), false, (TypeCS) getRhsSym(4), (List) getRhsSym(5)));
09:18:01 	                                                                                                                                                                       ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2828] 
09:18:01 	setResult(xpandFactory.createAround(getLeftIToken(), getRightIToken(), (Identifier) getRhsSym(2), (List<VariableCS>) getRhsSym(4), false, (TypeCS) getRhsSym(7), (List) getRhsSym(8)));
09:18:01 	                                                                                                                                                                  ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2837] 
09:18:01 	setResult(xpandFactory.createAround(getLeftIToken(), getRightIToken(), (Identifier) getRhsSym(2), (List<VariableCS>) getRhsSym(4), true, (TypeCS) getRhsSym(9), (List) getRhsSym(10)));
09:18:01 	                                                                                                                                                                 ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2846] 
09:18:01 	setResult(xpandFactory.createAround(getLeftIToken(), getRightIToken(), (Identifier) getRhsSym(2), Collections.<VariableCS> emptyList(), true, (TypeCS) getRhsSym(7), (List) getRhsSym(8)));
09:18:01 	                                                                                                                                                                      ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2905] 
09:18:01 	setResult(xpandFactory.createDefinition(getLeftIToken(), getRightIToken(), getRhsIToken(2), Collections.<VariableCS> emptyList(), (TypeCS) getRhsSym(4), (List) getRhsSym(5)));
09:18:01 	                                                                                                                                                          ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2914] 
09:18:01 	setResult(xpandFactory.createDefinition(getLeftIToken(), getRightIToken(), getRhsIToken(2), (List<VariableCS>) getRhsSym(4), (TypeCS) getRhsSym(7), (List) getRhsSym(8)));
09:18:01 	                                                                                                                                                     ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2923] 
09:18:01 	LinkedList res = new LinkedList();
09:18:01 	^^^^^^^^^^
09:18:01 LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2923] 
09:18:01 	LinkedList res = new LinkedList();
09:18:01 	                     ^^^^^^^^^^
09:18:01 LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2934] 
09:18:01 	LinkedList res = new LinkedList();
09:18:01 	^^^^^^^^^^
09:18:01 LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2934] 
09:18:01 	LinkedList res = new LinkedList();
09:18:01 	                     ^^^^^^^^^^
09:18:01 LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2935] 
09:18:01 	res.addAll((List) getRhsSym(1));
09:18:01 	            ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2955] 
09:18:01 	List res = new LinkedList();
09:18:01 	^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2955] 
09:18:01 	List res = new LinkedList();
09:18:01 	               ^^^^^^^^^^
09:18:01 LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2956] 
09:18:01 	res.addAll((List) getRhsSym(1));
09:18:01 	            ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2957] 
09:18:01 	res.addAll((List) getRhsSym(2));
09:18:01 	            ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2974] 
09:18:01 	List res = new LinkedList();
09:18:01 	^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2974] 
09:18:01 	List res = new LinkedList();
09:18:01 	               ^^^^^^^^^^
09:18:01 LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2976] 
09:18:01 	res.addAll((List) getRhsSym(2));
09:18:01 	            ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2977] 
09:18:01 	res.addAll((List) getRhsSym(3));
09:18:01 	            ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2986] 
09:18:01 	List res = new LinkedList();
09:18:01 	^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2986] 
09:18:01 	List res = new LinkedList();
09:18:01 	               ^^^^^^^^^^
09:18:01 LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[2988] 
09:18:01 	res.addAll((List) getRhsSym(3));
09:18:01 	            ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[3005] 
09:18:01 	List res = new LinkedList();
09:18:01 	^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[3005] 
09:18:01 	List res = new LinkedList();
09:18:01 	               ^^^^^^^^^^
09:18:01 LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[3007] 
09:18:01 	res.addAll((List) getRhsSym(3));
09:18:01 	            ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[3041] 
09:18:01 	setResult(xpandFactory.createExpandStatement(getLeftIToken(), (PathNameCS) getRhsSym(2), (List) getRhsSym(3), null, false, null));
09:18:01 	                                                                                          ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[3050] 
09:18:01 	setResult(xpandFactory.createExpandStatement(getLeftIToken(), (PathNameCS) getRhsSym(2), (List) getRhsSym(3), (OCLExpressionCS) getRhsSym(5), false, null));
09:18:01 	                                                                                          ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[3059] 
09:18:01 	setResult(xpandFactory.createExpandStatement(getLeftIToken(), (PathNameCS) getRhsSym(2), (List) getRhsSym(3), (OCLExpressionCS) getRhsSym(5), true, (OCLExpressionCS) getRhsSym(6)));
09:18:01 	                                                                                          ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[3095] 
09:18:01 	setResult(xpandFactory.createFileStatement(getLeftIToken(), getRightIToken(), (OCLExpressionCS) getRhsSym(2), (Identifier) getRhsSym(3), (List) getRhsSym(4)));
09:18:01 	                                                                                                                                          ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[3121] 
09:18:01 	(List) getRhsSym(7)));
09:18:01 	 ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[3162] 
09:18:01 	IfStatement i = xpandFactory.createIfStatement(getLeftIToken(), (OCLExpressionCS) getRhsSym(2), (List) getRhsSym(3), null);
09:18:01 	                                                                                                 ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[3192] 
09:18:01 	IfStatement elseIf = xpandFactory.createIfStatement(getLeftIToken(), (OCLExpressionCS) getRhsSym(2), (List) getRhsSym(3), null);
09:18:01 	                                                                                                      ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[3211] 
09:18:01 	setResult(xpandFactory.createIfStatement(getLeftIToken(), null, (List) getRhsSym(2), null));
09:18:01 	                                                                 ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[3220] 
09:18:01 	setResult(xpandFactory.createLetStatement(getLeftIToken(), getRightIToken(), (OCLExpressionCS) getRhsSym(2), getRhsIToken(4), (List) getRhsSym(5)));
09:18:01 	                                                                                                                               ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandParser.java:[3231] 
09:18:01 	(IToken) getRhsSym(8), (List) getRhsSym(9)));
09:18:01 	                        ^^^^
09:18:01 List is a raw type. References to generic type List<E> should be parameterized
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/WorkspaceResourceManager.java:[35] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.compiler.UnitResolver;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/WorkspaceResourceManager.java:[36] 
09:18:01 	import org.eclipse.m2m.internal.qvt.oml.project.builder.WorkspaceUnitResolver;
09:18:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'WorkspaceUnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.project/3.10.2.v20210309-1855/org.eclipse.m2m.qvt.oml.project-3.10.2.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/WorkspaceResourceManager.java:[202] 
09:18:01 	protected UnitResolver getQVTUnitResolver() {
09:18:01 	          ^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/WorkspaceResourceManager.java:[219] 
09:18:01 	final UnitResolver bundleDelegate = BundleUnitResolver.createResolver(bundleRootURLs, true);
09:18:01 	      ^^^^^^^^^^^^
09:18:01 Discouraged access: The type 'UnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/WorkspaceResourceManager.java:[235] 
09:18:01 	return new WorkspaceUnitResolver(resolverPaths) {
09:18:01 	           ^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'WorkspaceUnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.project/3.10.2.v20210309-1855/org.eclipse.m2m.qvt.oml.project-3.10.2.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/WorkspaceResourceManager.java:[235] 
09:18:02 	return new WorkspaceUnitResolver(resolverPaths) {
09:18:02 	           ^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The constructor 'WorkspaceUnitResolver(List<IContainer>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.project/3.10.2.v20210309-1855/org.eclipse.m2m.qvt.oml.project-3.10.2.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/WorkspaceResourceManager.java:[237] 
09:18:02 	protected UnitResolver getParent() {
09:18:02 	          ^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'UnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/model/AmbiguousDefinitionException.java:[17] 
09:18:02 	public class AmbiguousDefinitionException extends Exception {
09:18:02 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 The serializable class AmbiguousDefinitionException does not declare a static final serialVersionUID field of type long
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/EmbeddedQVTAnalyzer.java:[20] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.ast.parser.QvtOperationalVisitorCS;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtOperationalVisitorCS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/EmbeddedQVTAnalyzer.java:[21] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.compiler.QvtCompilerOptions;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtCompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/EmbeddedQVTAnalyzer.java:[35] 
09:18:02 	class EmbeddedQVTAnalyzer extends QvtOperationalVisitorCS {
09:18:02 	                                  ^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtOperationalVisitorCS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/EmbeddedQVTAnalyzer.java:[38] 
09:18:02 	super(new QVTOParser(new QVTOLexer(env)) {
09:18:02 			@Override
09:18:02 			public String getTokenKindName(int kind) {
09:18:02 				throw new UnsupportedOperationException();
09:18:02 			}
09:18:02 			@Override
09:18:02 			public CSTNode parser(Monitor monitor, int error_repair_count) {
09:18:02 				throw new UnsupportedOperationException();
09:18:02 			}
09:18:02 		}, options());
09:18:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The constructor 'QvtOperationalVisitorCS(AbstractQVTParser, QvtCompilerOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/EmbeddedQVTAnalyzer.java:[38] 
09:18:02 	super(new QVTOParser(new QVTOLexer(env)) {
09:18:02 			@Override
09:18:02 			public String getTokenKindName(int kind) {
09:18:02 				throw new UnsupportedOperationException();
09:18:02 			}
09:18:02 			@Override
09:18:02 			public CSTNode parser(Monitor monitor, int error_repair_count) {
09:18:02 				throw new UnsupportedOperationException();
09:18:02 			}
09:18:02 		}, options());
09:18:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 The constructor QvtOperationalVisitorCS(AbstractQVTParser, QvtCompilerOptions) is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/EmbeddedQVTAnalyzer.java:[52] 
09:18:02 	return super.oclExpressionCS(oclExpressionCS, getOCLEnvironment());
09:18:02 	             ^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The method 'QvtOperationalVisitorCS.oclExpressionCS(OCLExpressionCS, Environment<EPackage,EClassifier,EOperation,EStructuralFeature,EEnumLiteral,EParameter,EObject,CallOperationAction,SendSignalAction,Constraint,EClass,EObject>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/EmbeddedQVTAnalyzer.java:[55] 
09:18:02 	private static QvtCompilerOptions options() {
09:18:02 	               ^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtCompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/EmbeddedQVTAnalyzer.java:[56] 
09:18:02 	QvtCompilerOptions options = new QvtCompilerOptions();
09:18:02 	^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtCompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/EmbeddedQVTAnalyzer.java:[56] 
09:18:02 	QvtCompilerOptions options = new QvtCompilerOptions();
09:18:02 	                                 ^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtCompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/EmbeddedQVTAnalyzer.java:[56] 
09:18:02 	QvtCompilerOptions options = new QvtCompilerOptions();
09:18:02 	                                 ^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The constructor 'QvtCompilerOptions()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/EmbeddedQVTAnalyzer.java:[57] 
09:18:02 	options.setGenerateCompletionData(false);
09:18:02 	        ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The method 'QvtCompilerOptions.setGenerateCompletionData(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/EmbeddedQVTAnalyzer.java:[58] 
09:18:02 	options.setShowAnnotations(false);
09:18:02 	        ^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The method 'QvtCompilerOptions.setShowAnnotations(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/parser/XpandLexer.java:[127] 
09:18:02 	super.getPrsStream().makeAdjunct(startOffset, endOffset, kind);
09:18:02 	      ^^^^^^^^^^^^^^
09:18:02 The method getPrsStream() from the type LexStream is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[35] 
09:18:02 	import org.eclipse.core.runtime.SubProgressMonitor;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 The type SubProgressMonitor is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[73] 
09:18:02 	@SuppressWarnings("unchecked")
09:18:02 	                  ^^^^^^^^^^^
09:18:02 Unnecessary @SuppressWarnings("unchecked")
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[75] 
09:18:02 	protected IProject[] build(final int kind, final Map args, final IProgressMonitor monitor) throws CoreException {
09:18:02 	                                                 ^^^
09:18:02 Map is a raw type. References to generic type Map<K,V> should be parameterized
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[77] 
09:18:02 	Map<RootDescription, Collection<IFile>> resourcesToBuild = collectResourcesToBuild(kind, new SubProgressMonitor(monitor, 1));
09:18:02 	                                                                                             ^^^^^^^^^^^^^^^^^^
09:18:02 The type SubProgressMonitor is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[77] 
09:18:02 	Map<RootDescription, Collection<IFile>> resourcesToBuild = collectResourcesToBuild(kind, new SubProgressMonitor(monitor, 1));
09:18:02 	                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[79] 
09:18:02 	doBuild(resourcesToBuild, new SubProgressMonitor(monitor, 10));
09:18:02 	                              ^^^^^^^^^^^^^^^^^^
09:18:02 The type SubProgressMonitor is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[79] 
09:18:02 	doBuild(resourcesToBuild, new SubProgressMonitor(monitor, 10));
09:18:02 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[119] 
09:18:02 	doBuid(resourceManager, scope, resourcesToBuild.get(rootDescription), new SubProgressMonitor(monitor, 1));
09:18:02 	                                                                          ^^^^^^^^^^^^^^^^^^
09:18:02 The type SubProgressMonitor is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[119] 
09:18:02 	doBuid(resourceManager, scope, resourcesToBuild.get(rootDescription), new SubProgressMonitor(monitor, 1));
09:18:02 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[178] 
09:18:02 	next.accept(new XpandResourceVisitor(result, new SubProgressMonitor(monitor, 1)));
09:18:02 	                                                 ^^^^^^^^^^^^^^^^^^
09:18:02 The type SubProgressMonitor is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[178] 
09:18:02 	next.accept(new XpandResourceVisitor(result, new SubProgressMonitor(monitor, 1)));
09:18:02 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[181] 
09:18:02 	modelRegistry.build(new SubProgressMonitor(monitor, 1));
09:18:02 	                        ^^^^^^^^^^^^^^^^^^
09:18:02 The type SubProgressMonitor is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[181] 
09:18:02 	modelRegistry.build(new SubProgressMonitor(monitor, 1));
09:18:02 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[195] 
09:18:02 	delta.accept(new XpandResourceVisitor(result, new SubProgressMonitor(monitor, 1)));
09:18:02 	                                                  ^^^^^^^^^^^^^^^^^^
09:18:02 The type SubProgressMonitor is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[195] 
09:18:02 	delta.accept(new XpandResourceVisitor(result, new SubProgressMonitor(monitor, 1)));
09:18:02 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[198] 
09:18:02 	projectDelta.accept(new XpandResourceVisitor(result, new SubProgressMonitor(monitor, 1)));
09:18:02 	                                                         ^^^^^^^^^^^^^^^^^^
09:18:02 The type SubProgressMonitor is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[198] 
09:18:02 	projectDelta.accept(new XpandResourceVisitor(result, new SubProgressMonitor(monitor, 1)));
09:18:02 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[200] 
09:18:02 	modelRegistry.build(projectDelta, new SubProgressMonitor(monitor, 1));
09:18:02 	                                      ^^^^^^^^^^^^^^^^^^
09:18:02 The type SubProgressMonitor is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/XpandBuilder.java:[200] 
09:18:02 	modelRegistry.build(projectDelta, new SubProgressMonitor(monitor, 1));
09:18:02 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[26] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.common.MdaException;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'MdaException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.common/3.10.2.v20210309-1855/org.eclipse.m2m.qvt.oml.common-3.10.2.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[27] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.compiler.CompiledUnit;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'CompiledUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[28] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.compiler.QVTOCompiler;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QVTOCompiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[29] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.compiler.QvtCompilerOptions;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtCompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[30] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.compiler.UnitProxy;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'UnitProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[31] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.compiler.UnitResolver;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'UnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[45] 
09:18:02 	private QVTOCompiler qvtCompiler;
09:18:02 	        ^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QVTOCompiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[47] 
09:18:02 	private QvtCompilerOptions qvtCompilerOptions;
09:18:02 	        ^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtCompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[78] 
09:18:02 	CompiledUnit compiledUnit = null;
09:18:02 	^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'CompiledUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[80] 
09:18:02 	UnitProxy unitProxy = getQVTUnitResolver().resolveUnit(compilationUnitQName);
09:18:02 	^^^^^^^^^
09:18:02 Discouraged access: The type 'UnitProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[80] 
09:18:02 	UnitProxy unitProxy = getQVTUnitResolver().resolveUnit(compilationUnitQName);
09:18:02 	                                           ^^^^^^^^^^^
09:18:02 Discouraged access: The method 'UnitResolver.resolveUnit(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[84] 
09:18:02 	compiledUnit = getQvtCompiler().compile(unitProxy, getQvtCompilerOptions(), new NullProgressMonitor());
09:18:02 	                                ^^^^^^^
09:18:02 Discouraged access: The method 'QVTOCompiler.compile(UnitProxy, QvtCompilerOptions, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[85] 
09:18:02 	} catch (MdaException e) {
09:18:02 	         ^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'MdaException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml.common/3.10.2.v20210309-1855/org.eclipse.m2m.qvt.oml.common-3.10.2.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[102] 
09:18:02 	private QVTOCompiler getQvtCompiler() {
09:18:02 	        ^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QVTOCompiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[106] 
09:18:02 	qvtCompiler = QVTOCompiler.createCompilerWithHistory(getMetamodelResourceSet());
09:18:02 	              ^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QVTOCompiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[106] 
09:18:02 	qvtCompiler = QVTOCompiler.createCompilerWithHistory(getMetamodelResourceSet());
09:18:02 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The method 'QVTOCompiler.createCompilerWithHistory(ResourceSet)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[115] 
09:18:02 	private QvtCompilerOptions getQvtCompilerOptions() {
09:18:02 	        ^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtCompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[117] 
09:18:02 	qvtCompilerOptions = new QvtCompilerOptions();
09:18:02 	                         ^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtCompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[117] 
09:18:02 	qvtCompilerOptions = new QvtCompilerOptions();
09:18:02 	                         ^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The constructor 'QvtCompilerOptions()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[118] 
09:18:02 	qvtCompilerOptions.setGenerateCompletionData(true);
09:18:02 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The method 'QvtCompilerOptions.setGenerateCompletionData(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[119] 
09:18:02 	qvtCompilerOptions.setShowAnnotations(false);
09:18:02 	                   ^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The method 'QvtCompilerOptions.setShowAnnotations(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/util/ResourceManagerImpl.java:[257] 
09:18:02 	protected abstract UnitResolver getQVTUnitResolver();
09:18:02 	                   ^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'UnitResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/model/ExecutionContext.java:[20] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.evaluator.QvtOperationalEvaluationVisitor;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtOperationalEvaluationVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/model/ExecutionContext.java:[47] 
09:18:02 	QvtOperationalEvaluationVisitor createEvaluationVisitor();
09:18:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtOperationalEvaluationVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ast/analyze/UnusedModulesCollector.java:[23] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.expressions.Module;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ast/analyze/UnusedModulesCollector.java:[30] 
09:18:02 	private Set<Module> myUnusedModules;
09:18:02 	            ^^^^^^
09:18:02 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ast/analyze/UnusedModulesCollector.java:[32] 
09:18:02 	public UnusedModulesCollector(Set<Module> allModules) {
09:18:02 	                                  ^^^^^^
09:18:02 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ast/analyze/UnusedModulesCollector.java:[33] 
09:18:02 	myUnusedModules = new LinkedHashSet<Module>(allModules);
09:18:02 	                                    ^^^^^^
09:18:02 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ast/analyze/UnusedModulesCollector.java:[36] 
09:18:02 	public Set<Module> getUnusedModules() {
09:18:02 	           ^^^^^^
09:18:02 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ast/analyze/UnusedModulesCollector.java:[59] 
09:18:02 	if (eContainer instanceof Module) {
09:18:02 	                          ^^^^^^
09:18:02 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/model/XpandIterator.java:[30] 
09:18:02 	return new Long(counter);
09:18:02 	           ^^^^^^^^^^^^^
09:18:02 The constructor Long(long) is deprecated since version 9
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/model/XpandIterator.java:[34] 
09:18:02 	return new Long(elementCount);
09:18:02 	           ^^^^^^^^^^^^^^^^^^
09:18:02 The constructor Long(long) is deprecated since version 9
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/model/XpandIterator.java:[50] 
09:18:02 	return new Long(counter + 1);
09:18:02 	           ^^^^^^^^^^^^^^^^^
09:18:02 The constructor Long(long) is deprecated since version 9
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/WorkspaceModelRegistry.java:[105] 
09:18:02 	resourceSet.getURIConverter().getURIMap().putAll(EcorePlugin.computePlatformURIMap());
09:18:02 	                                                             ^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 The method computePlatformURIMap() from the type EcorePlugin is deprecated
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/build/WorkspaceModelRegistry.java:[108] 
09:18:02 	private Map<String, EPackage> myReturnedResults = new HashMap<String, EPackage>();
09:18:02 	                              ^^^^^^^^^^^^^^^^^
09:18:02 The value of the field WorkspaceModelRegistry.myReturnedResults is not used
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[26] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.ast.env.QvtOperationalEvaluationEnv;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtOperationalEvaluationEnv' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[27] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.evaluator.ModuleInstance;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'ModuleInstance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[28] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.evaluator.QvtOperationalEvaluationVisitor;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtOperationalEvaluationVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[29] 
09:18:02 	import org.eclipse.m2m.internal.qvt.oml.expressions.Module;
09:18:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[102] 
09:18:02 	QvtOperationalEvaluationVisitor visitor = ctx.createEvaluationVisitor();
09:18:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtOperationalEvaluationVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[103] 
09:18:02 	defineGlobalVariables(ctx, visitor.getOperationalEvaluationEnv());
09:18:02 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The method 'QvtOperationalEvaluationVisitor.getOperationalEvaluationEnv()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[104] 
09:18:02 	initializeStreamsHolder(ctx.getScope(), ctx.getScope().getOutput().getNamedStreams(), visitor.getOperationalEvaluationEnv());
09:18:02 	                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The method 'QvtOperationalEvaluationVisitor.getOperationalEvaluationEnv()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[106] 
09:18:02 	initializeStreamsHolder(ctx.getScope(), null, visitor.getOperationalEvaluationEnv());
09:18:02 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The method 'QvtOperationalEvaluationVisitor.getOperationalEvaluationEnv()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[107] 
09:18:02 	clearGlobalVariables(ctx, visitor.getOperationalEvaluationEnv());
09:18:02 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The method 'QvtOperationalEvaluationVisitor.getOperationalEvaluationEnv()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[150] 
09:18:02 	private void clearGlobalVariables(ExecutionContext ctx, QvtOperationalEvaluationEnv evaluationEnv) {
09:18:02 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtOperationalEvaluationEnv' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[161] 
09:18:02 	private void defineGlobalVariables(ExecutionContext ctx, QvtOperationalEvaluationEnv evaluationEnv) {
09:18:02 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtOperationalEvaluationEnv' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[177] 
09:18:02 	private XpandGlobalVars getGlobalVarsLibraryInstance(Scope scope, QvtOperationalEvaluationEnv evaluationEnv) {
09:18:02 	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtOperationalEvaluationEnv' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[180] 
09:18:02 	for (Module module : globalVarsOperationResource.getModules()) {
09:18:02 	     ^^^^^^
09:18:02 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[181] 
09:18:02 	ModuleInstance moduleInstance = evaluationEnv.getThisOfType(module);
09:18:02 	^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'ModuleInstance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[181] 
09:18:02 	ModuleInstance moduleInstance = evaluationEnv.getThisOfType(module);
09:18:02 	                                              ^^^^^^^^^^^^^
09:18:02 Discouraged access: The method 'QvtOperationalEvaluationEnv.getThisOfType(Module)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[183] 
09:18:02 	XpandGlobalVars globalVarsLibInstance = moduleInstance.getAdapter(XpandGlobalVars.class);
09:18:02 	                                                       ^^^^^^^^^^
09:18:02 Discouraged access: The method 'ModuleInstance.getAdapter(Class<XpandGlobalVars>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[196] 
09:18:02 	private void initializeStreamsHolder(Scope scope, StreamsHolder namedStreams, QvtOperationalEvaluationEnv evaluationEnv) {
09:18:02 	                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'QvtOperationalEvaluationEnv' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[199] 
09:18:02 	for (Module module : streamOperationResource.getModules()) {
09:18:02 	     ^^^^^^
09:18:02 Discouraged access: The type 'Module' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[200] 
09:18:02 	ModuleInstance moduleInstance = evaluationEnv.getThisOfType(module);
09:18:02 	^^^^^^^^^^^^^^
09:18:02 Discouraged access: The type 'ModuleInstance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[200] 
09:18:02 	ModuleInstance moduleInstance = evaluationEnv.getThisOfType(module);
09:18:02 	                                              ^^^^^^^^^^^^^
09:18:02 Discouraged access: The method 'QvtOperationalEvaluationEnv.getThisOfType(Module)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ocl/ExpressionHelper.java:[202] 
09:18:02 	XpandStreamOperations libInstance = moduleInstance.getAdapter(XpandStreamOperations.class);
09:18:02 	                                                   ^^^^^^^^^^
09:18:02 Discouraged access: The method 'ModuleInstance.getAdapter(Class<XpandStreamOperations>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.m2m.qvt.oml/3.10.3.v20210309-1855/org.eclipse.m2m.qvt.oml-3.10.3.v20210309-1855.jar')
09:18:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/org/eclipse/papyrus/gmf/internal/xpand/ast/ProtectStatement.java:[38] 
09:18:02 	private final boolean disable;
09:18:02 	                      ^^^^^^^
09:18:02 The value of the field ProtectStatement.disable is not used
09:18:02 265 problems (0 errors, 263 warnings, 2 infos)
09:18:02 [INFO] 
09:18:02 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.xpand ---
09:18:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:18:02 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:18:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/src/test/resources
09:18:02 [INFO] 
09:18:02 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.xpand ---
09:18:02 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/target/org.eclipse.papyrus.gmf.xpand-2.2.0-SNAPSHOT-sources.jar
09:18:02 [INFO] 
09:18:02 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.xpand ---
09:18:02 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/target/org.eclipse.papyrus.gmf.xpand-2.2.0-SNAPSHOT-sources.jar
09:18:02 [INFO] 
09:18:02 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.xpand ---
09:18:02 [INFO] 
09:18:02 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.xpand ---
09:18:02 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/target/org.eclipse.papyrus.gmf.xpand-2.2.0-SNAPSHOT.jar
09:18:02 [INFO] 
09:18:02 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.xpand ---
09:18:02 [INFO] 
09:18:02 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.xpand ---
09:18:02 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:18:02 [INFO] 
09:18:02 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.xpand ---
09:18:02 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/target/org.eclipse.papyrus.gmf.xpand-2.2.0-SNAPSHOT.jar
09:18:04 [INFO] 
09:18:04 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.xpand ---
09:18:05 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/target/org.eclipse.papyrus.gmf.xpand-2.2.0-SNAPSHOT.jar
09:18:06 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/target/org.eclipse.papyrus.gmf.xpand-2.2.0-SNAPSHOT-sources.jar
09:18:08 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/target/org.eclipse.papyrus.gmf.xpand-2.2.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:18:08 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/target/org.eclipse.papyrus.gmf.xpand-2.2.0-SNAPSHOT-sources.jar
09:18:09 [INFO] 
09:18:09 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.xpand ---
09:18:09 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.xpand/target/org.eclipse.papyrus.gmf.xpand-2.2.0-SNAPSHOT.jar
09:18:10 [INFO] 
09:18:10 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.xpand ---
09:18:10 [INFO] 
09:18:10 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.common >--
09:18:10 [INFO] Building org.eclipse.papyrus.gmf.common 1.3.0-SNAPSHOT           [15/90]
09:18:10 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:18:10 [INFO] 
09:18:10 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.common ---
09:18:10 [INFO] 
09:18:10 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.common ---
09:18:10 [INFO] The project's OSGi version is 1.3.0.202105031304
09:18:10 [INFO] 
09:18:10 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.common ---
09:18:10 [INFO] 
09:18:10 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.common ---
09:18:10 [INFO] 
09:18:10 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.common ---
09:18:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:18:10 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:18:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/main/resources
09:18:10 [INFO] 
09:18:10 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.common ---
09:18:10 [INFO] Compiling 60 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/bin
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/CreateNewModelExtension.java:[17] 
09:18:11 	import java.util.Observable;
09:18:11 	       ^^^^^^^^^^^^^^^^^^^^
09:18:11 The type Observable is deprecated since version 9
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/CreateNewModelExtension.java:[29] 
09:18:11 	public class CreateNewModelExtension extends Observable implements ModelSelectionPageExtension {
09:18:11 	                                             ^^^^^^^^^^
09:18:11 The type Observable is deprecated since version 9
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/CreateNewModelExtension.java:[50] 
09:18:11 	setChanged();
09:18:11 	^^^^^^^^^^^^
09:18:11 The method setChanged() from the type Observable is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/CreateNewModelExtension.java:[51] 
09:18:11 	notifyObservers(Boolean.valueOf(createNewModel));
09:18:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The method notifyObservers(Object) from the type Observable is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/OrganizeImportsPostprocessor.java:[109] 
09:18:11 	ASTParser parser = ASTParser.newParser(AST.JLS4);
09:18:11 	                                           ^^^^
09:18:11 The field AST.JLS4 is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/OrganizeImportsPostprocessor.java:[386] 
09:18:11 	@SuppressWarnings("unchecked")
09:18:11 	                  ^^^^^^^^^^^
09:18:11 Unnecessary @SuppressWarnings("unchecked")
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ToolingResourceFactory.java:[51] 
09:18:11 	getDefaultSaveOptions().put(XMLResource.OPTION_LINE_WIDTH, new Integer(1));
09:18:11 	                                                               ^^^^^^^^^^
09:18:11 The constructor Integer(int) is deprecated since version 9
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/migrate/ModelLoadHelper.java:[97] 
09:18:11 	class ExceptionDiagnostic extends WrappedException implements Resource.Diagnostic {
09:18:11 	      ^^^^^^^^^^^^^^^^^^^
09:18:11 The serializable class ExceptionDiagnostic does not declare a static final serialVersionUID field of type long
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/migrate/ModelLoadHelper.java:[158] 
09:18:11 	Integer severityOpt = new Integer(resourceDiagnostic.getSeverity() == Diagnostic.ERROR ? 0 : 1);    
09:18:11 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The constructor Integer(int) is deprecated since version 9
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ElementSelectorExtension.java:[22] 
09:18:11 	import java.util.Observable;
09:18:11 	       ^^^^^^^^^^^^^^^^^^^^
09:18:11 The type Observable is deprecated since version 9
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ElementSelectorExtension.java:[31] 
09:18:11 	public abstract class ElementSelectorExtension extends Observable implements ModelSelectionPageExtension {
09:18:11 	                                                       ^^^^^^^^^^
09:18:11 The type Observable is deprecated since version 9
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ElementSelectorExtension.java:[63] 
09:18:11 	setChanged();
09:18:11 	^^^^^^^^^^^^
09:18:11 The method setChanged() from the type Observable is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ElementSelectorExtension.java:[64] 
09:18:11 	notifyObservers(selectedModelElement);
09:18:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The method notifyObservers(Object) from the type Observable is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[39] 
09:18:11 	import org.eclipse.core.runtime.SubProgressMonitor;
09:18:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The type SubProgressMonitor is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[198] 
09:18:11 	return new SubProgressMonitor(myProgress, 1);
09:18:11 	           ^^^^^^^^^^^^^^^^^^
09:18:11 The type SubProgressMonitor is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[198] 
09:18:11 	return new SubProgressMonitor(myProgress, 1);
09:18:11 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[274] 
09:18:11 	EclipseUtil.findOrCreateContainer(containerPath, false, (IPath) null, new SubProgressMonitor(pm, 1));
09:18:11 	                                                                          ^^^^^^^^^^^^^^^^^^
09:18:11 The type SubProgressMonitor is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[274] 
09:18:11 	EclipseUtil.findOrCreateContainer(containerPath, false, (IPath) null, new SubProgressMonitor(pm, 1));
09:18:11 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[275] 
09:18:11 	String genText = emitter.generate(new SubProgressMonitor(pm, 1), param);
09:18:11 	                                      ^^^^^^^^^^^^^^^^^^
09:18:11 The type SubProgressMonitor is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[275] 
09:18:11 	String genText = emitter.generate(new SubProgressMonitor(pm, 1), param);
09:18:11 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[287] 
09:18:11 	genText = mergePlainText(oldText, genText, f, new SubProgressMonitor(pm, 1));
09:18:11 	                                                  ^^^^^^^^^^^^^^^^^^
09:18:11 The type SubProgressMonitor is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[287] 
09:18:11 	genText = mergePlainText(oldText, genText, f, new SubProgressMonitor(pm, 1));
09:18:11 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[289] 
09:18:11 	f.setContents(new ByteArrayInputStream(genText.getBytes(charset)), true, true, new SubProgressMonitor(pm, 1));
09:18:11 	                                                                                   ^^^^^^^^^^^^^^^^^^
09:18:11 The type SubProgressMonitor is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[289] 
09:18:11 	f.setContents(new ByteArrayInputStream(genText.getBytes(charset)), true, true, new SubProgressMonitor(pm, 1));
09:18:11 	                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[294] 
09:18:11 	f.create(new ByteArrayInputStream(genText.getBytes(charset)), true, new SubProgressMonitor(pm, 2));
09:18:11 	                                                                        ^^^^^^^^^^^^^^^^^^
09:18:11 The type SubProgressMonitor is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[294] 
09:18:11 	f.create(new ByteArrayInputStream(genText.getBytes(charset)), true, new SubProgressMonitor(pm, 2));
09:18:11 	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[375] 
09:18:11 	String genText = emitter.generate(new SubProgressMonitor(pm, 2), input);
09:18:11 	                                      ^^^^^^^^^^^^^^^^^^
09:18:11 The type SubProgressMonitor is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[375] 
09:18:11 	String genText = emitter.generate(new SubProgressMonitor(pm, 2), input);
09:18:11 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[376] 
09:18:11 	IPackageFragment pf = myDestRoot.createPackageFragment(packageName, true, new SubProgressMonitor(pm, 1));
09:18:11 	                                                                              ^^^^^^^^^^^^^^^^^^
09:18:11 The type SubProgressMonitor is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[376] 
09:18:11 	IPackageFragment pf = myDestRoot.createPackageFragment(packageName, true, new SubProgressMonitor(pm, 1));
09:18:11 	                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[381] 
09:18:11 	workingCopy = cu.getWorkingCopy(new SubProgressMonitor(pm, 1));
09:18:11 	                                    ^^^^^^^^^^^^^^^^^^
09:18:11 The type SubProgressMonitor is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[381] 
09:18:11 	workingCopy = cu.getWorkingCopy(new SubProgressMonitor(pm, 1));
09:18:11 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[392] 
09:18:11 	getImportsPostrocessor().organizeImports(workingCopy, declaredImportsAsStrings, new SubProgressMonitor(pm, 1));
09:18:11 	                                                                                    ^^^^^^^^^^^^^^^^^^
09:18:11 The type SubProgressMonitor is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[392] 
09:18:11 	getImportsPostrocessor().organizeImports(workingCopy, declaredImportsAsStrings, new SubProgressMonitor(pm, 1));
09:18:11 	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:11 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[394] 
09:18:11 	workingCopy.commitWorkingCopy(true, new SubProgressMonitor(pm, 1)); // save to investigate contents
09:18:11 	                                        ^^^^^^^^^^^^^^^^^^
09:18:11 The type SubProgressMonitor is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[394] 
09:18:12 	workingCopy.commitWorkingCopy(true, new SubProgressMonitor(pm, 1)); // save to investigate contents
09:18:12 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:12 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[397] 
09:18:12 	genText = mergeJavaCode(oldContents, workingCopy.getSource(), new SubProgressMonitor(pm, 1));
09:18:12 	                                                                  ^^^^^^^^^^^^^^^^^^
09:18:12 The type SubProgressMonitor is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[397] 
09:18:12 	genText = mergeJavaCode(oldContents, workingCopy.getSource(), new SubProgressMonitor(pm, 1));
09:18:12 	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:12 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[402] 
09:18:12 	workingCopy.commitWorkingCopy(true, new SubProgressMonitor(pm, 1));
09:18:12 	                                        ^^^^^^^^^^^^^^^^^^
09:18:12 The type SubProgressMonitor is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[402] 
09:18:12 	workingCopy.commitWorkingCopy(true, new SubProgressMonitor(pm, 1));
09:18:12 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:12 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[411] 
09:18:12 	cu = pf.createCompilationUnit(cu.getElementName(), genText, true, new SubProgressMonitor(pm, 1));
09:18:12 	                                                                      ^^^^^^^^^^^^^^^^^^
09:18:12 The type SubProgressMonitor is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[411] 
09:18:12 	cu = pf.createCompilationUnit(cu.getElementName(), genText, true, new SubProgressMonitor(pm, 1));
09:18:12 	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:12 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[412] 
09:18:12 	getImportsPostrocessor().organizeImports(cu, null, new SubProgressMonitor(pm, 1));
09:18:12 	                                                       ^^^^^^^^^^^^^^^^^^
09:18:12 The type SubProgressMonitor is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[412] 
09:18:12 	getImportsPostrocessor().organizeImports(cu, null, new SubProgressMonitor(pm, 1));
09:18:12 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:12 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[415] 
09:18:12 	cu.save(new SubProgressMonitor(pm, 2), true);
09:18:12 	            ^^^^^^^^^^^^^^^^^^
09:18:12 The type SubProgressMonitor is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[415] 
09:18:12 	cu.save(new SubProgressMonitor(pm, 2), true);
09:18:12 	            ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:12 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[441] 
09:18:12 	EclipseUtil.findOrCreateContainer(containerPath, false, (IPath) null, new SubProgressMonitor(pm, 1));
09:18:12 	                                                                          ^^^^^^^^^^^^^^^^^^
09:18:12 The type SubProgressMonitor is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[441] 
09:18:12 	EclipseUtil.findOrCreateContainer(containerPath, false, (IPath) null, new SubProgressMonitor(pm, 1));
09:18:12 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:12 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[442] 
09:18:12 	byte[] contents = emitter.generate(new SubProgressMonitor(pm, 1), params);
09:18:12 	                                       ^^^^^^^^^^^^^^^^^^
09:18:12 The type SubProgressMonitor is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[442] 
09:18:12 	byte[] contents = emitter.generate(new SubProgressMonitor(pm, 1), params);
09:18:12 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:12 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[443] 
09:18:12 	f.create(new ByteArrayInputStream(contents), true, new SubProgressMonitor(pm, 1));
09:18:12 	                                                       ^^^^^^^^^^^^^^^^^^
09:18:12 The type SubProgressMonitor is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[443] 
09:18:12 	f.create(new ByteArrayInputStream(contents), true, new SubProgressMonitor(pm, 1));
09:18:12 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:12 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[444] 
09:18:12 	f.getParent().refreshLocal(IResource.DEPTH_ONE, new SubProgressMonitor(pm, 1));
09:18:12 	                                                    ^^^^^^^^^^^^^^^^^^
09:18:12 The type SubProgressMonitor is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[444] 
09:18:12 	f.getParent().refreshLocal(IResource.DEPTH_ONE, new SubProgressMonitor(pm, 1));
09:18:12 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:12 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[572] 
09:18:12 	private final Integer CACHE_MISS = new Integer(0);
09:18:12 	                                       ^^^^^^^^^^
09:18:12 The constructor Integer(int) is deprecated since version 9
09:18:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/migrate/FilteringCopier.java:[43] 
09:18:12 	public class FilteringCopier extends EcoreUtil.Copier {
09:18:12 	             ^^^^^^^^^^^^^^^
09:18:12 The serializable class FilteringCopier does not declare a static final serialVersionUID field of type long
09:18:12 56 problems (56 warnings)
09:18:12 [INFO] 
09:18:12 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.common ---
09:18:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:18:12 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:18:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/test/resources
09:18:12 [INFO] 
09:18:12 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.common ---
09:18:12 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-1.3.0-SNAPSHOT-sources.jar
09:18:12 [INFO] 
09:18:12 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.common ---
09:18:12 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-1.3.0-SNAPSHOT-sources.jar
09:18:12 [INFO] 
09:18:12 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.common ---
09:18:12 [INFO] 
09:18:12 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.common ---
09:18:12 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-1.3.0-SNAPSHOT.jar
09:18:12 [INFO] 
09:18:12 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.common ---
09:18:12 [INFO] 
09:18:12 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.common ---
09:18:12 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:18:12 [INFO] 
09:18:12 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.common ---
09:18:12 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-1.3.0-SNAPSHOT.jar
09:18:12 [INFO] 
09:18:12 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.common ---
09:18:12 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-1.3.0-SNAPSHOT.jar
09:18:14 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-1.3.0-SNAPSHOT-sources.jar
09:18:16 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-1.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:18:16 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-1.3.0-SNAPSHOT-sources.jar
09:18:17 [INFO] 
09:18:17 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.common ---
09:18:17 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-1.3.0-SNAPSHOT.jar
09:18:17 [INFO] 
09:18:17 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.common ---
09:18:17 [INFO] 
09:18:17 [INFO] --< org.eclipse.papyrus.gmf-tooling.tests:org.eclipse.papyrus.gmf.validate >--
09:18:17 [INFO] Building org.eclipse.papyrus.gmf.validate 1.2.0-SNAPSHOT         [16/90]
09:18:17 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:18:17 [INFO] 
09:18:17 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.validate ---
09:18:17 [INFO] 
09:18:17 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.validate ---
09:18:17 [INFO] The project's OSGi version is 1.2.0.202105031304
09:18:17 [INFO] 
09:18:17 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.validate ---
09:18:17 [INFO] 
09:18:17 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.validate ---
09:18:17 [INFO] 
09:18:17 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.validate ---
09:18:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:18:17 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:18:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/main/resources
09:18:17 [INFO] 
09:18:17 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.validate ---
09:18:17 [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/bin
09:18:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/org/eclipse/papyrus/gmf/internal/validate/ExternModelImport.java:[62] 
09:18:18 	this.importedModels.getURIConverter().getURIMap().putAll(EcorePlugin.computePlatformURIMap());
09:18:18 	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
09:18:18 The method computePlatformURIMap() from the type EcorePlugin is deprecated
09:18:18 2. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/org/eclipse/papyrus/gmf/validate/GMFValidator.java (at line 99)
09:18:18 	@SuppressWarnings("synthetic-access")
09:18:18 	                  ^^^^^^^^^^^^^^^^^^
09:18:18 At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored
09:18:18 3. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/org/eclipse/papyrus/gmf/validate/GMFValidator.java (at line 108)
09:18:18 	@SuppressWarnings("synthetic-access")
09:18:18 	                  ^^^^^^^^^^^^^^^^^^
09:18:18 At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored
09:18:18 4. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/org/eclipse/papyrus/gmf/validate/GMFValidator.java (at line 116)
09:18:18 	@SuppressWarnings("synthetic-access")
09:18:18 	                  ^^^^^^^^^^^^^^^^^^
09:18:18 At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored
09:18:18 5. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/org/eclipse/papyrus/gmf/internal/validate/Annotations.java (at line 77)
09:18:18 	@SuppressWarnings("hiding")
09:18:18 	                  ^^^^^^^^
09:18:18 At least one of the problems in category 'hiding' is not analysed due to a compiler option being ignored
09:18:18 5 problems (0 errors, 1 warning, 4 infos)
09:18:18 [INFO] 
09:18:18 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.validate ---
09:18:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:18:18 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:18:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/test/resources
09:18:18 [INFO] 
09:18:18 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.validate ---
09:18:18 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT-sources.jar
09:18:18 [INFO] 
09:18:18 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.validate ---
09:18:18 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT-sources.jar
09:18:18 [INFO] 
09:18:18 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.validate ---
09:18:18 [INFO] 
09:18:18 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.validate ---
09:18:18 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT.jar
09:18:18 [INFO] 
09:18:18 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.validate ---
09:18:18 [INFO] 
09:18:18 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.validate ---
09:18:18 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:18:18 [INFO] 
09:18:18 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.validate ---
09:18:18 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT.jar
09:18:19 [INFO] 
09:18:19 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.validate ---
09:18:19 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT.jar
09:18:20 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT-sources.jar
09:18:22 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:18:22 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT-sources.jar
09:18:23 [INFO] 
09:18:23 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.validate ---
09:18:23 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT.jar
09:18:23 [INFO] 
09:18:23 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.validate ---
09:18:23 [INFO] 
09:18:23 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen >--
09:18:23 [INFO] Building org.eclipse.papyrus.gmf.codegen 2.11.0-SNAPSHOT         [17/90]
09:18:23 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:18:24 [INFO] 
09:18:24 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.codegen ---
09:18:24 [INFO] 
09:18:24 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.codegen ---
09:18:24 [INFO] The project's OSGi version is 2.11.0.202105031304
09:18:24 [INFO] 
09:18:24 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.codegen ---
09:18:24 [INFO] 
09:18:24 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.codegen ---
09:18:24 [INFO] 
09:18:24 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.codegen ---
09:18:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:18:24 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:18:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/main/resources
09:18:24 [INFO] 
09:18:24 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.codegen ---
09:18:24 [INFO] Compiling 316 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/bin
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/CreateShortcutAction.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAction;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAction is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/LabelOffsetAttributes.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNotationElementTarget.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNotationElementTarget.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMeasurable;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMeasurable is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenVisualEffectImpl.java:[30] 
09:18:27 	import org.eclipse.ocl.types.TypeType;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.ocl.types.TypeType is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenVisualEffectImpl.java:[34] 
09:18:27 	import org.eclipse.papyrus.gmf.internal.xpand.util.ParserException;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.internal.xpand.util.ParserException is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenVisualEffectImpl.java:[294] 
09:18:27 	OCLHelper helper = ocl.createOCLHelper();
09:18:27 	^^^^^^^^^
09:18:27 OCLHelper is a raw type. References to generic type OCLHelper<C,O,P,CT> should be parameterized
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenVisualEffectImpl.java:[295] 
09:18:27 	helper.setContext(EcorePackage.eINSTANCE.getEClass());
09:18:27 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 Type safety: The method setContext(Object) belongs to the raw type OCLHelper. References to generic type OCLHelper<C,O,P,CT> should be parameterized
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenVisualEffectImpl.java:[307] 
09:18:27 	expr = helper.createQuery(expressionString);
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 Type safety: The expression of type OCLExpression needs unchecked conversion to conform to OCLExpression<EClassifier>
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenGroupMarker.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Viewmap.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Viewmap.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ViewmapLayoutType;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ViewmapLayoutType is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Viewmap.java:[118] 
09:18:27 	Attributes find(Class attributesClass);
09:18:27 	                ^^^^^
09:18:27 Class is a raw type. References to generic type Class<T> should be parameterized
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenParserImplementation.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParsers;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParsers is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenParserImplementation.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.LabelModelFacet;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.LabelModelFacet is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenStandardPreferencePage.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPreferencePage;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPreferencePage is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenStandardPreferencePage.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.StandardPreferencePages;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.StandardPreferencePages is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenContextMenu.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenContextMenu.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionManager;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionManager is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenTopLevelNode.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenTopLevelNode.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenNodeImpl.java:[48] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenVisualEffect;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenVisualEffect is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFixedInputsTemplateInvocation.java:[22] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomTemplateInput;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomTemplateInput is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFixedInputsTemplateInvocation.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTemplateInvocationBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTemplateInvocationBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorView.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ResizeConstraints.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFeatureInitializer.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFeatureSeqInitializer;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFeatureSeqInitializer is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/ViewmapImpl.java:[165] 
09:18:27 	public Attributes find(Class attributesClass) {
09:18:27 	                       ^^^^^
09:18:27 Class is a raw type. References to generic type Class<T> should be parameterized
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Separator.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ToolGroupItem;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ToolGroupItem is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDomainAttributeTarget.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ModeledViewmap.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkEnd.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkEnd.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFeatureSeqInitializer.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenElementInitializer;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenElementInitializer is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFeatureSeqInitializer.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFeatureInitializer;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFeatureInitializer is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFeatureSeqInitializer.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenReferenceNewElementSpec;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenReferenceNewElementSpec is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/StandardEntry.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.AbstractToolEntry;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.AbstractToolEntry is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/StandardEntry.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.StandardEntryKind;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.StandardEntryKind is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/CustomBehaviour.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.Behaviour;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.Behaviour is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenTemplateInvocationBase.java:[20] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomGeneratorExtension;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomGeneratorExtension is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLink.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLink.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLink.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkConstraints;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkConstraints is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLink.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkEnd;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkEnd is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLink.java:[28] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkLabel;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkLabel is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLink.java:[29] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkModelFacet;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkModelFacet is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenPreference.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomPreferencePage;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomPreferencePage is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFeatureValueSpec.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFeatureInitializer;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFeatureInitializer is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFeatureValueSpec.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDomainElementTarget.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDomainElementTarget.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMeasurable;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMeasurable is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/PredefinedParser.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParserImplementation;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParserImplementation is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/PredefinedParser.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.LabelTextAccessMethod;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.LabelTextAccessMethod is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkLabel.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLabel;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLabel is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkLabel.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkLabel.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkLabelAlignment;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkLabelAlignment is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNavigatorPathSegment.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNavigatorPathSegment.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigatorPath;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigatorPath is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolGroup.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.EntryBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.EntryBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolGroup.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.Palette;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.Palette is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolGroup.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ToolGroupItem;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ToolGroupItem is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenRGBColor.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenColor;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenColor is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenSeparator.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExpressionInterpreter.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExpressionInterpreter.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLanguage;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLanguage is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExpressionInterpreter.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenTemplateInvocation.java:[20] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomTemplateInput;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomTemplateInput is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenTemplateInvocation.java:[21] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTemplateInvocationBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTemplateInvocationBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/LoadResourceAction.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAction;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAction is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GMFGenPackage.java:[28] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GMFGenFactory;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GMFGenFactory is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExternalNodeLabel.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNodeLabel;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNodeLabel is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolEntry.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.AbstractToolEntry;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.AbstractToolEntry is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolEntry.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolEntry.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolEntry.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/templates.qvtlib/org/eclipse/papyrus/gmf/internal/codegen/util/GenModelAccessHelpers.java:[47] 
09:18:27 	URI genModelFromExtPoint = EcorePlugin.getEPackageNsURIToGenModelLocationMap().get(nsURI);
09:18:27 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The method getEPackageNsURIToGenModelLocationMap() from the type EcorePlugin is deprecated
09:18:27 77. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/templates.qvtlib/org/eclipse/papyrus/gmf/internal/codegen/util/GenModelAccessHelpers.java (at line 55)
09:18:27 	if (!ecoreModelURI.equals(nsURI)) { // owning resource points to some real stream
09:18:27 	                          ^^^^^
09:18:27 Unlikely argument type for equals(): String seems to be unrelated to URI
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditRule.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditContainer;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditContainer is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditRule.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditRoot;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditRoot is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditRule.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditRule.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditRule.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenRuleBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenRuleBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditRule.java:[28] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenSeverity;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenSeverity is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExpressionProviderBase.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderContainer;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderContainer is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExpressionProviderBase.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLanguage;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLanguage is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExpressionProviderBase.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCompartment.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCompartment.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCompartment.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenConstantColor.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.DiagramColors;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.DiagramColors is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenConstantColor.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenColor;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenColor is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/MetamodelType.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ElementType;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ElementType is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/LinkModelFacet.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ModelFacet;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ModelFacet is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagramElementTarget.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagramElementTarget.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagramElementTarget.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMeasurable;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMeasurable is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLabel.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLabel.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.LabelModelFacet;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.LabelModelFacet is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenSharedContributionItem.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ExpressionLabelParser.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ExpressionLabelParser.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParserImplementation;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParserImplementation is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ExpressionLabelParser.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GMFGenFactoryImpl.java:[31] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.*;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNodeLabel.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLabel;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLabel is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNodeLabel.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/SharedBehaviour.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.Behaviour;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.Behaviour is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenPreferencePage.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenPropertyTab.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertySheet;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertySheet is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/InitDiagramAction.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAction;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAction is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLiteralExpressionProvider.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[28] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.BatchValidation;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.BatchValidation is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[29] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.EditPartCandies;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.EditPartCandies is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[30] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.EditorCandies;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.EditorCandies is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[31] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[32] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildNode;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildNode is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[33] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[34] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCompartment;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCompartment is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[35] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContainerBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContainerBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[36] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagramPreferences;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagramPreferences is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[37] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[38] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[39] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[40] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPreferencePage;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPreferencePage is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[41] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTopLevelNode;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTopLevelNode is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[42] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkConstraints;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkConstraints is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[43] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.MeasurementUnit;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.MeasurementUnit is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[44] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.PackageNames;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.PackageNames is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[45] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.Palette;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.Palette is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[46] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ProviderClassNames;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ProviderClassNames is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[47] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.Shortcuts;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.Shortcuts is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[48] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.TypeModelFacet;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.TypeModelFacet is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditable.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditContext;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditContext is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditable.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenRuleTarget;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenRuleTarget is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenActionFactoryContributionItem.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/BatchValidation.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ProviderPriority;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ProviderPriority is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkConstraints.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkConstraints.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/EditorCandies.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorView;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorView is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/TypeModelFacet.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/TypeModelFacet.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenElementInitializer;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenElementInitializer is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/TypeModelFacet.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ModelFacet;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ModelFacet is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditedMetricTarget.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditedMetricTarget.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMetricRule;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMetricRule is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenChildNode.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenChildNode.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenChildNode.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/SnippetViewmap.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenChildContainer.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildNode;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildNode is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenChildContainer.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContainerBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContainerBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ParentAssignedViewmap.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenStandardPropertyTab.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTab;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTab is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Shortcuts.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ProviderPriority;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ProviderPriority is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Palette.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Palette.java:[28] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ToolGroup;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ToolGroup is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenConstraint.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNavigator.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDomainModelNavigator;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDomainModelNavigator is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNavigator.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNavigator.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigatorChildReference;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigatorChildReference is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/util/GMFGenSwitch.java:[23] 
09:18:27 	import java.util.List;
09:18:27 	       ^^^^^^^^^^^^^^
09:18:27 The import java.util.List is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/util/GMFGenSwitch.java:[25] 
09:18:27 	import org.eclipse.emf.ecore.EClass;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.emf.ecore.EClass is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/util/GMFGenSwitch.java:[30] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.*;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenStandardFont.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFont;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFont is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenStandardFont.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.JFaceFont;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.JFaceFont is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[28] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.DynamicModelAccess;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.DynamicModelAccess is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[29] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenApplication;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenApplication is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[30] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditRoot;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditRoot is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[31] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContextMenu;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContextMenu is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[32] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomGeneratorExtension;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomGeneratorExtension is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[33] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[34] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagramUpdater;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagramUpdater is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[35] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorView;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorView is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[36] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderContainer;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderContainer is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[37] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMetricContainer;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMetricContainer is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[38] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigator;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigator is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[39] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParsers;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParsers is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[40] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPlugin;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPlugin is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[41] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertySheet;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertySheet is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenPropertySheet.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenPropertySheet.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTab;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTab is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/DefaultSizeAttributes.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ElementType.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenApplication.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenApplication.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenApplication.java:[28] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMenuManager;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMenuManager is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenApplication.java:[29] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenToolBarManager;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenToolBarManager is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNavigatorPath.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigatorPathSegment;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigatorPathSegment is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/NotationType.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.ElementType;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.ElementType is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNode.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNode.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCompartment;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCompartment is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNode.java:[27] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNode.java:[28] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkEnd;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkEnd is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNode.java:[29] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNodeLabel;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNodeLabel is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNode.java:[30] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.TypeModelFacet;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.TypeModelFacet is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/util/Generator.java:[627] 
09:18:27 	doGenerateJavaClass(emitter, myEmitters.getAbstractParserName(myEditorGen.getLabelParsers()), myEditorGen.getLabelParsers());
09:18:27 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The method getAbstractParserName(Object...) from the type CodegenEmitters is deprecated
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/InnerClassViewmap.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/FeatureLinkModelFacet.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkModelFacet;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkModelFacet is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenContributionManager.java:[25] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenContributionManager.java:[26] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenElementInitializer.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.TypeModelFacet;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.TypeModelFacet is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenChildSideAffixedNode.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildNode;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildNode is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCustomGeneratorExtension.java:[22] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomTemplateInput;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomTemplateInput is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCustomGeneratorExtension.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCustomGeneratorExtension.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTemplateInvocationBase;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTemplateInvocationBase is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCustomPropertyTab.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTab;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTab is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCustomPropertyTab.java:[24] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTabFilter;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTabFilter is never used
09:18:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/CustomTabFilter.java:[23] 
09:18:27 	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTabFilter;
09:18:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:18:27 The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTabFilter is never used
09:18:27 206 problems (0 errors, 205 warnings, 1 info)
09:18:27 [INFO] 
09:18:27 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.codegen ---
09:18:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:18:27 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:18:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/test/resources
09:18:27 [INFO] 
09:18:27 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.codegen ---
09:18:27 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-2.11.0-SNAPSHOT-sources.jar
09:18:27 [INFO] 
09:18:27 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.codegen ---
09:18:28 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-2.11.0-SNAPSHOT-sources.jar
09:18:28 [INFO] 
09:18:28 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.codegen ---
09:18:28 [INFO] 
09:18:28 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.codegen ---
09:18:28 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-2.11.0-SNAPSHOT.jar
09:18:28 [INFO] 
09:18:28 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.codegen ---
09:18:28 [INFO] 
09:18:28 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.codegen ---
09:18:28 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:18:28 [INFO] 
09:18:28 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.codegen ---
09:18:28 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-2.11.0-SNAPSHOT.jar
09:18:31 [INFO] 
09:18:31 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.codegen ---
09:18:33 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-2.11.0-SNAPSHOT.jar
09:18:35 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-2.11.0-SNAPSHOT-sources.jar
09:18:37 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-2.11.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:18:37 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-2.11.0-SNAPSHOT-sources.jar
09:18:39 [INFO] 
09:18:39 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.codegen ---
09:18:39 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-2.11.0-SNAPSHOT.jar
09:18:40 [INFO] 
09:18:40 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.codegen ---
09:18:40 [INFO] 
09:18:40 [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.dev.types >----------
09:18:40 [INFO] Building org.eclipse.papyrus.dev.types 4.0.0-SNAPSHOT            [18/90]
09:18:40 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:18:40 [INFO] 
09:18:40 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.dev.types ---
09:18:40 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/xtend-gen (includes = [], excludes = [**/.gitignore])
09:18:40 [INFO] 
09:18:40 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.dev.types ---
09:18:40 [INFO] The project's OSGi version is 4.0.0.202105031304
09:18:40 [INFO] 
09:18:40 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.dev.types ---
09:18:40 [INFO] 
09:18:40 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.dev.types ---
09:18:40 [INFO] 
09:18:40 [INFO] --- xtend-maven-plugin:2.25.0.M1:compile (default) @ org.eclipse.papyrus.dev.types ---
09:21:16 WARNING: An illegal reflective access operation has occurred
09:21:16 WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/com/google/inject/guice/3.0/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
09:21:16 WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
09:21:16 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
09:21:16 WARNING: All illegal access operations will be denied in a future release
09:21:24 [INFO] 
09:21:24 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.dev.types ---
09:21:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:21:24 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:21:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/main/resources
09:21:24 [INFO] 
09:21:24 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.dev.types ---
09:21:24 [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/bin
09:21:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/view/RegistredElementTypesView.java:[69] 
09:21:25 	List<IClientContext> contexts = new ArrayList<>(ClientContextManager.getInstance().getClientContexts());
09:21:25 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:21:25 Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
09:21:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/view/RegistredElementTypesView.java:[69] 
09:21:25 	List<IClientContext> contexts = new ArrayList<>(ClientContextManager.getInstance().getClientContexts());
09:21:25 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:21:25 Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<IClientContext>
09:21:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/view/RegistredElementTypesView.java:[166] 
09:21:25 	elementTypesFilteredTree = new FilteredTree(sash, SWT.BORDER, new PatternFilter(), true);
09:21:25 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:21:25 The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
09:21:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/view/RegistredElementTypesView.java:[169] 
09:21:25 	detailsFilteredTree = new FilteredTree(sash, SWT.BORDER, new PatternFilter(), true);
09:21:25 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:21:25 The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
09:21:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/view/TypesConfigurationsListenerView.java:[180] 
09:21:25 	tree = new FilteredTree(sash, SWT.BORDER, new PatternFilter(), true);
09:21:25 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:21:25 The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
09:21:25 5 problems (5 warnings)
09:21:25 [INFO] 
09:21:25 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.dev.types ---
09:21:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:21:25 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:21:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/test/resources
09:21:25 [INFO] 
09:21:25 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.dev.types ---
09:21:25 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/target/org.eclipse.papyrus.dev.types-4.0.0-SNAPSHOT-sources.jar
09:21:25 [INFO] 
09:21:25 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.dev.types ---
09:21:25 [INFO] 
09:21:25 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.dev.types ---
09:21:25 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/target/org.eclipse.papyrus.dev.types-4.0.0-SNAPSHOT.jar
09:21:25 [INFO] 
09:21:25 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.dev.types ---
09:21:25 [INFO] 
09:21:25 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.dev.types ---
09:21:25 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:21:25 [INFO] 
09:21:25 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.dev.types ---
09:21:25 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/target/org.eclipse.papyrus.dev.types-4.0.0-SNAPSHOT.jar
09:21:25 [INFO] 
09:21:25 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.dev.types ---
09:21:26 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/target/org.eclipse.papyrus.dev.types-4.0.0-SNAPSHOT.jar
09:21:29 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/target/org.eclipse.papyrus.dev.types-4.0.0-SNAPSHOT-sources.jar
09:21:30 [INFO] 
09:21:30 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.dev.types ---
09:21:30 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/target/org.eclipse.papyrus.dev.types-4.0.0-SNAPSHOT.jar
09:21:31 [INFO] 
09:21:31 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.dev.types ---
09:21:31 [INFO] 
09:21:31 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.dev.pluginexplorer >-----
09:21:31 [INFO] Building org.eclipse.papyrus.dev.pluginexplorer 2.0.0-SNAPSHOT   [19/90]
09:21:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:21:32 [INFO] 
09:21:32 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:32 [INFO] 
09:21:32 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:32 [INFO] The project's OSGi version is 2.0.0.202105031304
09:21:32 [INFO] 
09:21:32 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:32 [INFO] 
09:21:32 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:32 [INFO] 
09:21:32 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:21:32 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:21:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/main/resources
09:21:32 [INFO] 
09:21:32 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:32 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/bin
09:21:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentView.java:[30] 
09:21:32 	import org.eclipse.jface.viewers.ViewerSorter;
09:21:32 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:21:32 The type ViewerSorter is deprecated
09:21:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentView.java:[93] 
09:21:32 	tree.setSorter(getViewerSorter());
09:21:32 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:21:32 The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
09:21:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentView.java:[130] 
09:21:32 	private ViewerSorter getViewerSorter() {
09:21:32 	        ^^^^^^^^^^^^
09:21:32 The type ViewerSorter is deprecated
09:21:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentView.java:[131] 
09:21:32 	return new ViewerSorter() {
09:21:32 	           ^^^^^^^^^^^^
09:21:32 The type ViewerSorter is deprecated
09:21:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentView.java:[131] 
09:21:32 	return new ViewerSorter() {
09:21:32 			@Override
09:21:32 			public int compare(Viewer viewer, Object e1, Object e2) {
09:21:32 				if (e1 instanceof Bundle) {
09:21:32 					Bundle b1 = (Bundle) e1;
09:21:32 					Bundle b2 = (Bundle) e2;
09:21:32 					return b1.getSymbolicName().compareTo(b2.getSymbolicName());
09:21:32 				} else if (e1 instanceof File) {
09:21:32 					File f1 = (File) e1;
09:21:32 					File f2 = (File) e2;
09:21:32 					return (f1.getName().compareTo(f2.getName()));
09:21:32 				}
09:21:32 				return super.compare(viewer, e1, e2);
09:21:32 			}
09:21:32 		};
09:21:32 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:21:32 The constructor ViewerSorter() is deprecated
09:21:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentDialog.java:[28] 
09:21:32 	import org.eclipse.jface.viewers.ViewerSorter;
09:21:32 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:21:32 The type ViewerSorter is deprecated
09:21:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentDialog.java:[117] 
09:21:32 	tree.setSorter(getViewerSorter());
09:21:32 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:21:32 The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
09:21:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentDialog.java:[179] 
09:21:32 	private ViewerSorter getViewerSorter() {
09:21:32 	        ^^^^^^^^^^^^
09:21:32 The type ViewerSorter is deprecated
09:21:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentDialog.java:[180] 
09:21:32 	return new ViewerSorter() {
09:21:32 	           ^^^^^^^^^^^^
09:21:32 The type ViewerSorter is deprecated
09:21:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentDialog.java:[180] 
09:21:32 	return new ViewerSorter() {
09:21:32 			@Override
09:21:32 			public int compare(Viewer viewer, Object e1, Object e2) {
09:21:32 				if (e1 instanceof Bundle) {
09:21:32 					Bundle b1 = (Bundle) e1;
09:21:32 					Bundle b2 = (Bundle) e2;
09:21:32 					return b1.getSymbolicName().compareTo(b2.getSymbolicName());
09:21:32 				} else if (e1 instanceof File) {
09:21:32 					File f1 = (File) e1;
09:21:32 					File f2 = (File) e2;
09:21:32 					return (f1.getName().compareTo(f2.getName()));
09:21:32 				}
09:21:32 				return super.compare(viewer, e1, e2);
09:21:32 			}
09:21:32 		};
09:21:32 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:21:32 The constructor ViewerSorter() is deprecated
09:21:32 10 problems (10 warnings)
09:21:32 [INFO] 
09:21:32 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:21:32 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:21:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/test/resources
09:21:32 [INFO] 
09:21:32 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:32 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/target/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT-sources.jar
09:21:32 [INFO] 
09:21:32 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:32 [INFO] 
09:21:32 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:32 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/target/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT.jar
09:21:32 [INFO] 
09:21:32 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:32 [INFO] 
09:21:32 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:32 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:21:32 [INFO] 
09:21:32 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:32 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/target/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT.jar
09:21:32 [INFO] 
09:21:32 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:33 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/target/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT.jar
09:21:34 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/target/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT-sources.jar
09:21:36 [INFO] 
09:21:36 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:36 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/target/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT.jar
09:21:36 [INFO] 
09:21:36 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.dev.pluginexplorer ---
09:21:36 [INFO] 
09:21:36 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.debug.feature >--------
09:21:36 [INFO] Building org.eclipse.papyrus.debug.feature 1.0.0-SNAPSHOT        [20/90]
09:21:36 [INFO] --------------------------[ eclipse-feature ]---------------------------
09:21:36 [INFO] 
09:21:36 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.debug.feature ---
09:21:36 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/target
09:21:36 [INFO] 
09:21:36 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.debug.feature ---
09:21:36 [INFO] The project's OSGi version is 1.0.0.202105031304
09:21:36 [INFO] 
09:21:36 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.debug.feature ---
09:21:36 [INFO] 
09:21:36 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.debug.feature ---
09:21:36 [INFO] 
09:21:36 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.debug.feature ---
09:21:36 [INFO] 
09:21:36 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.debug.feature ---
09:21:36 [INFO] 
09:21:36 [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.debug.feature ---
09:21:36 [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
09:21:36 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/target/org.eclipse.papyrus.debug.feature-1.0.0-SNAPSHOT.jar
09:21:36 [INFO] 
09:21:36 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.debug.feature ---
09:21:36 [INFO] 
09:21:36 [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.debug.feature ---
09:21:36 [INFO] 
09:21:36 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.debug.feature ---
09:21:36 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:21:37 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/target/org.eclipse.papyrus.debug.feature-1.0.0-SNAPSHOT-sources-feature.jar
09:21:37 [INFO] 
09:21:37 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.debug.feature ---
09:21:37 [INFO] 
09:21:37 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.debug.feature ---
09:21:37 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/target/org.eclipse.papyrus.debug.feature-1.0.0-SNAPSHOT.jar
09:21:38 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/target/org.eclipse.papyrus.debug.feature-1.0.0-SNAPSHOT-sources-feature.jar
09:21:39 [INFO] 
09:21:39 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.debug.feature ---
09:21:39 [INFO] 
09:21:39 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.debug.feature ---
09:21:39 [INFO] 
09:21:39 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef >--
09:21:39 [INFO] Building org.eclipse.papyrus.gmf.graphdef 2.9.0-SNAPSHOT         [21/90]
09:21:39 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:21:39 [INFO] 
09:21:39 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:39 [INFO] 
09:21:39 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:39 [INFO] The project's OSGi version is 2.9.0.202105031304
09:21:39 [INFO] 
09:21:39 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:39 [INFO] 
09:21:39 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:39 [INFO] 
09:21:39 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:21:39 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:21:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/src/main/resources
09:21:39 [INFO] 
09:21:39 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:39 [INFO] Compiling 161 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/bin
09:21:41 [INFO] 
09:21:41 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:21:41 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:21:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/src/test/resources
09:21:41 [INFO] 
09:21:41 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:41 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/target/org.eclipse.papyrus.gmf.graphdef-2.9.0-SNAPSHOT-sources.jar
09:21:41 [INFO] 
09:21:41 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:41 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/target/org.eclipse.papyrus.gmf.graphdef-2.9.0-SNAPSHOT-sources.jar
09:21:41 [INFO] 
09:21:41 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:41 [INFO] 
09:21:41 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:41 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/target/org.eclipse.papyrus.gmf.graphdef-2.9.0-SNAPSHOT.jar
09:21:41 [INFO] 
09:21:41 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:41 [INFO] 
09:21:41 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:41 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:21:41 [INFO] 
09:21:41 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:41 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/target/org.eclipse.papyrus.gmf.graphdef-2.9.0-SNAPSHOT.jar
09:21:42 [INFO] 
09:21:42 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:42 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/target/org.eclipse.papyrus.gmf.graphdef-2.9.0-SNAPSHOT.jar
09:21:43 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/target/org.eclipse.papyrus.gmf.graphdef-2.9.0-SNAPSHOT-sources.jar
09:21:45 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/target/org.eclipse.papyrus.gmf.graphdef-2.9.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:21:45 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/target/org.eclipse.papyrus.gmf.graphdef-2.9.0-SNAPSHOT-sources.jar
09:21:47 [INFO] 
09:21:47 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:47 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef/target/org.eclipse.papyrus.gmf.graphdef-2.9.0-SNAPSHOT.jar
09:21:47 [INFO] 
09:21:47 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.graphdef ---
09:21:47 [INFO] 
09:21:47 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.tooldef >--
09:21:47 [INFO] Building org.eclipse.papyrus.gmf.tooldef 2.3.0-SNAPSHOT          [22/90]
09:21:47 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:21:47 [INFO] 
09:21:47 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:47 [INFO] 
09:21:47 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:47 [INFO] The project's OSGi version is 2.3.0.202105031304
09:21:47 [INFO] 
09:21:47 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:47 [INFO] 
09:21:47 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:47 [INFO] 
09:21:47 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:21:47 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:21:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/src/main/resources
09:21:47 [INFO] 
09:21:47 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:47 [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/bin
09:21:47 [INFO] 
09:21:47 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:21:47 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:21:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/src/test/resources
09:21:47 [INFO] 
09:21:47 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:48 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/target/org.eclipse.papyrus.gmf.tooldef-2.3.0-SNAPSHOT-sources.jar
09:21:48 [INFO] 
09:21:48 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:48 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/target/org.eclipse.papyrus.gmf.tooldef-2.3.0-SNAPSHOT-sources.jar
09:21:48 [INFO] 
09:21:48 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:48 [INFO] 
09:21:48 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:48 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/target/org.eclipse.papyrus.gmf.tooldef-2.3.0-SNAPSHOT.jar
09:21:48 [INFO] 
09:21:48 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:48 [INFO] 
09:21:48 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:48 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:21:48 [INFO] 
09:21:48 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:48 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/target/org.eclipse.papyrus.gmf.tooldef-2.3.0-SNAPSHOT.jar
09:21:48 [INFO] 
09:21:48 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:48 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/target/org.eclipse.papyrus.gmf.tooldef-2.3.0-SNAPSHOT.jar
09:21:49 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/target/org.eclipse.papyrus.gmf.tooldef-2.3.0-SNAPSHOT-sources.jar
09:21:51 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/target/org.eclipse.papyrus.gmf.tooldef-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:21:51 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/target/org.eclipse.papyrus.gmf.tooldef-2.3.0-SNAPSHOT-sources.jar
09:21:53 [INFO] 
09:21:53 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:53 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef/target/org.eclipse.papyrus.gmf.tooldef-2.3.0-SNAPSHOT.jar
09:21:53 [INFO] 
09:21:53 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.tooldef ---
09:21:53 [INFO] 
09:21:53 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.map >--
09:21:53 [INFO] Building org.eclipse.papyrus.gmf.map 2.9.0-SNAPSHOT              [23/90]
09:21:53 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:21:53 [INFO] 
09:21:53 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.map ---
09:21:53 [INFO] 
09:21:53 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.map ---
09:21:53 [INFO] The project's OSGi version is 2.9.0.202105031304
09:21:53 [INFO] 
09:21:53 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.map ---
09:21:53 [INFO] 
09:21:53 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.map ---
09:21:53 [INFO] 
09:21:53 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.map ---
09:21:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:21:53 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:21:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/src/main/resources
09:21:53 [INFO] 
09:21:53 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.map ---
09:21:53 [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/bin
09:21:54 [INFO] 
09:21:54 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.map ---
09:21:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:21:54 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:21:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/src/test/resources
09:21:54 [INFO] 
09:21:54 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.map ---
09:21:54 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/target/org.eclipse.papyrus.gmf.map-2.9.0-SNAPSHOT-sources.jar
09:21:54 [INFO] 
09:21:54 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.map ---
09:21:54 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/target/org.eclipse.papyrus.gmf.map-2.9.0-SNAPSHOT-sources.jar
09:21:54 [INFO] 
09:21:54 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.map ---
09:21:54 [INFO] 
09:21:54 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.map ---
09:21:54 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/target/org.eclipse.papyrus.gmf.map-2.9.0-SNAPSHOT.jar
09:21:54 [INFO] 
09:21:54 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.map ---
09:21:54 [INFO] 
09:21:54 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.map ---
09:21:54 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:21:54 [INFO] 
09:21:54 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.map ---
09:21:54 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/target/org.eclipse.papyrus.gmf.map-2.9.0-SNAPSHOT.jar
09:21:55 [INFO] 
09:21:55 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.map ---
09:21:55 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/target/org.eclipse.papyrus.gmf.map-2.9.0-SNAPSHOT.jar
09:21:57 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/target/org.eclipse.papyrus.gmf.map-2.9.0-SNAPSHOT-sources.jar
09:22:00 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/target/org.eclipse.papyrus.gmf.map-2.9.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:22:00 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/target/org.eclipse.papyrus.gmf.map-2.9.0-SNAPSHOT-sources.jar
09:22:01 [INFO] 
09:22:01 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.map ---
09:22:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map/target/org.eclipse.papyrus.gmf.map-2.9.0-SNAPSHOT.jar
09:22:03 [INFO] 
09:22:03 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.map ---
09:22:03 [INFO] 
09:22:03 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef.codegen >--
09:22:03 [INFO] Building org.eclipse.papyrus.gmf.graphdef.codegen 2.10.0-SNAPSHOT [24/90]
09:22:03 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:22:03 [INFO] 
09:22:03 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] 
09:22:03 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] The project's OSGi version is 2.10.0.202105031304
09:22:03 [INFO] 
09:22:03 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] 
09:22:03 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] 
09:22:03 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:03 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/src/main/resources
09:22:03 [INFO] 
09:22:03 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/bin
09:22:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/src/org/eclipse/papyrus/gmf/internal/graphdef/codegen/DiagramElementsCopier.java:[24] 
09:22:03 	class DiagramElementsCopier extends EcoreUtil.Copier {
09:22:03 	      ^^^^^^^^^^^^^^^^^^^^^
09:22:03 The serializable class DiagramElementsCopier does not declare a static final serialVersionUID field of type long
09:22:03 1 problem (1 warning)
09:22:03 [INFO] 
09:22:03 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:03 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/src/test/resources
09:22:03 [INFO] 
09:22:03 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/target/org.eclipse.papyrus.gmf.graphdef.codegen-2.10.0-SNAPSHOT-sources.jar
09:22:03 [INFO] 
09:22:03 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/target/org.eclipse.papyrus.gmf.graphdef.codegen-2.10.0-SNAPSHOT-sources.jar
09:22:03 [INFO] 
09:22:03 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] 
09:22:03 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/target/org.eclipse.papyrus.gmf.graphdef.codegen-2.10.0-SNAPSHOT.jar
09:22:03 [INFO] 
09:22:03 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] 
09:22:03 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:22:03 [INFO] 
09:22:03 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/target/org.eclipse.papyrus.gmf.graphdef.codegen-2.10.0-SNAPSHOT.jar
09:22:03 [INFO] 
09:22:03 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:03 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/target/org.eclipse.papyrus.gmf.graphdef.codegen-2.10.0-SNAPSHOT.jar
09:22:06 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/target/org.eclipse.papyrus.gmf.graphdef.codegen-2.10.0-SNAPSHOT-sources.jar
09:22:08 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/target/org.eclipse.papyrus.gmf.graphdef.codegen-2.10.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:22:08 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/target/org.eclipse.papyrus.gmf.graphdef.codegen-2.10.0-SNAPSHOT-sources.jar
09:22:09 [INFO] 
09:22:09 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:09 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen/target/org.eclipse.papyrus.gmf.graphdef.codegen-2.10.0-SNAPSHOT.jar
09:22:10 [INFO] 
09:22:10 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.graphdef.codegen ---
09:22:10 [INFO] 
09:22:10 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge >--
09:22:10 [INFO] Building org.eclipse.papyrus.gmf.bridge 1.3.1-SNAPSHOT           [25/90]
09:22:10 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:22:10 [INFO] 
09:22:10 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [INFO] 
09:22:10 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [INFO] The project's OSGi version is 1.3.1.202105031304
09:22:10 [INFO] 
09:22:10 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [INFO] 
09:22:10 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [INFO] 
09:22:10 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:10 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/src/main/resources
09:22:10 [INFO] 
09:22:10 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/bin
09:22:10 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/src/org/eclipse/papyrus/gmf/internal/bridge/genmodel/BasicGenModelAccess.java:[66] 
09:22:10 	return EcorePlugin.getEPackageNsURIToGenModelLocationMap().get(nsURI);
09:22:10 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:10 The method getEPackageNsURIToGenModelLocationMap() from the type EcorePlugin is deprecated
09:22:10 1 problem (1 warning)
09:22:10 [INFO] 
09:22:10 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:10 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/src/test/resources
09:22:10 [INFO] 
09:22:10 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/target/org.eclipse.papyrus.gmf.bridge-1.3.1-SNAPSHOT-sources.jar
09:22:10 [INFO] 
09:22:10 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/target/org.eclipse.papyrus.gmf.bridge-1.3.1-SNAPSHOT-sources.jar
09:22:10 [INFO] 
09:22:10 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [INFO] 
09:22:10 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/target/org.eclipse.papyrus.gmf.bridge-1.3.1-SNAPSHOT.jar
09:22:10 [INFO] 
09:22:10 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [INFO] 
09:22:10 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:22:10 [INFO] 
09:22:10 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.bridge ---
09:22:10 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/target/org.eclipse.papyrus.gmf.bridge-1.3.1-SNAPSHOT.jar
09:22:10 [INFO] 
09:22:10 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.bridge ---
09:22:11 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/target/org.eclipse.papyrus.gmf.bridge-1.3.1-SNAPSHOT.jar
09:22:12 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/target/org.eclipse.papyrus.gmf.bridge-1.3.1-SNAPSHOT-sources.jar
09:22:13 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/target/org.eclipse.papyrus.gmf.bridge-1.3.1-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:22:13 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/target/org.eclipse.papyrus.gmf.bridge-1.3.1-SNAPSHOT-sources.jar
09:22:14 [INFO] 
09:22:14 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.bridge ---
09:22:14 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge/target/org.eclipse.papyrus.gmf.bridge-1.3.1-SNAPSHOT.jar
09:22:14 [INFO] 
09:22:14 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.bridge ---
09:22:14 [INFO] 
09:22:14 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge.trace >--
09:22:14 [INFO] Building org.eclipse.papyrus.gmf.bridge.trace 1.3.0-SNAPSHOT     [26/90]
09:22:14 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:22:14 [INFO] 
09:22:14 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:14 [INFO] 
09:22:14 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:14 [INFO] The project's OSGi version is 1.3.0.202105031304
09:22:14 [INFO] 
09:22:14 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:14 [INFO] 
09:22:14 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:14 [INFO] 
09:22:14 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:14 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:14 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/src/main/resources
09:22:14 [INFO] 
09:22:14 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:14 [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/bin
09:22:15 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/src/org/eclipse/papyrus/gmf/internal/bridge/trace/impl/AbstractTraceImpl.java:[155] 
09:22:15 	return new Integer(getVisualID());
09:22:15 	           ^^^^^^^^^^^^^^^^^^^^^^
09:22:15 The constructor Integer(int) is deprecated since version 9
09:22:15 1 problem (1 warning)
09:22:15 [INFO] 
09:22:15 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:15 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/src/test/resources
09:22:15 [INFO] 
09:22:15 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:15 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/target/org.eclipse.papyrus.gmf.bridge.trace-1.3.0-SNAPSHOT-sources.jar
09:22:15 [INFO] 
09:22:15 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:15 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/target/org.eclipse.papyrus.gmf.bridge.trace-1.3.0-SNAPSHOT-sources.jar
09:22:15 [INFO] 
09:22:15 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:15 [INFO] 
09:22:15 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:15 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/target/org.eclipse.papyrus.gmf.bridge.trace-1.3.0-SNAPSHOT.jar
09:22:15 [INFO] 
09:22:15 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:15 [INFO] 
09:22:15 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:15 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:22:15 [INFO] 
09:22:15 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:15 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/target/org.eclipse.papyrus.gmf.bridge.trace-1.3.0-SNAPSHOT.jar
09:22:15 [INFO] 
09:22:15 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:17 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/target/org.eclipse.papyrus.gmf.bridge.trace-1.3.0-SNAPSHOT.jar
09:22:19 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/target/org.eclipse.papyrus.gmf.bridge.trace-1.3.0-SNAPSHOT-sources.jar
09:22:21 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/target/org.eclipse.papyrus.gmf.bridge.trace-1.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:22:21 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/target/org.eclipse.papyrus.gmf.bridge.trace-1.3.0-SNAPSHOT-sources.jar
09:22:22 [INFO] 
09:22:22 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:22 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.trace/target/org.eclipse.papyrus.gmf.bridge.trace-1.3.0-SNAPSHOT.jar
09:22:22 [INFO] 
09:22:22 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.bridge.trace ---
09:22:22 [INFO] 
09:22:22 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef.edit >--
09:22:22 [INFO] Building org.eclipse.papyrus.gmf.graphdef.edit 2.9.0-SNAPSHOT    [27/90]
09:22:22 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:22:22 [INFO] 
09:22:22 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:22 [INFO] 
09:22:22 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:22 [INFO] The project's OSGi version is 2.9.0.202105031304
09:22:22 [INFO] 
09:22:22 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:22 [INFO] 
09:22:22 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:22 [INFO] 
09:22:22 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:22 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/src/main/resources
09:22:22 [INFO] 
09:22:22 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:22 [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/bin
09:22:23 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/src/org/eclipse/papyrus/gmf/gmfgraph/presentation/GMFGraphEditor.java:[1054] 
09:22:23 	public Object getAdapter(Class key) {
09:22:23 	                         ^^^^^
09:22:23 Class is a raw type. References to generic type Class<T> should be parameterized
09:22:23 1 problem (1 warning)
09:22:23 [INFO] 
09:22:23 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:23 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/src/test/resources
09:22:23 [INFO] 
09:22:23 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:23 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/target/org.eclipse.papyrus.gmf.graphdef.edit-2.9.0-SNAPSHOT-sources.jar
09:22:23 [INFO] 
09:22:23 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:23 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/target/org.eclipse.papyrus.gmf.graphdef.edit-2.9.0-SNAPSHOT-sources.jar
09:22:23 [INFO] 
09:22:23 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:23 [INFO] 
09:22:23 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:23 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/target/org.eclipse.papyrus.gmf.graphdef.edit-2.9.0-SNAPSHOT.jar
09:22:23 [INFO] 
09:22:23 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:23 [INFO] 
09:22:23 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:23 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:22:23 [INFO] 
09:22:23 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:23 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/target/org.eclipse.papyrus.gmf.graphdef.edit-2.9.0-SNAPSHOT.jar
09:22:23 [INFO] 
09:22:23 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:25 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/target/org.eclipse.papyrus.gmf.graphdef.edit-2.9.0-SNAPSHOT.jar
09:22:27 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/target/org.eclipse.papyrus.gmf.graphdef.edit-2.9.0-SNAPSHOT-sources.jar
09:22:29 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/target/org.eclipse.papyrus.gmf.graphdef.edit-2.9.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:22:29 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/target/org.eclipse.papyrus.gmf.graphdef.edit-2.9.0-SNAPSHOT-sources.jar
09:22:31 [INFO] 
09:22:31 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:31 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.edit/target/org.eclipse.papyrus.gmf.graphdef.edit-2.9.0-SNAPSHOT.jar
09:22:32 [INFO] 
09:22:32 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.graphdef.edit ---
09:22:32 [INFO] 
09:22:32 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.tooldef.edit >--
09:22:32 [INFO] Building org.eclipse.papyrus.gmf.tooldef.edit 2.3.0-SNAPSHOT     [28/90]
09:22:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:22:32 [INFO] 
09:22:32 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:32 [INFO] 
09:22:32 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:32 [INFO] The project's OSGi version is 2.3.0.202105031304
09:22:32 [INFO] 
09:22:32 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:32 [INFO] 
09:22:32 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:32 [INFO] 
09:22:32 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:32 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/src/main/resources
09:22:32 [INFO] 
09:22:32 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:32 [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/bin
09:22:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/src/org/eclipse/papyrus/gmf/tooldef/presentation/GMFToolEditor.java:[985] 
09:22:33 	public Object getAdapter(Class key) {
09:22:33 	                         ^^^^^
09:22:33 Class is a raw type. References to generic type Class<T> should be parameterized
09:22:33 1 problem (1 warning)
09:22:33 [INFO] 
09:22:33 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:33 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/src/test/resources
09:22:33 [INFO] 
09:22:33 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:33 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/target/org.eclipse.papyrus.gmf.tooldef.edit-2.3.0-SNAPSHOT-sources.jar
09:22:33 [INFO] 
09:22:33 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:33 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/target/org.eclipse.papyrus.gmf.tooldef.edit-2.3.0-SNAPSHOT-sources.jar
09:22:34 [INFO] 
09:22:34 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:34 [INFO] 
09:22:34 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:34 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/target/org.eclipse.papyrus.gmf.tooldef.edit-2.3.0-SNAPSHOT.jar
09:22:34 [INFO] 
09:22:34 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:34 [INFO] 
09:22:34 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:34 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:22:34 [INFO] 
09:22:34 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:34 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/target/org.eclipse.papyrus.gmf.tooldef.edit-2.3.0-SNAPSHOT.jar
09:22:34 [INFO] 
09:22:34 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:35 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/target/org.eclipse.papyrus.gmf.tooldef.edit-2.3.0-SNAPSHOT.jar
09:22:36 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/target/org.eclipse.papyrus.gmf.tooldef.edit-2.3.0-SNAPSHOT-sources.jar
09:22:38 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/target/org.eclipse.papyrus.gmf.tooldef.edit-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:22:38 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/target/org.eclipse.papyrus.gmf.tooldef.edit-2.3.0-SNAPSHOT-sources.jar
09:22:40 [INFO] 
09:22:40 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:40 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.tooldef.edit/target/org.eclipse.papyrus.gmf.tooldef.edit-2.3.0-SNAPSHOT.jar
09:22:40 [INFO] 
09:22:40 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.tooldef.edit ---
09:22:40 [INFO] 
09:22:40 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.map.edit >--
09:22:40 [INFO] Building org.eclipse.papyrus.gmf.map.edit 2.9.0-SNAPSHOT         [29/90]
09:22:40 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:22:40 [INFO] 
09:22:40 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:40 [INFO] 
09:22:40 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:40 [INFO] The project's OSGi version is 2.9.0.202105031304
09:22:40 [INFO] 
09:22:40 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:40 [INFO] 
09:22:40 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:40 [INFO] 
09:22:40 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:40 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/src/main/resources
09:22:40 [INFO] 
09:22:40 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:40 [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/bin
09:22:40 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/src/org/eclipse/papyrus/gmf/mappings/presentation/GMFMapEditor.java:[655] 
09:22:40 	editingDomain.getResourceSet().getURIConverter().getURIMap().putAll(EcorePlugin.computePlatformURIMap());
09:22:40 	                                                                                ^^^^^^^^^^^^^^^^^^^^^^^
09:22:40 The method computePlatformURIMap() from the type EcorePlugin is deprecated
09:22:40 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/src/org/eclipse/papyrus/gmf/mappings/presentation/GMFMapEditor.java:[1057] 
09:22:40 	public Object getAdapter(Class key) {
09:22:40 	       ^^^^^^
09:22:40 Type safety: The return type Object for getAdapter(Class) from the type GMFMapEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart
09:22:40 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/src/org/eclipse/papyrus/gmf/mappings/presentation/GMFMapEditor.java:[1068] 
09:22:40 	return super.getAdapter(key);
09:22:40 	       ^^^^^^^^^^^^^^^^^^^^^
09:22:40 Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type MultiPageEditorPart
09:22:40 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/src/org/eclipse/papyrus/gmf/mappings/presentation/GMFMapEditor.java:[1068] 
09:22:40 	return super.getAdapter(key);
09:22:40 	                        ^^^
09:22:40 Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
09:22:40 4 problems (4 warnings)
09:22:40 [INFO] 
09:22:40 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:40 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/src/test/resources
09:22:40 [INFO] 
09:22:40 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:40 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/target/org.eclipse.papyrus.gmf.map.edit-2.9.0-SNAPSHOT-sources.jar
09:22:40 [INFO] 
09:22:40 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:40 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/target/org.eclipse.papyrus.gmf.map.edit-2.9.0-SNAPSHOT-sources.jar
09:22:40 [INFO] 
09:22:40 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:40 [INFO] 
09:22:40 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:41 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/target/org.eclipse.papyrus.gmf.map.edit-2.9.0-SNAPSHOT.jar
09:22:41 [INFO] 
09:22:41 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:41 [INFO] 
09:22:41 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:41 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:22:41 [INFO] 
09:22:41 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:41 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/target/org.eclipse.papyrus.gmf.map.edit-2.9.0-SNAPSHOT.jar
09:22:41 [INFO] 
09:22:41 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:41 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/target/org.eclipse.papyrus.gmf.map.edit-2.9.0-SNAPSHOT.jar
09:22:43 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/target/org.eclipse.papyrus.gmf.map.edit-2.9.0-SNAPSHOT-sources.jar
09:22:44 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/target/org.eclipse.papyrus.gmf.map.edit-2.9.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:22:44 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/target/org.eclipse.papyrus.gmf.map.edit-2.9.0-SNAPSHOT-sources.jar
09:22:46 [INFO] 
09:22:46 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:46 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.map.edit/target/org.eclipse.papyrus.gmf.map.edit-2.9.0-SNAPSHOT.jar
09:22:46 [INFO] 
09:22:46 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.map.edit ---
09:22:46 [INFO] 
09:22:46 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge.ui >--
09:22:46 [INFO] Building org.eclipse.papyrus.gmf.bridge.ui 1.5.1-SNAPSHOT        [30/90]
09:22:46 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:22:46 [INFO] 
09:22:46 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:46 [INFO] 
09:22:46 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:46 [INFO] The project's OSGi version is 1.5.1.202105031304
09:22:46 [INFO] 
09:22:46 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:46 [INFO] 
09:22:46 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:46 [INFO] 
09:22:46 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:46 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/main/resources
09:22:46 [INFO] 
09:22:46 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:46 [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/bin
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelWizard.java:[104] 
09:22:47 	rs.getURIConverter().getURIMap().putAll(EcorePlugin.computePlatformURIMap());
09:22:47 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The method computePlatformURIMap() from the type EcorePlugin is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[20] 
09:22:47 	import java.util.Observable;
09:22:47 	       ^^^^^^^^^^^^^^^^^^^^
09:22:47 The type Observable is deprecated since version 9
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[21] 
09:22:47 	import java.util.Observer;
09:22:47 	       ^^^^^^^^^^^^^^^^^^
09:22:47 The type Observer is deprecated since version 9
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[118] 
09:22:47 	refPages.getDomainModelExt().addObserver(new Observer() {
09:22:47 			public void update(Observable o, Object arg) {
09:22:47 				CanvasMapping cm = myHolder.getMapping().getDiagram();
09:22:47 				cm.setDomainModel((EPackage) arg);
09:22:47 			}
09:22:47 		});
09:22:47 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The method addObserver(Observer) from the type Observable is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[118] 
09:22:47 	refPages.getDomainModelExt().addObserver(new Observer() {
09:22:47 	                                             ^^^^^^^^
09:22:47 The type Observer is deprecated since version 9
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[120] 
09:22:47 	public void update(Observable o, Object arg) {
09:22:47 	                   ^^^^^^^^^^
09:22:47 The type Observable is deprecated since version 9
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[125] 
09:22:47 	refPages.getDomainElementExt().addObserver(new Observer() {
09:22:47 			public void update(Observable o, Object arg) {
09:22:47 				CanvasMapping cm = myHolder.getMapping().getDiagram();
09:22:47 				cm.setDomainMetaElement((EClass) arg);
09:22:47 			}
09:22:47 		});
09:22:47 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The method addObserver(Observer) from the type Observable is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[125] 
09:22:47 	refPages.getDomainElementExt().addObserver(new Observer() {
09:22:47 	                                               ^^^^^^^^
09:22:47 The type Observer is deprecated since version 9
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[127] 
09:22:47 	public void update(Observable o, Object arg) {
09:22:47 	                   ^^^^^^^^^^
09:22:47 The type Observable is deprecated since version 9
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[132] 
09:22:47 	refPages.getCanvasExt().addObserver(new Observer() {
09:22:47 			public void update(Observable o, Object arg) {
09:22:47 				CanvasMapping cm = myHolder.getMapping().getDiagram();
09:22:47 				cm.setDiagramCanvas((Canvas) arg);
09:22:47 				myHolder.feedDefaultMapping();
09:22:47 			}
09:22:47 		});
09:22:47 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The method addObserver(Observer) from the type Observable is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[132] 
09:22:47 	refPages.getCanvasExt().addObserver(new Observer() {
09:22:47 	                                        ^^^^^^^^
09:22:47 The type Observer is deprecated since version 9
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[134] 
09:22:47 	public void update(Observable o, Object arg) {
09:22:47 	                   ^^^^^^^^^^
09:22:47 The type Observable is deprecated since version 9
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[141] 
09:22:47 	refPages.getCreateNewToolingModelExt().addObserver(new Observer() {
09:22:47 			public void update(Observable o, Object arg) {
09:22:47 				if (((Boolean) arg).booleanValue()) {
09:22:47 					createBlankToolDef();
09:22:47 				}
09:22:47 			}
09:22:47 		});
09:22:47 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The method addObserver(Observer) from the type Observable is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[141] 
09:22:47 	refPages.getCreateNewToolingModelExt().addObserver(new Observer() {
09:22:47 	                                                       ^^^^^^^^
09:22:47 The type Observer is deprecated since version 9
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/GMFMapGuideModelWizard.java:[143] 
09:22:47 	public void update(Observable o, Object arg) {
09:22:47 	                   ^^^^^^^^^^
09:22:47 The type Observable is deprecated since version 9
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[32] 
09:22:47 	import org.eclipse.core.runtime.SubProgressMonitor;
09:22:47 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[153] 
09:22:47 	monitor = (pm != null) ? new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                             ^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[153] 
09:22:47 	monitor = (pm != null) ? new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[153] 
09:22:47 	monitor = (pm != null) ? new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                                                       ^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[153] 
09:22:47 	monitor = (pm != null) ? new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[212] 
09:22:47 	monitor = (pm != null) ? new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                             ^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[212] 
09:22:47 	monitor = (pm != null) ? new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[212] 
09:22:47 	monitor = (pm != null) ? new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                                                       ^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[212] 
09:22:47 	monitor = (pm != null) ? new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[264] 
09:22:47 	monitor = (pm != null) ? new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                             ^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[264] 
09:22:47 	monitor = (pm != null) ? new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[264] 
09:22:47 	monitor = (pm != null) ? new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                                                       ^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[264] 
09:22:47 	monitor = (pm != null) ? new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[275] 
09:22:47 	GenEditorGenerator genEditor = t.process(getMapping(), new SubProgressMonitor(monitor, 20));
09:22:47 	                                                           ^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/TransformToGenModelOperation.java:[275] 
09:22:47 	GenEditorGenerator genEditor = t.process(getMapping(), new SubProgressMonitor(monitor, 20));
09:22:47 	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/strategy/Hierarchy.java:[140] 
09:22:47 	@SuppressWarnings("unchecked")
09:22:47 	                  ^^^^^^^^^^^
09:22:47 Unnecessary @SuppressWarnings("unchecked")
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/strategy/Hierarchy.java:[144] 
09:22:47 	for (Iterator it = myDomainModel.getEClassifiers().iterator(); it.hasNext();) {
09:22:47 	     ^^^^^^^^
09:22:47 Iterator is a raw type. References to generic type Iterator<E> should be parameterized
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/strategy/Hierarchy.java:[203] 
09:22:47 	@SuppressWarnings({"unchecked" })
09:22:47 	                   ^^^^^^^^^^^
09:22:47 Unnecessary @SuppressWarnings("unchecked")
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/WizardUtil.java:[109] 
09:22:47 	Map options = new HashMap();
09:22:47 	^^^
09:22:47 Map is a raw type. References to generic type Map<K,V> should be parameterized
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/WizardUtil.java:[109] 
09:22:47 	Map options = new HashMap();
09:22:47 	                  ^^^^^^^
09:22:47 HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/strategy/CompositeStrategy.java:[27] 
09:22:47 	public CompositeStrategy(Strategy<T>... strategies) {
09:22:47 	                                        ^^^^^^^^^^
09:22:47 Type safety: Potential heap pollution via varargs parameter strategies
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/ValidationHelper.java:[30] 
09:22:47 	import org.eclipse.core.runtime.SubProgressMonitor;
09:22:47 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/ValidationHelper.java:[118] 
09:22:47 	GMFMarkerHelper() {
09:22:47 	^^^^^^^^^^^^^^^^^
09:22:47 The constructor ValidationHelper.GMFMarkerHelper() is never used locally
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/ValidationHelper.java:[287] 
09:22:47 	monitor = (progressMonitor != null) ? new SubProgressMonitor(progressMonitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor(); 
09:22:47 	                                          ^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/ValidationHelper.java:[287] 
09:22:47 	monitor = (progressMonitor != null) ? new SubProgressMonitor(progressMonitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor(); 
09:22:47 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/ValidationHelper.java:[287] 
09:22:47 	monitor = (progressMonitor != null) ? new SubProgressMonitor(progressMonitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor(); 
09:22:47 	                                                                                 ^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/ValidationHelper.java:[287] 
09:22:47 	monitor = (progressMonitor != null) ? new SubProgressMonitor(progressMonitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor(); 
09:22:47 	                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/pages/CreateToolDef.java:[30] 
09:22:47 	@SuppressWarnings("unchecked")
09:22:47 	                  ^^^^^^^^^^^
09:22:47 Unnecessary @SuppressWarnings("unchecked")
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/strategy/StrategyDescriptor.java:[26] 
09:22:47 	Strategy createStrategy();
09:22:47 	^^^^^^^^
09:22:47 Strategy is a raw type. References to generic type Strategy<T> should be parameterized
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/pages/simple/ToolDefBuilder.java:[95] 
09:22:47 	@SuppressWarnings("unchecked")
09:22:47 	                  ^^^^^^^^^^^
09:22:47 Unnecessary @SuppressWarnings("unchecked")
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/wizards/pages/simple/ToolDefBuilder.java:[147] 
09:22:47 	@SuppressWarnings("unchecked")
09:22:47 	                  ^^^^^^^^^^^
09:22:47 Unnecessary @SuppressWarnings("unchecked")
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/ModelConfigurationPage.java:[24] 
09:22:47 	import org.eclipse.core.runtime.SubProgressMonitor;
09:22:47 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/ModelConfigurationPage.java:[52] 
09:22:47 	monitor = (progressMonitor != null) ? new SubProgressMonitor(progressMonitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                                          ^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/ModelConfigurationPage.java:[52] 
09:22:47 	monitor = (progressMonitor != null) ? new SubProgressMonitor(progressMonitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/ModelConfigurationPage.java:[52] 
09:22:47 	monitor = (progressMonitor != null) ? new SubProgressMonitor(progressMonitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                                                                                 ^^^^^^^^^^^^^^^^^^
09:22:47 The type SubProgressMonitor is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/ModelConfigurationPage.java:[52] 
09:22:47 	monitor = (progressMonitor != null) ? new SubProgressMonitor(progressMonitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor();
09:22:47 	                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:22:47 The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated
09:22:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/org/eclipse/papyrus/gmf/internal/bridge/transform/VisualIdentifierDispenserProvider.java:[44] 
09:22:47 	return (VisualIdentifierDispenser) despenserClass.newInstance();
09:22:47 	                                                  ^^^^^^^^^^^^^
09:22:47 The method newInstance() from the type Class<capture#2-of ?> is deprecated since version 9
09:22:47 52 problems (52 warnings)
09:22:47 [INFO] 
09:22:47 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:47 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/src/test/resources
09:22:47 [INFO] 
09:22:47 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:47 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/target/org.eclipse.papyrus.gmf.bridge.ui-1.5.1-SNAPSHOT-sources.jar
09:22:47 [INFO] 
09:22:47 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:47 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/target/org.eclipse.papyrus.gmf.bridge.ui-1.5.1-SNAPSHOT-sources.jar
09:22:47 [INFO] 
09:22:47 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:47 [INFO] 
09:22:47 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:48 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/target/org.eclipse.papyrus.gmf.bridge.ui-1.5.1-SNAPSHOT.jar
09:22:48 [INFO] 
09:22:48 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:48 [INFO] 
09:22:48 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:48 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:22:48 [INFO] 
09:22:48 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:48 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/target/org.eclipse.papyrus.gmf.bridge.ui-1.5.1-SNAPSHOT.jar
09:22:48 [INFO] 
09:22:48 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:49 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/target/org.eclipse.papyrus.gmf.bridge.ui-1.5.1-SNAPSHOT.jar
09:22:51 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/target/org.eclipse.papyrus.gmf.bridge.ui-1.5.1-SNAPSHOT-sources.jar
09:22:53 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/target/org.eclipse.papyrus.gmf.bridge.ui-1.5.1-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:22:53 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/target/org.eclipse.papyrus.gmf.bridge.ui-1.5.1-SNAPSHOT-sources.jar
09:22:55 [INFO] 
09:22:55 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:55 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/target/org.eclipse.papyrus.gmf.bridge.ui-1.5.1-SNAPSHOT.jar
09:22:56 [INFO] 
09:22:56 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.bridge.ui ---
09:22:56 [INFO] 
09:22:56 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.edit >--
09:22:56 [INFO] Building org.eclipse.papyrus.gmf.codegen.edit 2.9.0-SNAPSHOT     [31/90]
09:22:56 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:22:56 [INFO] 
09:22:56 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:56 [INFO] 
09:22:56 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:56 [INFO] The project's OSGi version is 2.9.0.202105031304
09:22:56 [INFO] 
09:22:56 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:56 [INFO] 
09:22:56 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:56 [INFO] 
09:22:56 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:56 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/main/resources
09:22:56 [INFO] 
09:22:56 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:56 [INFO] Compiling 131 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/bin
09:22:57 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/presentation/GMFGenEditor.java:[658] 
09:22:57 	editingDomain.getResourceSet().getURIConverter().getURIMap().putAll(EcorePlugin.computePlatformURIMap());
09:22:58 	                                                                                ^^^^^^^^^^^^^^^^^^^^^^^
09:22:58 The method computePlatformURIMap() from the type EcorePlugin is deprecated
09:22:58 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/presentation/GMFGenEditor.java:[1072] 
09:22:58 	public Object getAdapter(Class key) {
09:22:58 	       ^^^^^^
09:22:58 Type safety: The return type Object for getAdapter(Class) from the type GMFGenEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart
09:22:58 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/presentation/GMFGenEditor.java:[1083] 
09:22:58 	return super.getAdapter(key);
09:22:58 	       ^^^^^^^^^^^^^^^^^^^^^
09:22:58 Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type MultiPageEditorPart
09:22:58 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/presentation/GMFGenEditor.java:[1083] 
09:22:58 	return super.getAdapter(key);
09:22:58 	                        ^^^
09:22:58 Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
09:22:58 4 problems (4 warnings)
09:22:58 [INFO] 
09:22:58 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:22:58 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:22:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/test/resources
09:22:58 [INFO] 
09:22:58 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:58 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-2.9.0-SNAPSHOT-sources.jar
09:22:58 [INFO] 
09:22:58 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:58 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-2.9.0-SNAPSHOT-sources.jar
09:22:58 [INFO] 
09:22:58 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:58 [INFO] 
09:22:58 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:58 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-2.9.0-SNAPSHOT.jar
09:22:58 [INFO] 
09:22:58 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:58 [INFO] 
09:22:58 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:58 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:22:58 [INFO] 
09:22:58 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:22:58 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-2.9.0-SNAPSHOT.jar
09:22:59 [INFO] 
09:22:59 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:23:00 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-2.9.0-SNAPSHOT.jar
09:23:03 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-2.9.0-SNAPSHOT-sources.jar
09:23:05 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-2.9.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:23:05 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-2.9.0-SNAPSHOT-sources.jar
09:23:06 [INFO] 
09:23:06 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:23:06 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-2.9.0-SNAPSHOT.jar
09:23:07 [INFO] 
09:23:07 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.codegen.edit ---
09:23:07 [INFO] 
09:23:07 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.bridge.ui.dashboard >--
09:23:07 [INFO] Building org.eclipse.papyrus.gmf.bridge.ui.dashboard 2.3.0-SNAPSHOT [32/90]
09:23:07 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:23:07 [INFO] 
09:23:07 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:07 [INFO] 
09:23:07 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:07 [INFO] The project's OSGi version is 2.3.0.202105031304
09:23:07 [INFO] 
09:23:07 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:07 [INFO] 
09:23:07 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:07 [INFO] 
09:23:07 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:23:07 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:23:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/src/main/resources
09:23:07 [INFO] 
09:23:07 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:07 [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/bin
09:23:07 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/src/org/eclipse/papyrus/gmf/internal/bridge/ui/dashboard/SeparatorFigure.java:[28] 
09:23:07 	int x = r.x + lineWidth / 2;
09:23:07 	              ^^^^^^^^^
09:23:07 The field Shape.lineWidth is deprecated
09:23:07 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/src/org/eclipse/papyrus/gmf/internal/bridge/ui/dashboard/SeparatorFigure.java:[29] 
09:23:07 	int y = r.y + lineWidth / 2;
09:23:07 	              ^^^^^^^^^
09:23:07 The field Shape.lineWidth is deprecated
09:23:07 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/src/org/eclipse/papyrus/gmf/internal/bridge/ui/dashboard/SeparatorFigure.java:[30] 
09:23:07 	int w = r.width - Math.max(1, lineWidth);
09:23:07 	                              ^^^^^^^^^
09:23:07 The field Shape.lineWidth is deprecated
09:23:07 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/src/org/eclipse/papyrus/gmf/internal/bridge/ui/dashboard/SeparatorFigure.java:[31] 
09:23:07 	int h = r.height - Math.max(1, lineWidth);
09:23:07 	                               ^^^^^^^^^
09:23:07 The field Shape.lineWidth is deprecated
09:23:07 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/src/org/eclipse/papyrus/gmf/internal/bridge/ui/dashboard/DashboardMediator.java:[220] 
09:23:07 	view.getStatusLine(1).setText(MessageFormat.format(Messages.DashboardMediator_Progress, new Object[] { new Double(done) }));
09:23:07 	                                                                                                           ^^^^^^^^^^^^
09:23:07 The constructor Double(double) is deprecated since version 9
09:23:07 5 problems (5 warnings)
09:23:07 [INFO] 
09:23:07 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:23:07 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:23:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/src/test/resources
09:23:07 [INFO] 
09:23:07 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:07 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/target/org.eclipse.papyrus.gmf.bridge.ui.dashboard-2.3.0-SNAPSHOT-sources.jar
09:23:08 [INFO] 
09:23:08 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:08 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/target/org.eclipse.papyrus.gmf.bridge.ui.dashboard-2.3.0-SNAPSHOT-sources.jar
09:23:08 [INFO] 
09:23:08 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:08 [INFO] 
09:23:08 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:08 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/target/org.eclipse.papyrus.gmf.bridge.ui.dashboard-2.3.0-SNAPSHOT.jar
09:23:08 [INFO] 
09:23:08 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:08 [INFO] 
09:23:08 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:08 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:23:08 [INFO] 
09:23:08 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:08 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/target/org.eclipse.papyrus.gmf.bridge.ui.dashboard-2.3.0-SNAPSHOT.jar
09:23:08 [INFO] 
09:23:08 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:08 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/target/org.eclipse.papyrus.gmf.bridge.ui.dashboard-2.3.0-SNAPSHOT.jar
09:23:11 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/target/org.eclipse.papyrus.gmf.bridge.ui.dashboard-2.3.0-SNAPSHOT-sources.jar
09:23:13 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/target/org.eclipse.papyrus.gmf.bridge.ui.dashboard-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:23:13 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/target/org.eclipse.papyrus.gmf.bridge.ui.dashboard-2.3.0-SNAPSHOT-sources.jar
09:23:16 [INFO] 
09:23:16 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:16 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/target/org.eclipse.papyrus.gmf.bridge.ui.dashboard-2.3.0-SNAPSHOT.jar
09:23:16 [INFO] 
09:23:16 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.bridge.ui.dashboard ---
09:23:16 [INFO] 
09:23:16 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.graphdef.codegen.ui >--
09:23:16 [INFO] Building org.eclipse.papyrus.gmf.graphdef.codegen.ui 1.3.0-SNAPSHOT [33/90]
09:23:16 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:23:16 [INFO] 
09:23:16 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:16 [INFO] 
09:23:16 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:16 [INFO] The project's OSGi version is 1.3.0.202105031304
09:23:16 [INFO] 
09:23:16 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:16 [INFO] 
09:23:16 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:16 [INFO] 
09:23:16 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:23:16 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:23:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/src/main/resources
09:23:16 [INFO] 
09:23:16 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:16 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/bin
09:23:17 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/src/org/eclipse/papyrus/gmf/internal/graphdef/codegen/ui/ConverterSection.java:[34] 
09:23:17 	import org.eclipse.core.runtime.SubProgressMonitor;
09:23:17 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:23:17 The type SubProgressMonitor is deprecated
09:23:17 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/src/org/eclipse/papyrus/gmf/internal/graphdef/codegen/ui/ConverterSection.java:[119] 
09:23:17 	generator.run(new SubProgressMonitor(monitor, 1));
09:23:17 	                  ^^^^^^^^^^^^^^^^^^
09:23:17 The type SubProgressMonitor is deprecated
09:23:17 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/src/org/eclipse/papyrus/gmf/internal/graphdef/codegen/ui/ConverterSection.java:[119] 
09:23:17 	generator.run(new SubProgressMonitor(monitor, 1));
09:23:17 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:23:17 The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
09:23:17 4. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/src/org/eclipse/papyrus/gmf/internal/graphdef/codegen/ui/ConverterSection.java (at line 210)
09:23:17 	if (OPTION_NEEDS_MAP_MODE.equals(changed)){
09:23:17 	                                 ^^^^^^^
09:23:17 Unlikely argument type for equals(): TemplateOption seems to be unrelated to String
09:23:17 4 problems (0 errors, 3 warnings, 1 info)
09:23:17 [INFO] 
09:23:17 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:23:17 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:23:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/src/test/resources
09:23:17 [INFO] 
09:23:17 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:17 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/target/org.eclipse.papyrus.gmf.graphdef.codegen.ui-1.3.0-SNAPSHOT-sources.jar
09:23:17 [INFO] 
09:23:17 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:17 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/target/org.eclipse.papyrus.gmf.graphdef.codegen.ui-1.3.0-SNAPSHOT-sources.jar
09:23:17 [INFO] 
09:23:17 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:17 [INFO] 
09:23:17 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:17 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/target/org.eclipse.papyrus.gmf.graphdef.codegen.ui-1.3.0-SNAPSHOT.jar
09:23:17 [INFO] 
09:23:17 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:17 [INFO] 
09:23:17 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:17 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:23:17 [INFO] 
09:23:17 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:17 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/target/org.eclipse.papyrus.gmf.graphdef.codegen.ui-1.3.0-SNAPSHOT.jar
09:23:17 [INFO] 
09:23:17 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:18 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/target/org.eclipse.papyrus.gmf.graphdef.codegen.ui-1.3.0-SNAPSHOT.jar
09:23:20 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/target/org.eclipse.papyrus.gmf.graphdef.codegen.ui-1.3.0-SNAPSHOT-sources.jar
09:23:21 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/target/org.eclipse.papyrus.gmf.graphdef.codegen.ui-1.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:23:21 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/target/org.eclipse.papyrus.gmf.graphdef.codegen.ui-1.3.0-SNAPSHOT-sources.jar
09:23:22 [INFO] 
09:23:22 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:22 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/target/org.eclipse.papyrus.gmf.graphdef.codegen.ui-1.3.0-SNAPSHOT.jar
09:23:22 [INFO] 
09:23:22 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.graphdef.codegen.ui ---
09:23:22 [INFO] 
09:23:22 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.ui >--
09:23:22 [INFO] Building org.eclipse.papyrus.gmf.codegen.ui 1.3.0-SNAPSHOT       [34/90]
09:23:22 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:23:22 [INFO] 
09:23:22 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:22 [INFO] 
09:23:22 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:22 [INFO] The project's OSGi version is 1.3.0.202105031304
09:23:22 [INFO] 
09:23:22 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:22 [INFO] 
09:23:22 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:22 [INFO] 
09:23:22 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:23:22 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:23:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/src/main/resources
09:23:22 [INFO] 
09:23:22 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:22 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/bin
09:23:23 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/src/org/eclipse/papyrus/gmf/internal/codegen/popup/actions/ExecuteTemplatesOperation.java:[243] 
09:23:23 	srcResSet.getURIConverter().getURIMap().putAll(EcorePlugin.computePlatformURIMap());
09:23:23 	                                                           ^^^^^^^^^^^^^^^^^^^^^^^
09:23:23 The method computePlatformURIMap() from the type EcorePlugin is deprecated
09:23:23 2 problems (0 errors, 1 warning, 1 info)
09:23:23 [INFO] 
09:23:23 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:23:23 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:23:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/src/test/resources
09:23:23 [INFO] 
09:23:23 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:23 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.3.0-SNAPSHOT-sources.jar
09:23:23 [INFO] 
09:23:23 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:23 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.3.0-SNAPSHOT-sources.jar
09:23:23 [INFO] 
09:23:23 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:23 [INFO] 
09:23:23 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:23 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.3.0-SNAPSHOT.jar
09:23:23 [INFO] 
09:23:23 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:23 [INFO] 
09:23:23 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:23 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:23:23 [INFO] 
09:23:23 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:23 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.3.0-SNAPSHOT.jar
09:23:24 [INFO] 
09:23:24 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:24 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.3.0-SNAPSHOT.jar
09:23:25 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.3.0-SNAPSHOT-sources.jar
09:23:27 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:23:27 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.3.0-SNAPSHOT-sources.jar
09:23:28 [INFO] 
09:23:28 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:28 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.3.0-SNAPSHOT.jar
09:23:28 [INFO] 
09:23:28 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.codegen.ui ---
09:23:28 [INFO] 
09:23:28 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend >--
09:23:28 [INFO] Building org.eclipse.papyrus.gmf.codegen.xtend 1.0.0-SNAPSHOT    [35/90]
09:23:28 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:23:28 [INFO] 
09:23:28 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:23:28 [INFO] 
09:23:28 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:23:28 [INFO] The project's OSGi version is 1.0.0.202105031304
09:23:28 [INFO] 
09:23:28 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:23:28 [INFO] 
09:23:28 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:23:28 [INFO] 
09:23:28 [INFO] --- xtend-maven-plugin:2.25.0.M1:compile (default) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementTypes.xtend
09:23:55 152: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementTypes.xtend
09:23:55 154: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementTypes.xtend
09:23:55 157: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementTypes.xtend
09:23:55 184: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementTypes.xtend
09:23:55 212: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementTypes.xtend
09:23:55 221: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/VisualIDRegistry.xtend
09:23:55 150: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/VisualIDRegistry.xtend
09:23:55 267: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/VisualIDRegistry.xtend
09:23:55 291: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/VisualIDRegistry.xtend
09:23:55 385: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/VisualIDRegistry.xtend
09:23:55 405: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/VisualIDRegistry.xtend
09:23:55 406: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/VisualIDRegistry.xtend
09:23:55 407: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/VisualIDRegistry.xtend
09:23:55 417: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/VisualIDRegistry.xtend
09:23:55 426: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/VisualIDRegistry.xtend
09:23:55 428: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreateLinkCommand.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/commands/CreateLinkCommand.xtend
09:23:55 47: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreateLinkCommand.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/commands/CreateLinkCommand.xtend
09:23:55 100: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreateLinkCommand.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/commands/CreateLinkCommand.xtend
09:23:55 105: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/Utils_qvto.xtend
09:23:55 58: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/Utils_qvto.xtend
09:23:55 59: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/Utils_qvto.xtend
09:23:55 61: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/Utils_qvto.xtend
09:23:55 69: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorGroup.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorGroup.xtend
09:23:55 58: Suspiciously overloaded method.
09:23:55 The method
09:23:55 	equals(GenNavigator) in NavigatorGroup on 'this'
09:23:55 overloads the method
09:23:55 	equals(Object) in Object on parameter 'it'.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreateNodeCommand.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/commands/CreateNodeCommand.xtend
09:23:55 181: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationDecoratorProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationDecoratorProvider.xtend
09:23:55 55: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationDecoratorProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationDecoratorProvider.xtend
09:23:55 176: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationDecoratorProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationDecoratorProvider.xtend
09:23:55 205: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationDecoratorProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationDecoratorProvider.xtend
09:23:55 219: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationDecoratorProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationDecoratorProvider.xtend
09:23:55 235: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationDecoratorProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationDecoratorProvider.xtend
09:23:55 243: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationDecoratorProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationDecoratorProvider.xtend
09:23:55 272: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationDecoratorProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationDecoratorProvider.xtend
09:23:55 308: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationDecoratorProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationDecoratorProvider.xtend
09:23:55 341: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationDecoratorProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationDecoratorProvider.xtend
09:23:55 352: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	expression_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/expression_qvto.xtend
09:23:55 33: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	expression_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/expression_qvto.xtend
09:23:55 37: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NewDiagramFileWizard.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/NewDiagramFileWizard.xtend
09:23:55 111: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NewDiagramFileWizard.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/NewDiagramFileWizard.xtend
09:23:55 199: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	TextAware.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/TextAware.xtend
09:23:55 71: Cannot infer type from recursive usage. Type 'Object' is used.
09:23:55 [WARNING] 
09:23:55 WARNING: 	TextAware.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/TextAware.xtend
09:23:55 156: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	TextAware.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/TextAware.xtend
09:23:55 267: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	TextAware.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/TextAware.xtend
09:23:55 296: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 73: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 87: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 113: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 141: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 150: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 150: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 189: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 260: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 334: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 401: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 432: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 589: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 626: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 630: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 656: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 662: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 703: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DocumentProvider.xtend
09:23:55 770: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ShortcutCreationWizard.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ShortcutCreationWizard.xtend
09:23:55 140: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ShortcutCreationWizard.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ShortcutCreationWizard.xtend
09:23:55 155: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorItem.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorItem.xtend
09:23:55 52: Suspiciously overloaded method.
09:23:55 The method
09:23:55 	equals(GenNavigator) in NavigatorItem on 'this'
09:23:55 overloads the method
09:23:55 	equals(Object) in Object on parameter 'it'.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ParserProvider.xtend
09:23:55 81: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ParserProvider.xtend
09:23:55 90: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ParserProvider.xtend
09:23:55 93: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ParserProvider.xtend
09:23:55 120: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ParserProvider.xtend
09:23:55 121: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ParserProvider.xtend
09:23:55 224: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ParserProvider.xtend
09:23:55 345: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ParserProvider.xtend
09:23:55 357: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/DiagramUpdater.xtend
09:23:55 180: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/DiagramUpdater.xtend
09:23:55 191: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/DiagramUpdater.xtend
09:23:55 239: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/DiagramUpdater.xtend
09:23:55 320: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/DiagramUpdater.xtend
09:23:55 349: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/DiagramUpdater.xtend
09:23:55 401: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/DiagramUpdater.xtend
09:23:55 489: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/DiagramUpdater.xtend
09:23:55 550: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Common_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Common_qvto.xtend
09:23:55 22: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Common_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Common_qvto.xtend
09:23:55 54: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Common_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Common_qvto.xtend
09:23:55 58: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CanonicalUpdate.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/update/CanonicalUpdate.xtend
09:23:55 336: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/top/Figure.xtend
09:23:55 35: The import 'java.lang.reflect.Array' is never used.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/top/Figure.xtend
09:23:55 27: The import 'java.util.ArrayList' is never used.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/top/Figure.xtend
09:23:55 62: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/top/Figure.xtend
09:23:55 99: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/top/Figure.xtend
09:23:55 102: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/top/Figure.xtend
09:23:55 121: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/top/Figure.xtend
09:23:55 128: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualEffectEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/VisualEffectEditPolicy.xtend
09:23:55 139: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualEffectEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/VisualEffectEditPolicy.xtend
09:23:55 221: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualEffectEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/VisualEffectEditPolicy.xtend
09:23:55 243: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	VisualEffectEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/VisualEffectEditPolicy.xtend
09:23:55 248: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Children.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Children.xtend
09:23:55 71: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Children.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Children.xtend
09:23:55 71: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Layout.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Layout.xtend
09:23:55 35: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Layout.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Layout.xtend
09:23:55 45: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Layout.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Layout.xtend
09:23:55 54: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Layout.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Layout.xtend
09:23:55 68: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Layout.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Layout.xtend
09:23:55 72: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Common.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Common.xtend
09:23:55 108: Cannot infer type from recursive usage. Type 'Object' is used.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Common.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Common.xtend
09:23:55 21: The import 'org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator' is never used.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Common.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Common.xtend
09:23:55 23: The import 'org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator' is never used.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Common.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Common.xtend
09:23:55 33: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Common.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Common.xtend
09:23:55 42: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramContentInitializer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DiagramContentInitializer.xtend
09:23:55 189: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	AbstractParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/AbstractParser.xtend
09:23:55 29: The class "AbstractParser" is not declared abstract.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementChooser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ElementChooser.xtend
09:23:55 151: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/extensions.xtend
09:23:55 100: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/extensions.xtend
09:23:55 160: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/extensions.xtend
09:23:55 172: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/extensions.xtend
09:23:55 184: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/extensions.xtend
09:23:55 187: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/extensions.xtend
09:23:55 189: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/extensions.xtend
09:23:55 198: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/extensions.xtend
09:23:55 241: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	OpenDiagram.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/OpenDiagram.xtend
09:23:55 171: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	OpenDiagram.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/OpenDiagram.xtend
09:23:55 182: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	OpenDiagram.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/OpenDiagram.xtend
09:23:55 221: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	OpenDiagram.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/OpenDiagram.xtend
09:23:55 228: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	OclTracker_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/expressions/OclTracker_qvto.xtend
09:23:55 22: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementInitializers_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementInitializers_qvto.xtend
09:23:55 74: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Attrs.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Attrs.xtend
09:23:55 99: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:23:55 556: Cannot infer type from recursive usage. Type 'Object' is used.
09:23:55 [WARNING] 
09:23:55 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:23:55 402: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:23:55 402: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:23:55 404: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:23:55 407: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:23:55 476: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:23:55 513: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:23:55 515: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:23:55 566: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	EditHelperAdvice.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/edithelpers/EditHelperAdvice.xtend
09:23:55 22: The public modifier is unnecessary on class EditHelperAdvice
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DiagramEditorUtil.xtend
09:23:55 78: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DiagramEditorUtil.xtend
09:23:55 85: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DiagramEditorUtil.xtend
09:23:55 133: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DiagramEditorUtil.xtend
09:23:55 162: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DiagramEditorUtil.xtend
09:23:55 197: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DiagramEditorUtil.xtend
09:23:55 203: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DiagramEditorUtil.xtend
09:23:55 211: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DiagramEditorUtil.xtend
09:23:55 219: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DiagramEditorUtil.xtend
09:23:55 225: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DiagramEditorUtil.xtend
09:23:55 232: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DiagramEditorUtil.xtend
09:23:55 256: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/DiagramEditorUtil.xtend
09:23:55 290: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	AbstractNavigatorItem.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/AbstractNavigatorItem.xtend
09:23:55 22: The class "AbstractNavigatorItem" is not declared abstract.
09:23:55 [WARNING] 
09:23:55 WARNING: 	AbstractNavigatorItem.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/AbstractNavigatorItem.xtend
09:23:55 40: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ChildNodeLabelEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/diagram/editparts/ChildNodeLabelEditPart.xtend
09:23:55 28: The extension xpt.Common_qvto is not used in ChildNodeLabelEditPart
09:23:55 [WARNING] 
09:23:55 WARNING: 	ChildNodeLabelEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/diagram/editparts/ChildNodeLabelEditPart.xtend
09:23:55 29: The extension xpt.diagram.editparts.Utils_qvto is not used in ChildNodeLabelEditPart
09:23:55 [WARNING] 
09:23:55 WARNING: 	ChildNodeLabelEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/diagram/editparts/ChildNodeLabelEditPart.xtend
09:23:55 32: The value of the field ChildNodeLabelEditPart.xptNodeEditPart is not used
09:23:55 [WARNING] 
09:23:55 WARNING: 	BaseEditHelper.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/edithelpers/BaseEditHelper.xtend
09:23:55 23: The public modifier is unnecessary on class BaseEditHelper
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editparts/Utils_qvto.xtend
09:23:55 82: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editparts/Utils_qvto.xtend
09:23:55 83: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editparts/Utils_qvto.xtend
09:23:55 92: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editparts/Utils_qvto.xtend
09:23:55 93: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editparts/Utils_qvto.xtend
09:23:55 118: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ResourceSetModificationListener.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ResourceSetModificationListener.xtend
09:23:55 83: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	GenModelUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/GenModelUtils_qvto.xtend
09:23:55 27: The private modifier is unnecessary on field PRIMITIVES
09:23:55 [WARNING] 
09:23:55 WARNING: 	GenModelUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/GenModelUtils_qvto.xtend
09:23:55 98: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	AbstractExpression.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/expressions/AbstractExpression.xtend
09:23:55 23: The class "AbstractExpression" is not declared abstract.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ResourceSetInfo.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ResourceSetInfo.xtend
09:23:55 52: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ResourceSetInfo.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ResourceSetInfo.xtend
09:23:55 74: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ResourceSetInfo.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ResourceSetInfo.xtend
09:23:55 84: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ResourceSetInfo.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ResourceSetInfo.xtend
09:23:55 86: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ResourceSetInfo.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ResourceSetInfo.xtend
09:23:55 119: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ResourceSetInfo.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ResourceSetInfo.xtend
09:23:55 175: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ResourceSetInfo.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ResourceSetInfo.xtend
09:23:55 190: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewmapAttributesUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/ViewmapAttributesUtils_qvto.xtend
09:23:55 32: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewmapAttributesUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/ViewmapAttributesUtils_qvto.xtend
09:23:55 36: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewmapAttributesUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/ViewmapAttributesUtils_qvto.xtend
09:23:55 40: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewmapAttributesUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/ViewmapAttributesUtils_qvto.xtend
09:23:55 44: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewmapAttributesUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/ViewmapAttributesUtils_qvto.xtend
09:23:55 48: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewmapAttributesUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/ViewmapAttributesUtils_qvto.xtend
09:23:55 53: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewmapAttributesUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/ViewmapAttributesUtils_qvto.xtend
09:23:55 58: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewmapAttributesUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/ViewmapAttributesUtils_qvto.xtend
09:23:55 64: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewmapAttributesUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/ViewmapAttributesUtils_qvto.xtend
09:23:55 69: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewmapAttributesUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/ViewmapAttributesUtils_qvto.xtend
09:23:55 74: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewmapAttributesUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/ViewmapAttributesUtils_qvto.xtend
09:23:55 79: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ActionBarContributor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ActionBarContributor.xtend
09:23:55 80: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ActionBarContributor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ActionBarContributor.xtend
09:23:55 90: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/plugin.xtend
09:23:55 53: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/plugin.xtend
09:23:55 55: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/plugin.xtend
09:23:55 57: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/plugin.xtend
09:23:55 58: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/plugin.xtend
09:23:55 118: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/plugin.xtend
09:23:55 160: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	LayoutData.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/LayoutData.xtend
09:23:55 69: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	LayoutData.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/LayoutData.xtend
09:23:55 78: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	LayoutData.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/LayoutData.xtend
09:23:55 79: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/extensions.xtend
09:23:55 40: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/extensions.xtend
09:23:55 99: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/extensions.xtend
09:23:55 161: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/Utils_qvto.xtend
09:23:55 38: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/Utils_qvto.xtend
09:23:55 42: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/Utils_qvto.xtend
09:23:55 75: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/Utils_qvto.xtend
09:23:55 127: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/Utils_qvto.xtend
09:23:55 127: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/Utils_qvto.xtend
09:23:55 128: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementInitializers.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementInitializers.xtend
09:23:55 60: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementInitializers.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementInitializers.xtend
09:23:55 112: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementInitializers.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementInitializers.xtend
09:23:55 125: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementInitializers.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementInitializers.xtend
09:23:55 127: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementInitializers.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementInitializers.xtend
09:23:55 132: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementInitializers.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementInitializers.xtend
09:23:55 137: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementInitializers.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementInitializers.xtend
09:23:55 137: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ElementInitializers.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ElementInitializers.xtend
09:23:55 243: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DiagramEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/DiagramEditPart.xtend
09:23:55 52: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	getEditorInput.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/getEditorInput.xtend
09:23:55 30: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	LinkUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/LinkUtils_qvto.xtend
09:23:55 50: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	LinkUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editpolicies/LinkUtils_qvto.xtend
09:23:55 66: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	GenAuditRoot_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/GenAuditRoot_qvto.xtend
09:23:55 33: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	GenAuditRoot_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/GenAuditRoot_qvto.xtend
09:23:55 33: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	GenAuditRoot_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/GenAuditRoot_qvto.xtend
09:23:55 42: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	GenAuditRoot_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/GenAuditRoot_qvto.xtend
09:23:55 46: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	DomainNavigatorItem.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/DomainNavigatorItem.xtend
09:23:55 56: Suspiciously overloaded method.
09:23:55 The method
09:23:55 	equals(GenNavigator) in DomainNavigatorItem on 'this'
09:23:55 overloads the method
09:23:55 	equals(Object) in Object on parameter 'it'.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ActivatorImpl.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/ActivatorImpl.xtend
09:23:55 98: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ActivatorImpl.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/ActivatorImpl.xtend
09:23:55 132: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ActivatorImpl.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/ActivatorImpl.xtend
09:23:55 295: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	EditPartFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editparts/EditPartFactory.xtend
09:23:55 137: Cannot infer type from recursive usage. Type 'Object' is used.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PredefinedParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/parsers/PredefinedParser.xtend
09:23:55 338: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PredefinedParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/parsers/PredefinedParser.xtend
09:23:55 347: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidateAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ValidateAction.xtend
09:23:55 99: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidateAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ValidateAction.xtend
09:23:55 109: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidateAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ValidateAction.xtend
09:23:55 191: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidateAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ValidateAction.xtend
09:23:55 219: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidateAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ValidateAction.xtend
09:23:55 236: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidateAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ValidateAction.xtend
09:23:55 264: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidateAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ValidateAction.xtend
09:23:55 296: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidateAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/ValidateAction.xtend
09:23:55 302: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/NodeEditPart.xtend
09:23:55 37: The import 'org.eclipse.papyrus.gmf.codegen.xtend.annotations.MetaDef' is never used.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/NodeEditPart.xtend
09:23:55 270: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/NodeEditPart.xtend
09:23:55 482: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/NodeEditPart.xtend
09:23:55 482: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/NodeEditPart.xtend
09:23:55 485: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 114: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 236: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 239: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 246: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 249: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 256: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 266: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 269: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 272: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 275: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 296: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 297: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 301: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PaletteFactory.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteFactory.xtend
09:23:55 302: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_Statefull_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Utils_Statefull_qvto.xtend
09:23:55 26: The private modifier is unnecessary on field myBordersInUse
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_Statefull_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Utils_Statefull_qvto.xtend
09:23:55 28: The private modifier is unnecessary on field myStaticFieldsStream
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_Statefull_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Utils_Statefull_qvto.xtend
09:23:55 47: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	RuntimeLabelsSupport_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/RuntimeLabelsSupport_qvto.xtend
09:23:55 47: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Utils_qvto.xtend
09:23:55 54: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Utils_qvto.xtend
09:23:55 85: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Utils_qvto.xtend
09:23:55 105: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	GenDiagram_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/GenDiagram_qvto.xtend
09:23:55 26: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	GenDiagram_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/GenDiagram_qvto.xtend
09:23:55 30: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	GenDiagram_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/GenDiagram_qvto.xtend
09:23:55 34: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	GenDiagram_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/GenDiagram_qvto.xtend
09:23:55 42: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	GenDiagram_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/GenDiagram_qvto.xtend
09:23:55 50: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Editor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/Editor.xtend
09:23:55 74: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Editor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/Editor.xtend
09:23:55 139: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Editor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/Editor.xtend
09:23:55 520: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Editor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/Editor.xtend
09:23:55 524: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Editor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/Editor.xtend
09:23:55 528: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/extensions.xtend
09:23:55 70: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Common.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editparts/Common.xtend
09:23:55 80: Cannot infer type from recursive usage. Type 'Object' is used.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Common.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editparts/Common.xtend
09:23:55 81: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Common.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editparts/Common.xtend
09:23:55 110: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Common.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editparts/Common.xtend
09:23:55 138: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Common.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/editparts/Common.xtend
09:23:55 138: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/Utils_qvto.xtend
09:23:55 80: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/Utils_qvto.xtend
09:23:55 88: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/Utils_qvto.xtend
09:23:55 95: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/Utils_qvto.xtend
09:23:55 99: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/Utils_qvto.xtend
09:23:55 117: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/Utils_qvto.xtend
09:23:55 121: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/Utils_qvto.xtend
09:23:55 200: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/Utils_qvto.xtend
09:23:55 227: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/updater/Utils_qvto.xtend
09:23:55 228: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Descriptor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/top/Descriptor.xtend
09:23:55 107: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	LinkEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/LinkEditPart.xtend
09:23:55 43: The value of the field LinkEditPart.linkLabelEditPart is not used
09:23:55 [WARNING] 
09:23:55 WARNING: 	LinkEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/LinkEditPart.xtend
09:23:55 58: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	LinkEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/LinkEditPart.xtend
09:23:55 95: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	LinkEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/LinkEditPart.xtend
09:23:55 95: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	LinkEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/LinkEditPart.xtend
09:23:55 187: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Border.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Border.xtend
09:23:55 40: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Border.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Border.xtend
09:23:55 66: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Border.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Border.xtend
09:23:55 74: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Border.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Border.xtend
09:23:55 74: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	LabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/propsheet/LabelProvider.xtend
09:23:55 63: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Extras.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Extras.xtend
09:23:55 38: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Extras.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/Extras.xtend
09:23:55 41: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreateShortcutAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/actions/CreateShortcutAction.xtend
09:23:55 39: The value of the field CreateShortcutAction.xptShortcutCreationWizard is not used
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreateShortcutAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/actions/CreateShortcutAction.xtend
09:23:55 42: The value of the field CreateShortcutAction.xptCreateShortcutDecorationCommand is not used
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreateShortcutAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/actions/CreateShortcutAction.xtend
09:23:55 43: The value of the field CreateShortcutAction.xptElementChooser is not used
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreateShortcutAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/actions/CreateShortcutAction.xtend
09:23:55 44: The value of the field CreateShortcutAction.xptDiagramEditorUtil is not used
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreateShortcutAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/actions/CreateShortcutAction.xtend
09:23:55 102: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreateShortcutAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/actions/CreateShortcutAction.xtend
09:23:55 109: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ConstraintProviders.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/ConstraintProviders.xtend
09:23:55 65: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ConstraintProviders.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/ConstraintProviders.xtend
09:23:55 89: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ConstraintProviders.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/ConstraintProviders.xtend
09:23:55 90: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ConstraintProviders.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/ConstraintProviders.xtend
09:23:55 96: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ConstraintProviders.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/ConstraintProviders.xtend
09:23:55 96: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ConstraintProviders.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/ConstraintProviders.xtend
09:23:55 99: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ConstraintProviders.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/ConstraintProviders.xtend
09:23:55 106: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ConstraintProviders.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/ConstraintProviders.xtend
09:23:55 107: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ConstraintProviders.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/ConstraintProviders.xtend
09:23:55 112: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ConstraintProviders.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/ConstraintProviders.xtend
09:23:55 115: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PreferenceInitializer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/preferences/PreferenceInitializer.xtend
09:23:55 64: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PreferenceInitializer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/preferences/PreferenceInitializer.xtend
09:23:55 119: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	PreferenceInitializer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/preferences/PreferenceInitializer.xtend
09:23:55 127: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	EditHelper.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/edithelpers/EditHelper.xtend
09:23:55 22: The public modifier is unnecessary on class EditHelper
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreationWizard.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/CreationWizard.xtend
09:23:55 107: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreationWizard.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/CreationWizard.xtend
09:23:55 146: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ChoiceUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/ChoiceUtils_qvto.xtend
09:23:55 32: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ChoiceUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/ChoiceUtils_qvto.xtend
09:23:55 37: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ChoiceUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/ChoiceUtils_qvto.xtend
09:23:55 42: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorLabelProvider.xtend
09:23:55 187: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorLabelProvider.xtend
09:23:55 199: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorLabelProvider.xtend
09:23:55 311: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorLabelProvider.xtend
09:23:55 323: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorLabelProvider.xtend
09:23:55 371: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorLabelProvider.xtend
09:23:55 371: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorLabelProvider.xtend
09:23:55 440: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorLabelProvider.xtend
09:23:55 442: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorLabelProvider.xtend
09:23:55 448: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/attr/Figure.xtend
09:23:55 48: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/attr/Figure.xtend
09:23:55 60: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/attr/Figure.xtend
09:23:55 66: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/attr/Figure.xtend
09:23:55 72: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/attr/Figure.xtend
09:23:55 78: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/attr/Figure.xtend
09:23:55 84: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/attr/Figure.xtend
09:23:55 90: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/attr/Figure.xtend
09:23:55 96: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Figure.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/gmfgraph/attr/Figure.xtend
09:23:55 105: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreationWizardPage.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/CreationWizardPage.xtend
09:23:55 39: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreationWizardPage.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/CreationWizardPage.xtend
09:23:55 66: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CreationWizardPage.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/CreationWizardPage.xtend
09:23:55 72: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Externalizer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Externalizer.xtend
09:23:55 124: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Externalizer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Externalizer.xtend
09:23:55 131: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Externalizer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Externalizer.xtend
09:23:55 135: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Externalizer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Externalizer.xtend
09:23:55 155: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Externalizer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Externalizer.xtend
09:23:55 162: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Externalizer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Externalizer.xtend
09:23:55 166: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewStyles.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/views/ViewStyles.xtend
09:23:55 96: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	properties.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/properties.xtend
09:23:55 44: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	properties.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/properties.xtend
09:23:55 77: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	properties.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/properties.xtend
09:23:55 88: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	InitDiagramFileAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/InitDiagramFileAction.xtend
09:23:55 64: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	InitDiagramFileAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/InitDiagramFileAction.xtend
09:23:55 76: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorContentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorContentProvider.xtend
09:23:55 446: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorContentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorContentProvider.xtend
09:23:55 550: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	NavigatorContentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/NavigatorContentProvider.xtend
09:23:55 564: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CustomPage.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/preferences/CustomPage.xtend
09:23:55 91: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CustomPage.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/preferences/CustomPage.xtend
09:23:55 95: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	MetaModel_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/metamodel/MetaModel_qvto.xtend
09:23:55 114: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	MetaModel_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/metamodel/MetaModel_qvto.xtend
09:23:55 127: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	MetaModel_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/metamodel/MetaModel_qvto.xtend
09:23:55 128: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	MetaModel_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/metamodel/MetaModel_qvto.xtend
09:23:55 130: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	GenEditorGenerator_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/GenEditorGenerator_qvto.xtend
09:23:55 29: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	modeledViewmapProducer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/viewmaps/modeledViewmapProducer.xtend
09:23:55 42: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	modeledViewmapProducer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/viewmaps/modeledViewmapProducer.xtend
09:23:55 42: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	modeledViewmapProducer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/viewmaps/modeledViewmapProducer.xtend
09:23:55 43: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	modeledViewmapProducer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/viewmaps/modeledViewmapProducer.xtend
09:23:55 52: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	modeledViewmapProducer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/viewmaps/modeledViewmapProducer.xtend
09:23:55 52: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	modeledViewmapProducer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/viewmaps/modeledViewmapProducer.xtend
09:23:55 62: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	modeledViewmapProducer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/viewmaps/modeledViewmapProducer.xtend
09:23:55 62: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationProvider.xtend
09:23:55 260: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationProvider.xtend
09:23:55 272: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationProvider.xtend
09:23:55 272: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ValidationProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ValidationProvider.xtend
09:23:55 342: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/application/extensions.xtend
09:23:55 30: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CompartmentEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/CompartmentEditPart.xtend
09:23:55 78: Cannot infer type from recursive usage. Type 'Object' is used.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CompartmentEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/CompartmentEditPart.xtend
09:23:55 183: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	CompartmentEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/diagram/editparts/CompartmentEditPart.xtend
09:23:55 192: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ViewProvider.xtend
09:23:55 106: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ViewProvider.xtend
09:23:55 147: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ViewProvider.xtend
09:23:55 205: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ViewProvider.xtend
09:23:55 206: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ViewProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/ViewProvider.xtend
09:23:55 502: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/Utils_qvto.xtend
09:23:55 53: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ExpressionLabelParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ExpressionLabelParser.xtend
09:23:55 46: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ExpressionLabelParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ExpressionLabelParser.xtend
09:23:55 46: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ExpressionLabelParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ExpressionLabelParser.xtend
09:23:55 54: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ExpressionLabelParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ExpressionLabelParser.xtend
09:23:55 54: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ExpressionLabelParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ExpressionLabelParser.xtend
09:23:55 93: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ExpressionLabelParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ExpressionLabelParser.xtend
09:23:55 117: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ExpressionLabelParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ExpressionLabelParser.xtend
09:23:55 121: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ExpressionLabelParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ExpressionLabelParser.xtend
09:23:55 125: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ExpressionLabelParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ExpressionLabelParser.xtend
09:23:55 135: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ExpressionLabelParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ExpressionLabelParser.xtend
09:23:55 137: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/manifest.xtend
09:23:55 67: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/manifest.xtend
09:23:55 69: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/manifest.xtend
09:23:55 71: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/manifest.xtend
09:23:55 73: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/manifest.xtend
09:23:55 85: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/manifest.xtend
09:23:55 87: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/manifest.xtend
09:23:55 90: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/manifest.xtend
09:23:55 94: The value of the local variable notUsetBooleanVar is not used
09:23:55 [WARNING] 
09:23:55 WARNING: 	ActionBarAdvisor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/application/ActionBarAdvisor.xtend
09:23:55 168: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ActionBarAdvisor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/application/ActionBarAdvisor.xtend
09:23:55 176: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ActionBarAdvisor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/application/ActionBarAdvisor.xtend
09:23:55 176: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ActionBarAdvisor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/application/ActionBarAdvisor.xtend
09:23:55 192: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ActionBarAdvisor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/application/ActionBarAdvisor.xtend
09:23:55 291: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ActionBarAdvisor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/application/ActionBarAdvisor.xtend
09:23:55 303: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ActionBarAdvisor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/application/ActionBarAdvisor.xtend
09:23:55 313: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ActionBarAdvisor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/application/ActionBarAdvisor.xtend
09:23:55 325: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/actions/extensions.xtend
09:23:55 156: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ReorientLinkUtils.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/commands/ReorientLinkUtils.xtend
09:23:55 165: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ReorientLinkUtils.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/commands/ReorientLinkUtils.xtend
09:23:55 247: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	ReorientLinkUtils.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/commands/ReorientLinkUtils.xtend
09:23:55 248: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	MetricProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/MetricProvider.xtend
09:23:55 118: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	MetricProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/MetricProvider.xtend
09:23:55 118: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	MetricProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/MetricProvider.xtend
09:23:55 118: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	MetricProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/MetricProvider.xtend
09:23:55 463: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	MetricProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/MetricProvider.xtend
09:23:55 464: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	MetricProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/MetricProvider.xtend
09:23:55 465: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	MetricProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/MetricProvider.xtend
09:23:55 468: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	MetricProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/providers/MetricProvider.xtend
09:23:55 471: The operator '==' should be replaced by '===' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/Utils_qvto.xtend
09:23:55 62: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:23:55 [WARNING] 
09:23:55 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/preferences/extensions.xtend
09:23:55 60: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:24:07 [INFO] 
09:24:07 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:24:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:24:07 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:24:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/src/main/resources
09:24:07 [INFO] 
09:24:07 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:24:07 [INFO] Compiling 214 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/bin
09:24:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/src/org/eclipse/papyrus/gmf/codegen/util/CodegenEmittersWithXtend2.java:[20] 
09:24:11 	import org.eclipse.papyrus.gmf.codegen.util.CodegenEmitters;
09:24:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:24:11 The import org.eclipse.papyrus.gmf.codegen.util.CodegenEmitters is never used
09:24:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/src/org/eclipse/papyrus/gmf/codegen/util/CodegenEmittersWithXtend2.java:[21] 
09:24:11 	import org.eclipse.papyrus.gmf.codegen.util.ExtensionTemplatesProviderImpl;
09:24:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:24:11 The import org.eclipse.papyrus.gmf.codegen.util.ExtensionTemplatesProviderImpl is never used
09:24:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/src/org/eclipse/papyrus/gmf/codegen/util/CodegenEmittersWithXtend2.java:[22] 
09:24:11 	import org.eclipse.papyrus.gmf.codegen.util.GMFGeneratorModule;
09:24:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:24:11 The import org.eclipse.papyrus.gmf.codegen.util.GMFGeneratorModule is never used
09:24:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/src/org/eclipse/papyrus/gmf/codegen/util/CodegenEmittersWithXtend2.java:[23] 
09:24:11 	import org.eclipse.papyrus.gmf.codegen.util.IExtensionTemplatesProvider;
09:24:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:24:11 The import org.eclipse.papyrus.gmf.codegen.util.IExtensionTemplatesProvider is never used
09:24:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/src/org/eclipse/papyrus/gmf/codegen/util/CodegenXtendPlugin.java:[18] 
09:24:11 	import org.eclipse.papyrus.gmf.codegen.util.DefaultActivator;
09:24:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:24:11 The import org.eclipse.papyrus.gmf.codegen.util.DefaultActivator is never used
09:24:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/src/org/eclipse/papyrus/gmf/codegen/util/MergeFileSystemAccess.java:[52] 
09:24:11 	@SuppressWarnings("restriction")
09:24:11 	                  ^^^^^^^^^^^^^
09:24:11 Unnecessary @SuppressWarnings("restriction")
09:24:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/src/org/eclipse/papyrus/gmf/codegen/util/GeneratorWithXtend2.java:[18] 
09:24:11 	import org.eclipse.papyrus.gmf.codegen.util.CodegenEmittersWithXtend2;
09:24:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:24:11 The import org.eclipse.papyrus.gmf.codegen.util.CodegenEmittersWithXtend2 is never used
09:24:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/src/org/eclipse/papyrus/gmf/codegen/util/GMFGeneratorModule.java:[19] 
09:24:11 	import org.eclipse.papyrus.gmf.codegen.util.IExtensionTemplatesProvider;
09:24:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:24:11 The import org.eclipse.papyrus.gmf.codegen.util.IExtensionTemplatesProvider is never used
09:24:11 8 problems (8 warnings)
09:24:11 [INFO] 
09:24:11 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:24:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:24:11 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:24:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/src/test/resources
09:24:11 [INFO] 
09:24:11 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:24:11 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT-sources.jar
09:24:12 [INFO] 
09:24:12 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:24:12 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT-sources.jar
09:24:12 [INFO] 
09:24:12 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:24:12 [INFO] 
09:24:12 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:24:12 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT.jar
09:24:13 [INFO] 
09:24:13 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:24:13 [INFO] 
09:24:13 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:24:13 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:24:13 [INFO] 
09:24:13 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:24:13 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT.jar
09:24:17 [INFO] 
09:24:17 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:24:19 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT.jar
09:24:46 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT-sources.jar
09:25:15 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:25:15 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT-sources.jar
09:25:24 [INFO] 
09:25:24 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:25:24 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT.jar
09:25:33 [INFO] 
09:25:33 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.codegen.xtend ---
09:25:33 [INFO] 
09:25:33 [INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend.ui >--
09:25:33 [INFO] Building org.eclipse.papyrus.gmf.codegen.xtend.ui 1.0.0-SNAPSHOT [36/90]
09:25:33 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:25:33 [INFO] 
09:25:33 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:33 [INFO] 
09:25:33 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:33 [INFO] The project's OSGi version is 1.0.0.202105031304
09:25:33 [INFO] 
09:25:33 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:33 [INFO] 
09:25:33 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:33 [INFO] 
09:25:33 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:25:33 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:25:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/src/main/resources
09:25:33 [INFO] 
09:25:33 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:33 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/bin
09:25:34 [INFO] 
09:25:34 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:25:34 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:25:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/src/test/resources
09:25:34 [INFO] 
09:25:34 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:34 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT-sources.jar
09:25:34 [INFO] 
09:25:34 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:34 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT-sources.jar
09:25:35 [INFO] 
09:25:35 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:35 [INFO] 
09:25:35 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:35 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT.jar
09:25:36 [INFO] 
09:25:36 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:36 [INFO] 
09:25:36 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:36 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:25:36 [INFO] 
09:25:36 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:36 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT.jar
09:25:36 [INFO] 
09:25:36 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:36 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT.jar
09:25:52 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT-sources.jar
09:25:54 [INFO] Jar '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
09:25:54 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT-sources.jar
09:25:57 [INFO] 
09:25:57 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:57 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT.jar
09:25:58 [INFO] 
09:25:58 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
09:25:58 [INFO] 
09:25:58 [INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.codegen >-----------
09:25:58 [INFO] Building org.eclipse.papyrus.codegen 2.0.0-SNAPSHOT              [37/90]
09:25:58 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:25:58 [INFO] 
09:25:58 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.codegen ---
09:25:58 [INFO] 
09:25:58 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.codegen ---
09:25:58 [INFO] The project's OSGi version is 2.0.0.202105031304
09:25:58 [INFO] 
09:25:58 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.codegen ---
09:25:58 [INFO] 
09:25:58 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.codegen ---
09:25:58 [INFO] 
09:25:58 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.codegen ---
09:25:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:25:58 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:25:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/main/resources
09:25:58 [INFO] 
09:25:58 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.codegen ---
09:25:58 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/bin
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/PapyrusExecuteTemplatesOperation.java:[20] 
09:26:06 	import org.eclipse.papyrus.gmf.internal.codegen.popup.actions.ExecuteTemplatesOperation;
09:26:06 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:26:06 Discouraged access: The type 'ExecuteTemplatesOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/bin')
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/PapyrusExecuteTemplatesOperation.java:[25] 
09:26:06 	* @see org.eclipse.papyrus.gmf.internal.codegen.popup.actions.ExecuteTemplatesOperation
09:26:06 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:26:06 Discouraged access: The type 'ExecuteTemplatesOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/bin')
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/PapyrusExecuteTemplatesOperation.java:[28] 
09:26:06 	public class PapyrusExecuteTemplatesOperation extends ExecuteTemplatesOperation {
09:26:06 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
09:26:06 Discouraged access: The type 'ExecuteTemplatesOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/bin')
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/PapyrusExecuteTemplatesOperation.java:[35] 
09:26:06 	GenEditorGenerator genModel = getGenModel();
09:26:06 	                              ^^^^^^^^^^^
09:26:06 Discouraged access: The method 'ExecuteTemplatesOperation.getGenModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/bin')
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/PapyrusGenerator.java:[23] 
09:26:06 	import org.eclipse.papyrus.gmf.codegen.xtend.ui.handlers.GeneratorWithXtend2;
09:26:06 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:26:06 The type GeneratorWithXtend2 is deprecated
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/PapyrusGenerator.java:[29] 
09:26:06 	public class PapyrusGenerator extends GeneratorWithXtend2 {
09:26:06 	                                      ^^^^^^^^^^^^^^^^^^^
09:26:06 The type GeneratorWithXtend2 is deprecated
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/PapyrusGenerator.java:[45] 
09:26:06 	super(genModel, codegenEmitters);
09:26:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:26:06 The constructor GeneratorWithXtend2(GenEditorGenerator, CodegenEmittersWithXtend2) is deprecated
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/PapyrusCodegenEmitters.java:[18] 
09:26:06 	import org.eclipse.papyrus.gmf.codegen.xtend.ui.handlers.CodegenEmittersWithXtend2;
09:26:06 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:26:06 The type CodegenEmittersWithXtend2 is deprecated
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/PapyrusCodegenEmitters.java:[24] 
09:26:06 	public class PapyrusCodegenEmitters extends CodegenEmittersWithXtend2 {
09:26:06 	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
09:26:06 The type CodegenEmittersWithXtend2 is deprecated
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/PapyrusCodegenEmitters.java:[27] 
09:26:06 	super(useBaseTemplatesOnly, templateDirectory, includeDynamicModelTemplates);
09:26:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:26:06 The constructor CodegenEmittersWithXtend2(boolean, String, boolean) is deprecated
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/actions/PapyrusExecuteTemplateAction.java:[18] 
09:26:06 	import org.eclipse.papyrus.gmf.internal.codegen.popup.actions.ExecuteTemplatesAction;
09:26:06 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:26:06 Discouraged access: The type 'ExecuteTemplatesAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/bin')
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/actions/PapyrusExecuteTemplateAction.java:[19] 
09:26:06 	import org.eclipse.papyrus.gmf.internal.codegen.popup.actions.ExecuteTemplatesOperation;
09:26:06 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:26:06 Discouraged access: The type 'ExecuteTemplatesOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/bin')
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/actions/PapyrusExecuteTemplateAction.java:[26] 
09:26:06 	public class PapyrusExecuteTemplateAction extends ExecuteTemplatesAction {
09:26:06 	                                                  ^^^^^^^^^^^^^^^^^^^^^^
09:26:06 Discouraged access: The type 'ExecuteTemplatesAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/bin')
09:26:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/org/eclipse/papyrus/codegen/actions/PapyrusExecuteTemplateAction.java:[32] 
09:26:06 	protected ExecuteTemplatesOperation createOperation() {
09:26:06 	          ^^^^^^^^^^^^^^^^^^^^^^^^^
09:26:06 Discouraged access: The type 'ExecuteTemplatesOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/bin')
09:26:06 14 problems (14 warnings)
09:26:06 [INFO] 
09:26:06 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.codegen ---
09:26:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:26:06 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:26:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/test/resources
09:26:06 [INFO] 
09:26:06 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.codegen ---
09:26:06 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/target/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT-sources.jar
09:26:07 [INFO] 
09:26:07 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.codegen ---
09:26:07 [INFO] 
09:26:07 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.codegen ---
09:26:07 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/target/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT.jar
09:26:07 [INFO] 
09:26:07 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.codegen ---
09:26:07 [INFO] 
09:26:07 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.codegen ---
09:26:07 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:26:07 [INFO] 
09:26:07 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.codegen ---
09:26:07 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/target/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT.jar
09:26:07 [INFO] 
09:26:07 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.codegen ---
09:26:07 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/target/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT.jar
09:26:09 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/target/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT-sources.jar
09:26:10 [INFO] 
09:26:10 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.codegen ---
09:26:10 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/target/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT.jar
09:26:12 [INFO] 
09:26:12 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.codegen ---
09:26:12 [INFO] 
09:26:12 [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.gmfgenextension >-------
09:26:12 [INFO] Building org.eclipse.papyrus.gmfgenextension 3.0.0-SNAPSHOT      [38/90]
09:26:12 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:26:13 [INFO] 
09:26:13 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmfgenextension ---
09:26:13 [INFO] 
09:26:13 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmfgenextension ---
09:26:13 [INFO] The project's OSGi version is 3.0.0.202105031304
09:26:13 [INFO] 
09:26:13 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmfgenextension ---
09:26:13 [INFO] 
09:26:13 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmfgenextension ---
09:26:13 [INFO] 
09:26:13 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.gmfgenextension ---
09:26:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:26:13 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:26:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/src/main/resources
09:26:13 [INFO] 
09:26:13 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.gmfgenextension ---
09:26:13 [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/bin
09:26:19 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/src/org/eclipse/papyrus/papyrusgmfgenextension/popupaction/AddOrUpdateCommentEditParts.java:[145] 
09:26:19 	eObject.eResource().save(new HashMap());
09:26:19 	                             ^^^^^^^
09:26:19 HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
09:26:19 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/src/org/eclipse/papyrus/papyrusgmfgenextension/popupaction/AddOrUpdateCommentEditParts.java:[344] 
09:26:19 	boolean createOpenDiagramBehaviour = true;
09:26:19 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^
09:26:19 The value of the local variable createOpenDiagramBehaviour is not used
09:26:19 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/src/org/eclipse/papyrus/papyrusgmfgenextension/popupaction/AddSmallAndLargeIconForPaletteAction.java:[76] 
09:26:19 	eObject.eResource().save(new HashMap());
09:26:19 	                             ^^^^^^^
09:26:19 HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
09:26:19 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/src/org/eclipse/papyrus/papyrusgmfgenextension/popupaction/Action.java:[44] 
09:26:19 	Iterator<Object> eltIt = selection.iterator();
09:26:19 	                         ^^^^^^^^^^^^^^^^^^^^
09:26:19 Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Object>
09:26:19 4 problems (4 warnings)
09:26:19 [INFO] 
09:26:19 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.gmfgenextension ---
09:26:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:26:19 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:26:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/src/test/resources
09:26:19 [INFO] 
09:26:19 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmfgenextension ---
09:26:19 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/target/org.eclipse.papyrus.gmfgenextension-3.0.0-SNAPSHOT-sources.jar
09:26:19 [INFO] 
09:26:19 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmfgenextension ---
09:26:19 [INFO] 
09:26:19 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmfgenextension ---
09:26:19 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/target/org.eclipse.papyrus.gmfgenextension-3.0.0-SNAPSHOT.jar
09:26:19 [INFO] 
09:26:19 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmfgenextension ---
09:26:19 [INFO] 
09:26:19 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmfgenextension ---
09:26:19 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:26:19 [INFO] 
09:26:19 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmfgenextension ---
09:26:19 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/target/org.eclipse.papyrus.gmfgenextension-3.0.0-SNAPSHOT.jar
09:26:20 [INFO] 
09:26:20 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmfgenextension ---
09:26:25 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/target/org.eclipse.papyrus.gmfgenextension-3.0.0-SNAPSHOT.jar
09:26:44 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/target/org.eclipse.papyrus.gmfgenextension-3.0.0-SNAPSHOT-sources.jar
09:26:50 [INFO] 
09:26:50 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmfgenextension ---
09:26:50 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/target/org.eclipse.papyrus.gmfgenextension-3.0.0-SNAPSHOT.jar
09:26:51 [INFO] 
09:26:51 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmfgenextension ---
09:26:51 [INFO] 
09:26:51 [INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus.def >-------------
09:26:51 [INFO] Building org.eclipse.papyrus.def 2.1.0-SNAPSHOT                  [39/90]
09:26:51 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:26:51 [INFO] 
09:26:51 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.def ---
09:26:51 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend-gen (includes = [**/*], excludes = [.gitignore])
09:26:51 [INFO] 
09:26:51 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.def ---
09:26:51 [INFO] The project's OSGi version is 2.1.0.202105031304
09:26:51 [INFO] 
09:26:51 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.def ---
09:26:51 [INFO] 
09:26:51 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.def ---
09:26:51 [INFO] 
09:26:51 [INFO] --- xtend-maven-plugin:2.25.0.M1:compile (default) @ org.eclipse.papyrus.def ---
09:26:57 [WARNING] 
09:26:57 WARNING: 	Extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/Extensions.xtend
09:26:57 23: The def modifier is unnecessary on method extensions
09:26:57 [WARNING] 
09:26:57 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend
09:26:57 33: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend
09:26:57 35: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend
09:26:57 37: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend
09:26:57 39: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend
09:26:57 57: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend
09:26:57 59: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend
09:26:57 62: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend
09:26:57 66: The value of the local variable notUsetBooleanVar is not used
09:26:57 [WARNING] 
09:26:57 WARNING: 	manifest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/manifest.xtend
09:26:57 79: The def modifier is unnecessary on method executionEnvironment
09:26:57 [WARNING] 
09:26:57 WARNING: 	ModelElementSelectionPage.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/ModelElementSelectionPage.xtend
09:26:57 22: The def modifier is unnecessary on method extendsList
09:26:57 [WARNING] 
09:26:57 WARNING: 	ChildNodeLabelEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/diagram/editparts/ChildNodeLabelEditPart.xtend
09:26:57 30: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	ChildNodeLabelEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/diagram/editparts/ChildNodeLabelEditPart.xtend
09:26:57 31: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	ChildNodeLabelEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/diagram/editparts/ChildNodeLabelEditPart.xtend
09:26:57 32: Unnecessary cast from ExtendedGenView to ExtendedGenView
09:26:57 [WARNING] 
09:26:57 WARNING: 	EditHelper.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/edithelpers/EditHelper.xtend
09:26:57 23: The public modifier is unnecessary on class EditHelper
09:26:57 [WARNING] 
09:26:57 WARNING: 	NodeConstraintUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/utils/NodeConstraintUtils_qvto.xtend
09:26:57 26: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	NodeConstraintUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/utils/NodeConstraintUtils_qvto.xtend
09:26:57 33: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	NodeConstraintUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/utils/NodeConstraintUtils_qvto.xtend
09:26:57 48: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	NodeConstraintUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/utils/NodeConstraintUtils_qvto.xtend
09:26:57 48: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 39: The import 'java.util.Set' is never used.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 40: The import 'org.eclipse.emf.codegen.ecore.genmodel.GenFeature' is never used.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 56: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 58: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 85: The public modifier is unnecessary on method classSingleton
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 87: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 140: The def modifier is unnecessary on method getConnectedLinks
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 162: The def modifier is unnecessary on method colectConnectedLinks
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 164: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 177: The def modifier is unnecessary on method getIncomingLinksByTypeMethod
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 196: Inconsistent indentation
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 204: Inconsistent indentation
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 196: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 200: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 213: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 226: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 340: The def modifier is unnecessary on method checkChildElementVisualID
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 342: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 349: The def modifier is unnecessary on method checkLinkVisualID
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 355: The def modifier is unnecessary on method getSemanticChildrenMethodName
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 357: The def modifier is unnecessary on method linkGetterName
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 359: The def modifier is unnecessary on method getConnectedLinksByTypeMethodName
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 361: The def modifier is unnecessary on method getConnectedLinksByTypeMethodFragment
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramUpdater.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/DiagramUpdater.xtend
09:26:57 363: The def modifier is unnecessary on method getConnectedLinksByTypeMethodFragment
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 166: Cannot infer type from recursive usage. Type 'Object' is used.
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 38: The import 'java.io.File' is never used.
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 66: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 71: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 73: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 74: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 200: Unnecessary cast from ToolGroup to ToolGroup
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 264: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 264: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 268: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 268: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 285: Inconsistent indentation
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 283: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/plugin.xtend
09:26:57 284: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	NavigatorGroup.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorGroup.xtend
09:26:57 25: The def modifier is unnecessary on method attributes
09:26:57 [WARNING] 
09:26:57 WARNING: 	NavigatorGroup.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorGroup.xtend
09:26:57 36: The def modifier is unnecessary on method addChildren
09:26:57 [WARNING] 
09:26:57 WARNING: 	CreateNodeCommand.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/commands/CreateNodeCommand.xtend
09:26:57 136: Inconsistent indentation
09:26:57 [WARNING] 
09:26:57 WARNING: 	CreateNodeCommand.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/commands/CreateNodeCommand.xtend
09:26:57 151: Inconsistent indentation
09:26:57 [WARNING] 
09:26:57 WARNING: 	CreateNodeCommand.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/commands/CreateNodeCommand.xtend
09:26:57 163: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	CreateNodeCommand.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/commands/CreateNodeCommand.xtend
09:26:57 164: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	CreateNodeCommand.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/commands/CreateNodeCommand.xtend
09:26:57 208: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DocumentProvider.xtend
09:26:57 42: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DocumentProvider.xtend
09:26:57 147: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DocumentProvider.xtend
09:26:57 151: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DocumentProvider.xtend
09:26:57 177: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DocumentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DocumentProvider.xtend
09:26:57 183: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	ChoiceUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/ChoiceUtils_qvto.xtend
09:26:57 30: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	Common.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editparts/Common.xtend
09:26:57 56: The def modifier is unnecessary on method visualIDConstant
09:26:57 [WARNING] 
09:26:57 WARNING: 	NodeDescriptor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/NodeDescriptor.xtend
09:26:57 28: The def modifier is unnecessary on method extendsList
09:26:57 [WARNING] 
09:26:57 WARNING: 	NodeDescriptor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/NodeDescriptor.xtend
09:26:57 30: The def modifier is unnecessary on method constructor
09:26:57 [WARNING] 
09:26:57 WARNING: 	PredefinedParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/parsers/PredefinedParser.xtend
09:26:57 23: The def modifier is unnecessary on method extendsList
09:26:57 [WARNING] 
09:26:57 WARNING: 	PredefinedParser.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/parsers/PredefinedParser.xtend
09:26:57 26: The def modifier is unnecessary on method additions
09:26:57 [WARNING] 
09:26:57 WARNING: 	DomainNavigatorContentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/DomainNavigatorContentProvider.xtend
09:26:57 27: The value of the field DomainNavigatorContentProvider.xptActivator is not used
09:26:57 [WARNING] 
09:26:57 WARNING: 	DomainNavigatorContentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/DomainNavigatorContentProvider.xtend
09:26:57 28: The value of the field DomainNavigatorContentProvider.xptNavigatorContentProvider is not used
09:26:57 [WARNING] 
09:26:57 WARNING: 	DomainNavigatorContentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/DomainNavigatorContentProvider.xtend
09:26:57 31: The def modifier is unnecessary on method wrapEObjects
09:26:57 [WARNING] 
09:26:57 WARNING: 	LabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/propsheet/LabelProvider.xtend
09:26:57 31: The def modifier is unnecessary on method unwrapMethods
09:26:57 [WARNING] 
09:26:57 WARNING: 	NavigatorItem.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorItem.xtend
09:26:57 28: The def modifier is unnecessary on method registerAdapterFactory
09:26:57 [WARNING] 
09:26:57 WARNING: 	Common.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/Common.xtend
09:26:57 26: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/DiagramEditPart.xtend
09:26:57 56: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	VisualTypeProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/VisualTypeProvider.xtend
09:26:57 82: The public modifier is unnecessary on method VisualTypeProvider
09:26:57 [WARNING] 
09:26:57 WARNING: 	LoadResourceAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/actions/LoadResourceAction.xtend
09:26:57 21: The def modifier is unnecessary on method extendsList
09:26:57 [WARNING] 
09:26:57 WARNING: 	CompartmentEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/diagram/editparts/CompartmentEditPart.xtend
09:26:57 32: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	CompartmentEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/diagram/editparts/CompartmentEditPart.xtend
09:26:57 33: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	CompartmentEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/diagram/editparts/CompartmentEditPart.xtend
09:26:57 34: Unnecessary cast from ExtendedGenView to ExtendedGenView
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DiagramEditorUtil.xtend
09:26:57 37: The def modifier is unnecessary on method getUniqueFileNameMethod
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DiagramEditorUtil.xtend
09:26:57 41: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DiagramEditorUtil.xtend
09:26:57 47: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DiagramEditorUtil.xtend
09:26:57 55: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DiagramEditorUtil.xtend
09:26:57 64: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DiagramEditorUtil.xtend
09:26:57 70: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DiagramEditorUtil.xtend
09:26:57 77: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	DiagramEditorUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DiagramEditorUtil.xtend
09:26:57 101: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	ActionBarContributor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/ActionBarContributor.xtend
09:26:57 27: The def modifier is unnecessary on method ActionBarContributor
09:26:57 [WARNING] 
09:26:57 WARNING: 	ViewStyles.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/views/ViewStyles.xtend
09:26:57 46: The def modifier is unnecessary on method offset
09:26:57 [WARNING] 
09:26:57 WARNING: 	AbstractNavigatorItem.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/AbstractNavigatorItem.xtend
09:26:57 24: The class "AbstractNavigatorItem" is not declared abstract.
09:26:57 [WARNING] 
09:26:57 WARNING: 	AbstractNavigatorItem.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/AbstractNavigatorItem.xtend
09:26:57 28: The def modifier is unnecessary on method registerAdapterFactory
09:26:57 [WARNING] 
09:26:57 WARNING: 	MarkerNavigationProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/MarkerNavigationProvider.xtend
09:26:57 26: The def modifier is unnecessary on method MarkerNavigationProvider
09:26:57 [WARNING] 
09:26:57 WARNING: 	TextAware.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/TextAware.xtend
09:26:57 24: The import 'org.eclipse.papyrus.gmf.codegen.gmfgen.GenExternalNodeLabel' is never used.
09:26:57 [WARNING] 
09:26:57 WARNING: 	TextAware.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/TextAware.xtend
09:26:57 25: The import 'org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkLabel' is never used.
09:26:57 [WARNING] 
09:26:57 WARNING: 	TextAware.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/TextAware.xtend
09:26:57 45: The extension xpt.Common_qvto is not used in TextAware
09:26:57 [WARNING] 
09:26:57 WARNING: 	TextAware.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/TextAware.xtend
09:26:57 163: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	TextAware.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/TextAware.xtend
09:26:57 232: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	TextAware.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/TextAware.xtend
09:26:57 267: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	AbstractExpression.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/expressions/AbstractExpression.xtend
09:26:57 22: The class "AbstractExpression" is not declared abstract.
09:26:57 [WARNING] 
09:26:57 WARNING: 	ActivatorImpl.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/ActivatorImpl.xtend
09:26:57 97: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	ActivatorImpl.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/ActivatorImpl.xtend
09:26:57 128: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	NewDiagramFileWizard.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/NewDiagramFileWizard.xtend
09:26:57 128: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:57 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorLabelProvider.xtend
09:26:57 39: The def modifier is unnecessary on method getTextMethodName
09:26:57 [WARNING] 
09:26:57 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorLabelProvider.xtend
09:26:57 41: The def modifier is unnecessary on method getDiagramLabelText
09:26:57 [WARNING] 
09:26:57 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorLabelProvider.xtend
09:26:57 51: The def modifier is unnecessary on method getLabelFeatureText
09:26:57 [WARNING] 
09:26:57 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorLabelProvider.xtend
09:26:57 52: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:57 [WARNING] 
09:26:58 WARNING: 	NavigatorLabelProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorLabelProvider.xtend
09:26:58 52: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 69: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 70: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 71: Unnecessary cast from ExtendedGenView to ExtendedGenView
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 82: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 83: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 118: Inconsistent indentation
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 124: Inconsistent indentation
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 124: Inconsistent indentation
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 125: Inconsistent indentation
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 142: The def modifier is unnecessary on method setLineWidth
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 152: The def modifier is unnecessary on method setLineStyle
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 199: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 200: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 325: The def modifier is unnecessary on method borderItemSelectionEP
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 418: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 429: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeEditPart.xtend
09:26:58 472: The def modifier is unnecessary on method getTargetEditPartMethod
09:26:58 [WARNING] 
09:26:58 WARNING: 	NavigatorContentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorContentProvider.xtend
09:26:58 81: The def modifier is unnecessary on method initCommonAttributes
09:26:58 [WARNING] 
09:26:58 WARNING: 	NavigatorContentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorContentProvider.xtend
09:26:58 130: The def modifier is unnecessary on method constructor
09:26:58 [WARNING] 
09:26:58 WARNING: 	NavigatorContentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorContentProvider.xtend
09:26:58 388: The def modifier is unnecessary on method i18nKeyForGroup
09:26:58 [WARNING] 
09:26:58 WARNING: 	NavigatorContentProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorContentProvider.xtend
09:26:58 389: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 39: The def modifier is unnecessary on method attributes
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 51: The def modifier is unnecessary on method getElement
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 57: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 59: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 62: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 69: The def modifier is unnecessary on method isKnownElementType
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 92: The def modifier is unnecessary on method additions
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 110: The def modifier is unnecessary on method getElementTypeByVisualID
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 115: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 124: The def modifier is unnecessary on method getElementType
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 131: The def modifier is unnecessary on method elementTypeField
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 132: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 139: The def modifier is unnecessary on method typedInstance
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 164: The def modifier is unnecessary on method accessElementType
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 166: The def modifier is unnecessary on method caseElementType
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 171: The def modifier is unnecessary on method addKnownElementType
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementTypes.xtend
09:26:58 172: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:26:58 95: The def modifier is unnecessary on method addDestroyShortcutsCommand
09:26:58 [WARNING] 
09:26:58 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:26:58 275: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:26:58 288: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:26:58 317: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:26:58 364: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:26:58 364: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:26:58 366: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:26:58 369: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	BaseItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/BaseItemSemanticEditPolicy.xtend
09:26:58 383: The def modifier is unnecessary on method getGEFWrapper
09:26:58 [WARNING] 
09:26:58 WARNING: 	BaseEditHelper.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/edithelpers/BaseEditHelper.xtend
09:26:58 19: The public modifier is unnecessary on class BaseEditHelper
09:26:58 [WARNING] 
09:26:58 WARNING: 	BaseEditHelper.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/edithelpers/BaseEditHelper.xtend
09:26:58 23: The def modifier is unnecessary on method editPolicyCommandConstant
09:26:58 [WARNING] 
09:26:58 WARNING: 	BaseEditHelper.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/edithelpers/BaseEditHelper.xtend
09:26:58 25: The def modifier is unnecessary on method contextElementTypeConstant
09:26:58 [WARNING] 
09:26:58 WARNING: 	LinkDescriptor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/LinkDescriptor.xtend
09:26:58 28: The def modifier is unnecessary on method extendsList
09:26:58 [WARNING] 
09:26:58 WARNING: 	LinkDescriptor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/LinkDescriptor.xtend
09:26:58 30: The def modifier is unnecessary on method refOnlyLinkConstructor
09:26:58 [WARNING] 
09:26:58 WARNING: 	LinkDescriptor.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/updater/LinkDescriptor.xtend
09:26:58 37: The def modifier is unnecessary on method typeLinkConstructor
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 63: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 64: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 66: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 77: Inconsistent indentation
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 78: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 118: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 120: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 186: The def modifier is unnecessary on method getType
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 193: The def modifier is unnecessary on method getViewVisualID
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 207: The def modifier is unnecessary on method unrecognizedVID
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 211: The def modifier is unnecessary on method getVisualID
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 218: The def modifier is unnecessary on method getNodeVisualID
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 249: The def modifier is unnecessary on method getLinkWithClassVisualID
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 260: The def modifier is unnecessary on method canCreateNode
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 287: The def modifier is unnecessary on method checkEssentialChild
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 293: The def modifier is unnecessary on method isCompartmentVisualID
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 308: The def modifier is unnecessary on method isSemanticLeafVisualID
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 329: The def modifier is unnecessary on method checkNodeVisualID
09:26:58 [WARNING] 
09:26:58 WARNING: 	VisualIDRegistry.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/VisualIDRegistry.xtend
09:26:58 341: The def modifier is unnecessary on method domainElementConstraintMethodName
09:26:58 [WARNING] 
09:26:58 WARNING: 	NavigatorSorter.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorSorter.xtend
09:26:58 30: The def modifier is unnecessary on method category
09:26:58 [WARNING] 
09:26:58 WARNING: 	ResourceSetModificationListener.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/ResourceSetModificationListener.xtend
09:26:58 51: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ParserUtils_qvto.xtend
09:26:58 30: The def modifier is unnecessary on method parserFieldName
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserUtils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ParserUtils_qvto.xtend
09:26:58 34: The def modifier is unnecessary on method parserAccessorName
09:26:58 [WARNING] 
09:26:58 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/preferences/extensions.xtend
09:26:58 47: Unnecessary cast from GenStandardPreferencePage to GenStandardPreferencePage
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeLabelEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/NodeLabelEditPart.xtend
09:26:58 33: The def modifier is unnecessary on method nodeLabelDragPolicyQualifiedClassName
09:26:58 [WARNING] 
09:26:58 WARNING: 	TextNonResizableEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/TextNonResizableEditPolicy.xtend
09:26:58 31: The def modifier is unnecessary on method TextNonResizableEditPolicy_createSelectionHandles
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementInitializers.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementInitializers.xtend
09:26:58 121: The def modifier is unnecessary on method initMethodCall
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementInitializers.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementInitializers.xtend
09:26:58 122: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	DiagramContentInitializer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DiagramContentInitializer.xtend
09:26:58 28: The def modifier is unnecessary on method getCompartment
09:26:58 [WARNING] 
09:26:58 WARNING: 	DiagramContentInitializer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/DiagramContentInitializer.xtend
09:26:58 42: The def modifier is unnecessary on method createChildrenMethodName
09:26:58 [WARNING] 
09:26:58 WARNING: 	IconProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/IconProvider.xtend
09:26:58 27: The def modifier is unnecessary on method extendsList
09:26:58 [WARNING] 
09:26:58 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/palette/Utils_qvto.xtend
09:26:58 51: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/palette/Utils_qvto.xtend
09:26:58 55: Unnecessary cast from ToolEntry to ToolEntry
09:26:58 [WARNING] 
09:26:58 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/palette/Utils_qvto.xtend
09:26:58 56: Unnecessary cast from ToolEntry to ToolEntry
09:26:58 [WARNING] 
09:26:58 WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/palette/Utils_qvto.xtend
09:26:58 78: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ExternalNodeLabelEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/diagram/editparts/ExternalNodeLabelEditPart.xtend
09:26:58 32: Inconsistent indentation
09:26:58 [WARNING] 
09:26:58 WARNING: 	ExternalNodeLabelEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/diagram/editparts/ExternalNodeLabelEditPart.xtend
09:26:58 34: Inconsistent indentation
09:26:58 [WARNING] 
09:26:58 WARNING: 	ExternalNodeLabelEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/diagram/editparts/ExternalNodeLabelEditPart.xtend
09:26:58 32: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ExternalNodeLabelEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/diagram/editparts/ExternalNodeLabelEditPart.xtend
09:26:58 33: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ExternalNodeLabelEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/diagram/editparts/ExternalNodeLabelEditPart.xtend
09:26:58 34: Unnecessary cast from ExtendedGenView to ExtendedGenView
09:26:58 [WARNING] 
09:26:58 WARNING: 	EditPartProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/EditPartProvider.xtend
09:26:58 27: The def modifier is unnecessary on method extendsList
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/NodeItemSemanticEditPolicy.xtend
09:26:58 156: Inconsistent indentation
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/NodeItemSemanticEditPolicy.xtend
09:26:58 165: Inconsistent indentation
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/NodeItemSemanticEditPolicy.xtend
09:26:58 179: Inconsistent indentation
09:26:58 [WARNING] 
09:26:58 WARNING: 	NodeItemSemanticEditPolicy.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/NodeItemSemanticEditPolicy.xtend
09:26:58 196: Inconsistent indentation
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 42: The extension xpt.Common_qvto is not used in ParserProvider
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 44: The extension xpt.expressions.OclTracker_qvto is not used in ParserProvider
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 45: The extension xpt.providers.ParserUtils_qvto is not used in ParserProvider
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 46: The extension impl.parsers.expression_qvto is not used in ParserProvider
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 48: The extension parsers.ExpressionLabelParser is not used in ParserProvider
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 49: The extension parsers.PredefinedParser is not used in ParserProvider
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 51: The value of the field ParserProvider.xptGetExpression is not used
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 52: The value of the field ParserProvider.xptMetaModel is not used
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 53: The value of the field ParserProvider.xptVisualIDRegistry is not used
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 55: The value of the field ParserProvider.xptParsers is not used
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 56: The value of the field ParserProvider.xptActivator is not used
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 58: The def modifier is unnecessary on method HintAdapterClass
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 85: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 93: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 102: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 112: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 120: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 125: The def modifier is unnecessary on method getParserByVisualIdMethod
09:26:58 [WARNING] 
09:26:58 WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/parsers/ParserProvider.xtend
09:26:58 145: The def modifier is unnecessary on method provider_providesMethod
09:26:58 [WARNING] 
09:26:58 WARNING: 	ValidateAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/ValidateAction.xtend
09:26:58 55: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ValidateAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/ValidateAction.xtend
09:26:58 84: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ValidateAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/ValidateAction.xtend
09:26:58 160: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ValidateAction.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/ValidateAction.xtend
09:26:58 171: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	OpenDiagram.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/OpenDiagram.xtend
09:26:58 48: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	OpenDiagram.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/OpenDiagram.xtend
09:26:58 59: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	NavigatorLinkHelper.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorLinkHelper.xtend
09:26:58 32: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	NavigatorLinkHelper.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/NavigatorLinkHelper.xtend
09:26:58 40: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ViewProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ViewProvider.xtend
09:26:58 131: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ViewProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ViewProvider.xtend
09:26:58 174: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ViewProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ViewProvider.xtend
09:26:58 240: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ViewProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ViewProvider.xtend
09:26:58 241: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ViewProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ViewProvider.xtend
09:26:58 471: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ViewProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ViewProvider.xtend
09:26:58 482: The def modifier is unnecessary on method initCompartment
09:26:58 [WARNING] 
09:26:58 WARNING: 	CanonicalUpdate.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/update/CanonicalUpdate.xtend
09:26:58 41: The def modifier is unnecessary on method getFeaturesToSynchronizeMethod
09:26:58 [WARNING] 
09:26:58 WARNING: 	CanonicalUpdate.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/update/CanonicalUpdate.xtend
09:26:58 63: The def modifier is unnecessary on method getSemanticChildrenListMethod
09:26:58 [WARNING] 
09:26:58 WARNING: 	CanonicalUpdate.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/update/CanonicalUpdate.xtend
09:26:58 81: The def modifier is unnecessary on method refreshConnectionsBody
09:26:58 [WARNING] 
09:26:58 WARNING: 	CanonicalUpdate.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/update/CanonicalUpdate.xtend
09:26:58 96: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	CanonicalUpdate.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/update/CanonicalUpdate.xtend
09:26:58 118: The def modifier is unnecessary on method collectAllLinksMethod
09:26:58 [WARNING] 
09:26:58 WARNING: 	linkCommands.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/editpolicies/linkCommands.xtend
09:26:58 58: The value of the field linkCommands.aspectsUtils_qvto is not used
09:26:58 [WARNING] 
09:26:58 WARNING: 	ValidationProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ValidationProvider.xtend
09:26:58 42: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ValidationProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ValidationProvider.xtend
09:26:58 43: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ValidationProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ValidationProvider.xtend
09:26:58 71: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ValidationProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ValidationProvider.xtend
09:26:58 72: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	ValidationProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ValidationProvider.xtend
09:26:58 111: The def modifier is unnecessary on method strategy_support
09:26:58 [WARNING] 
09:26:58 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/extensions.xtend
09:26:58 97: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/extensions.xtend
09:26:58 186: The def modifier is unnecessary on method commaSeparatedVisualIDs
09:26:58 [WARNING] 
09:26:58 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/extensions.xtend
09:26:58 188: The def modifier is unnecessary on method elementType
09:26:58 [WARNING] 
09:26:58 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/extensions.xtend
09:26:58 192: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/extensions.xtend
09:26:58 203: The def modifier is unnecessary on method specializationType
09:26:58 [WARNING] 
09:26:58 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/extensions.xtend
09:26:58 206: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/extensions.xtend
09:26:58 209: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/extensions.xtend
09:26:58 211: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/extensions.xtend
09:26:58 217: The def modifier is unnecessary on method elementType
09:26:58 [WARNING] 
09:26:58 WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/extensions.xtend
09:26:58 220: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	CreationWizard.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/CreationWizard.xtend
09:26:58 100: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	CreationWizard.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/CreationWizard.xtend
09:26:58 140: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	PreferenceInitializer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/preferences/PreferenceInitializer.xtend
09:26:58 26: The extension xpt.Common is not used in PreferenceInitializer
09:26:58 [WARNING] 
09:26:58 WARNING: 	PreferenceInitializer.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/diagram/preferences/PreferenceInitializer.xtend
09:26:58 28: The value of the field PreferenceInitializer.xptActivator is not used
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementInitializers_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementInitializers_qvto.xtend
09:26:58 31: The def modifier is unnecessary on method javaMethodName
09:26:58 [WARNING] 
09:26:58 WARNING: 	ElementInitializers_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/providers/ElementInitializers_qvto.xtend
09:26:58 33: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	PaletteConfiguration.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/palette/PaletteConfiguration.xtend
09:26:58 68: Unnecessary cast from ToolGroup to ToolGroup
09:26:58 [WARNING] 
09:26:58 WARNING: 	PaletteConfiguration.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/palette/PaletteConfiguration.xtend
09:26:58 81: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	PaletteConfiguration.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/palette/PaletteConfiguration.xtend
09:26:58 86: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	PaletteConfiguration.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/palette/PaletteConfiguration.xtend
09:26:58 91: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	PaletteConfiguration.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/editor/palette/PaletteConfiguration.xtend
09:26:58 97: The operator '==' should be replaced by '===' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	DomainNavigatorItem.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/xpt/navigator/DomainNavigatorItem.xtend
09:26:58 27: The def modifier is unnecessary on method registerAdapterFactory
09:26:58 [WARNING] 
09:26:58 WARNING: 	LinkEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/LinkEditPart.xtend
09:26:58 37: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:26:58 [WARNING] 
09:26:58 WARNING: 	LinkEditPart.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/xtend/aspects/impl/diagram/editparts/LinkEditPart.xtend
09:26:58 38: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:12 [INFO] 
09:27:12 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.def ---
09:27:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:27:12 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:27:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/src/main/resources
09:27:12 [INFO] 
09:27:12 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.def ---
09:27:12 [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/bin
09:27:13 [INFO] 
09:27:13 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.def ---
09:27:14 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:27:14 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:27:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/src/test/resources
09:27:14 [INFO] 
09:27:14 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.def ---
09:27:14 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/target/org.eclipse.papyrus.def-2.1.0-SNAPSHOT-sources.jar
09:27:14 [INFO] 
09:27:14 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.def ---
09:27:14 [INFO] 
09:27:14 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.def ---
09:27:14 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/target/org.eclipse.papyrus.def-2.1.0-SNAPSHOT.jar
09:27:14 [INFO] 
09:27:14 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.def ---
09:27:14 [INFO] 
09:27:14 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.def ---
09:27:14 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:27:14 [INFO] 
09:27:14 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.def ---
09:27:14 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/target/org.eclipse.papyrus.def-2.1.0-SNAPSHOT.jar
09:27:17 [INFO] 
09:27:17 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.def ---
09:27:23 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/target/org.eclipse.papyrus.def-2.1.0-SNAPSHOT.jar
09:27:27 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/target/org.eclipse.papyrus.def-2.1.0-SNAPSHOT-sources.jar
09:27:29 [INFO] 
09:27:29 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.def ---
09:27:29 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.def/target/org.eclipse.papyrus.def-2.1.0-SNAPSHOT.jar
09:27:30 [INFO] 
09:27:30 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.def ---
09:27:30 [INFO] 
09:27:30 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.uml-assistants >-------
09:27:30 [INFO] Building Papyrus UML Assistants 0.0.1-SNAPSHOT                   [40/90]
09:27:30 [INFO] --------------------------------[ pom ]---------------------------------
09:27:30 [INFO] 
09:27:30 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml-assistants ---
09:27:30 [INFO] 
09:27:30 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-assistants ---
09:27:30 [INFO] 
09:27:30 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.uml-assistants ---
09:27:30 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:27:30 [INFO] 
09:27:30 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.uml-assistants ---
09:27:30 [INFO] 
09:27:30 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.uml-assistants ---
09:27:30 [INFO] 
09:27:30 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.uml-assistants ---
09:27:30 [INFO] 
09:27:30 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml-assistants ---
09:27:30 [INFO] 
09:27:30 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator >--
09:27:30 [INFO] Building org.eclipse.papyrus.uml.profile.types.generator 3.0.0-SNAPSHOT [41/90]
09:27:30 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:27:30 [INFO] 
09:27:30 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:30 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/xtend-gen (includes = [], excludes = [**/.gitignore])
09:27:30 [INFO] 
09:27:30 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:30 [INFO] The project's OSGi version is 3.0.0.202105031304
09:27:30 [INFO] 
09:27:30 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:30 [INFO] 
09:27:30 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:30 [INFO] 
09:27:30 [INFO] --- xtend-maven-plugin:2.25.0.M1:compile (default) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:33 [WARNING] 
09:27:33 WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
09:27:33 40: The private modifier is unnecessary on field VISUAL_ID_PATTERN
09:27:33 [WARNING] 
09:27:33 WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
09:27:33 90: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
09:27:33 101: The public modifier is unnecessary on method hasSemanticSupertype
09:27:33 [WARNING] 
09:27:33 WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
09:27:33 144: Null-safe call of primitive-valued feature canContain, default value false will be used
09:27:33 [WARNING] 
09:27:33 WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
09:27:33 164: The operator '==' should be replaced by '===' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
09:27:33 170: The operator '==' should be replaced by '===' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
09:27:33 179: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
09:27:33 207: Null-safe call of primitive-valued feature canSourceTo, default value false will be used
09:27:33 [WARNING] 
09:27:33 WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
09:27:33 221: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
09:27:33 230: Null-safe call of primitive-valued feature canTargetFrom, default value false will be used
09:27:33 [WARNING] 
09:27:33 WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
09:27:33 244: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	ConfigurationSetRule.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ConfigurationSetRule.xtend
09:27:33 63: The operator '==' should be replaced by '===' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	ConfigurationSetRule.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ConfigurationSetRule.xtend
09:27:33 83: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	ConfigurationSetRule.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ConfigurationSetRule.xtend
09:27:33 140: The operator '==' should be replaced by '===' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
09:27:33 66: Unnecessary cast from ConfiguredHintedSpecializationElementType to ConfiguredHintedSpecializationElementType
09:27:33 [WARNING] 
09:27:33 WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
09:27:33 77: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
09:27:33 93: Unnecessary cast from SpecializationTypeConfiguration to SpecializationTypeConfiguration
09:27:33 [WARNING] 
09:27:33 WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
09:27:33 95: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
09:27:33 103: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
09:27:33 145: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
09:27:33 197: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
09:27:33 200: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:33 [WARNING] 
09:27:33 WARNING: 	Identifiers.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/Identifiers.xtend
09:27:33 68: The public modifier is unnecessary on method diPostfix
09:27:33 [WARNING] 
09:27:33 WARNING: 	UML.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UML.xtend
09:27:33 122: Null-safe call of primitive-valued feature contains, default value false will be used
09:27:36 [INFO] 
09:27:36 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:27:36 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:27:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/main/resources
09:27:36 [INFO] 
09:27:36 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:36 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/bin
09:27:38 [INFO] 
09:27:38 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:27:38 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:27:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/test/resources
09:27:38 [INFO] 
09:27:38 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:39 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/target/org.eclipse.papyrus.uml.profile.types.generator-3.0.0-SNAPSHOT-sources.jar
09:27:39 [INFO] 
09:27:39 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:39 [INFO] 
09:27:39 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:39 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/target/org.eclipse.papyrus.uml.profile.types.generator-3.0.0-SNAPSHOT.jar
09:27:39 [INFO] 
09:27:39 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:39 [INFO] 
09:27:39 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:39 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:27:39 [INFO] 
09:27:39 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:39 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/target/org.eclipse.papyrus.uml.profile.types.generator-3.0.0-SNAPSHOT.jar
09:27:39 [INFO] 
09:27:39 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:40 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/target/org.eclipse.papyrus.uml.profile.types.generator-3.0.0-SNAPSHOT.jar
09:27:42 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/target/org.eclipse.papyrus.uml.profile.types.generator-3.0.0-SNAPSHOT-sources.jar
09:27:44 [INFO] 
09:27:44 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:44 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/target/org.eclipse.papyrus.uml.profile.types.generator-3.0.0-SNAPSHOT.jar
09:27:44 [INFO] 
09:27:44 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.types.generator ---
09:27:44 [INFO] 
09:27:44 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator >--
09:27:44 [INFO] Building org.eclipse.papyrus.uml.profile.assistants.generator 5.0.0-SNAPSHOT [42/90]
09:27:44 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:27:44 [INFO] 
09:27:44 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:44 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/xtend-gen (includes = [], excludes = [**/.gitignore])
09:27:44 [INFO] 
09:27:44 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:44 [INFO] The project's OSGi version is 5.0.0.202105031304
09:27:44 [INFO] 
09:27:44 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:44 [INFO] 
09:27:44 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:44 [INFO] 
09:27:44 [INFO] --- xtend-maven-plugin:2.25.0.M1:compile (default) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:45 [WARNING] 
09:27:45 WARNING: 	FiltersUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/src/org/eclipse/papyrus/uml/profile/assistants/generator/FiltersUtil.xtend
09:27:45 133: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:45 [WARNING] 
09:27:45 WARNING: 	FiltersUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/src/org/eclipse/papyrus/uml/profile/assistants/generator/FiltersUtil.xtend
09:27:45 143: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:27:45 [WARNING] 
09:27:45 WARNING: 	FiltersUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/src/org/eclipse/papyrus/uml/profile/assistants/generator/FiltersUtil.xtend
09:27:45 200: The operator '==' should be replaced by '===' when null is one of the arguments.
09:27:45 [WARNING] 
09:27:45 WARNING: 	FiltersUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/src/org/eclipse/papyrus/uml/profile/assistants/generator/FiltersUtil.xtend
09:27:45 258: The operator '==' should be replaced by '===' when null is one of the arguments.
09:27:45 [INFO] 
09:27:45 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:27:45 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:27:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/src/main/resources
09:27:45 [INFO] 
09:27:45 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:45 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/bin
09:27:46 [INFO] 
09:27:46 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:27:46 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:27:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/src/test/resources
09:27:46 [INFO] 
09:27:46 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:46 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/target/org.eclipse.papyrus.uml.profile.assistants.generator-5.0.0-SNAPSHOT-sources.jar
09:27:46 [INFO] 
09:27:46 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:46 [INFO] 
09:27:46 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:46 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/target/org.eclipse.papyrus.uml.profile.assistants.generator-5.0.0-SNAPSHOT.jar
09:27:46 [INFO] 
09:27:46 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:46 [INFO] 
09:27:46 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:46 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:27:46 [INFO] 
09:27:46 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:46 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/target/org.eclipse.papyrus.uml.profile.assistants.generator-5.0.0-SNAPSHOT.jar
09:27:46 [INFO] 
09:27:46 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:46 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/target/org.eclipse.papyrus.uml.profile.assistants.generator-5.0.0-SNAPSHOT.jar
09:27:48 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/target/org.eclipse.papyrus.uml.profile.assistants.generator-5.0.0-SNAPSHOT-sources.jar
09:27:50 [INFO] 
09:27:50 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:50 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/target/org.eclipse.papyrus.uml.profile.assistants.generator-5.0.0-SNAPSHOT.jar
09:27:50 [INFO] 
09:27:50 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
09:27:50 [INFO] 
09:27:50 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.dev.assistants.codegen >---
09:27:50 [INFO] Building org.eclipse.papyrus.dev.assistants.codegen 2.0.100-SNAPSHOT [43/90]
09:27:50 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:27:50 [INFO] 
09:27:50 [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:27:53 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/xtend-gen (includes = [], excludes = [**/.gitignore])
09:27:53 [INFO] 
09:27:53 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:27:53 [INFO] The project's OSGi version is 2.0.100.202105031304
09:27:53 [INFO] 
09:27:53 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:27:53 [INFO] 
09:27:53 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:27:53 [INFO] 
09:27:53 [INFO] --- xtend-maven-plugin:2.25.0.M1:compile (default) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:28:00 [WARNING] 
09:28:00 WARNING: 	GMFGenToAssistantRule.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/generator/GMFGenToAssistantRule.xtend
09:28:00 58: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:28:00 [WARNING] 
09:28:00 WARNING: 	GMFGenToAssistantRule.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/generator/GMFGenToAssistantRule.xtend
09:28:00 62: The operator '!=' should be replaced by '!==' when null is one of the arguments.
09:28:00 [INFO] 
09:28:00 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:28:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:28:00 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:28:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/main/resources
09:28:00 [INFO] 
09:28:00 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:28:00 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/bin
09:28:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/GenerateModelingAssistantsFromGMFGenHandler.java:[32] 
09:28:01 	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
09:28:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:01 The type AdapterUtils is deprecated
09:28:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/GenerateModelingAssistantsFromGMFGenHandler.java:[53] 
09:28:01 	IFile file = AdapterUtils.adapt(sselection.getFirstElement(), IFile.class, null);
09:28:01 	             ^^^^^^^^^^^^
09:28:01 The type AdapterUtils is deprecated
09:28:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/GenerateModelingAssistantsFromGMFGenHandler.java:[53] 
09:28:01 	IFile file = AdapterUtils.adapt(sselection.getFirstElement(), IFile.class, null);
09:28:01 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:01 The method adapt(Object, Class<IFile>, IFile) from the type AdapterUtils is deprecated
09:28:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/AddPopupBarEditPolicyHandler.java:[36] 
09:28:01 	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
09:28:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:01 The type AdapterUtils is deprecated
09:28:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/AddPopupBarEditPolicyHandler.java:[56] 
09:28:01 	IStructuredSelection sel = AdapterUtils.adapt(HandlerUtil.getCurrentSelection(event), IStructuredSelection.class, null);
09:28:01 	                           ^^^^^^^^^^^^
09:28:01 The type AdapterUtils is deprecated
09:28:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/AddPopupBarEditPolicyHandler.java:[56] 
09:28:01 	IStructuredSelection sel = AdapterUtils.adapt(HandlerUtil.getCurrentSelection(event), IStructuredSelection.class, null);
09:28:01 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:01 The method adapt(Object, Class<IStructuredSelection>, IStructuredSelection) from the type AdapterUtils is deprecated
09:28:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/GenerateModelingAssistantsFromElementTypesHandler.java:[30] 
09:28:01 	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
09:28:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:01 The type AdapterUtils is deprecated
09:28:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/GenerateModelingAssistantsFromElementTypesHandler.java:[53] 
09:28:01 	IFile file = AdapterUtils.adapt(sselection.getFirstElement(), IFile.class, null);
09:28:01 	             ^^^^^^^^^^^^
09:28:01 The type AdapterUtils is deprecated
09:28:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/GenerateModelingAssistantsFromElementTypesHandler.java:[53] 
09:28:01 	IFile file = AdapterUtils.adapt(sselection.getFirstElement(), IFile.class, null);
09:28:01 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:01 The method adapt(Object, Class<IFile>, IFile) from the type AdapterUtils is deprecated
09:28:01 9 problems (9 warnings)
09:28:01 [INFO] 
09:28:01 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:28:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:28:01 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:28:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/test/resources
09:28:01 [INFO] 
09:28:01 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:28:01 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/target/org.eclipse.papyrus.dev.assistants.codegen-2.0.100-SNAPSHOT-sources.jar
09:28:01 [INFO] 
09:28:01 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:28:01 [INFO] 
09:28:01 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:28:01 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/target/org.eclipse.papyrus.dev.assistants.codegen-2.0.100-SNAPSHOT.jar
09:28:01 [INFO] 
09:28:01 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:28:01 [INFO] 
09:28:01 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:28:01 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:28:01 [INFO] 
09:28:01 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:28:01 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/target/org.eclipse.papyrus.dev.assistants.codegen-2.0.100-SNAPSHOT.jar
09:28:01 [INFO] 
09:28:01 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:28:02 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/target/org.eclipse.papyrus.dev.assistants.codegen-2.0.100-SNAPSHOT.jar
09:28:04 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/target/org.eclipse.papyrus.dev.assistants.codegen-2.0.100-SNAPSHOT-sources.jar
09:28:07 [INFO] 
09:28:07 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:28:07 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/target/org.eclipse.papyrus.dev.assistants.codegen-2.0.100-SNAPSHOT.jar
09:28:07 [INFO] 
09:28:07 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.dev.assistants.codegen ---
09:28:07 [INFO] 
09:28:07 [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.gmf.tooling.feature >-----
09:28:07 [INFO] Building org.eclipse.papyrus.gmf.tooling.feature 3.3.0-SNAPSHOT  [44/90]
09:28:07 [INFO] --------------------------[ eclipse-feature ]---------------------------
09:28:07 [INFO] 
09:28:07 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:07 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.gmf.tooling.feature/target
09:28:07 [INFO] 
09:28:07 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:07 [INFO] The project's OSGi version is 3.3.0.202105031304
09:28:07 [INFO] 
09:28:07 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:07 [INFO] 
09:28:07 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:07 [INFO] 
09:28:07 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:07 [INFO] 
09:28:07 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:07 [INFO] 
09:28:07 [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:07 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.gmf.tooling.feature/target/org.eclipse.papyrus.gmf.tooling.feature-3.3.0-SNAPSHOT.jar
09:28:07 [INFO] 
09:28:07 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:07 [INFO] 
09:28:07 [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:07 [INFO] 
09:28:07 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:07 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:28:07 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.gmf.tooling.feature/target/org.eclipse.papyrus.gmf.tooling.feature-3.3.0-SNAPSHOT-sources-feature.jar
09:28:07 [INFO] 
09:28:07 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:07 [INFO] 
09:28:07 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:07 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.gmf.tooling.feature/target/org.eclipse.papyrus.gmf.tooling.feature-3.3.0-SNAPSHOT.jar
09:28:09 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.gmf.tooling.feature/target/org.eclipse.papyrus.gmf.tooling.feature-3.3.0-SNAPSHOT-sources-feature.jar
09:28:11 [INFO] 
09:28:11 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:11 [INFO] 
09:28:11 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.tooling.feature ---
09:28:11 [INFO] 
09:28:11 [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.mwe2.utils >---------
09:28:11 [INFO] Building org.eclipse.papyrus.mwe2.utils 2.0.0-SNAPSHOT           [45/90]
09:28:11 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:28:11 [INFO] 
09:28:11 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.mwe2.utils ---
09:28:11 [INFO] 
09:28:11 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.mwe2.utils ---
09:28:11 [INFO] The project's OSGi version is 2.0.0.202105031304
09:28:11 [INFO] 
09:28:11 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.mwe2.utils ---
09:28:11 [INFO] 
09:28:11 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.mwe2.utils ---
09:28:11 [INFO] 
09:28:11 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.mwe2.utils ---
09:28:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:28:11 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:28:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/src/main/resources
09:28:11 [INFO] 
09:28:11 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.mwe2.utils ---
09:28:11 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/bin
09:28:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/src/org/eclipse/papyrus/mwe2/utils/components/QvtoTransformationWorkflow.java:[125] 
09:28:11 	List<EObject> list = (List<EObject>)inputObject;
09:28:11 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:11 Type safety: Unchecked cast from Object to List<EObject>
09:28:11 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/src/org/eclipse/papyrus/mwe2/utils/components/UMLWriter.java:[118] 
09:28:11 	public void addXmiIdentifierFilters(Pair<String, String> filter, Pair<String, String>... more) {
09:28:11 	                                                                                         ^^^^
09:28:11 Type safety: Potential heap pollution via varargs parameter more
09:28:11 2 problems (2 warnings)
09:28:11 [INFO] 
09:28:11 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.mwe2.utils ---
09:28:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:28:11 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:28:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/src/test/resources
09:28:11 [INFO] 
09:28:11 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.mwe2.utils ---
09:28:11 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/target/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT-sources.jar
09:28:11 [INFO] 
09:28:11 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.mwe2.utils ---
09:28:11 [INFO] 
09:28:11 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.mwe2.utils ---
09:28:11 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/target/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT.jar
09:28:11 [INFO] 
09:28:11 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.mwe2.utils ---
09:28:11 [INFO] 
09:28:11 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.mwe2.utils ---
09:28:11 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:28:11 [INFO] 
09:28:11 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.mwe2.utils ---
09:28:11 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/target/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT.jar
09:28:11 [INFO] 
09:28:11 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.mwe2.utils ---
09:28:12 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/target/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT.jar
09:28:14 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/target/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT-sources.jar
09:28:15 [INFO] 
09:28:15 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.mwe2.utils ---
09:28:15 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/target/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT.jar
09:28:15 [INFO] 
09:28:15 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.mwe2.utils ---
09:28:15 [INFO] 
09:28:15 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.diagramgen.feature >-----
09:28:15 [INFO] Building org.eclipse.papyrus.diagramgen.feature 1.1.0-SNAPSHOT   [46/90]
09:28:15 [INFO] --------------------------[ eclipse-feature ]---------------------------
09:28:15 [INFO] 
09:28:15 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:15 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/target
09:28:15 [INFO] 
09:28:15 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:15 [INFO] The project's OSGi version is 1.1.0.202105031304
09:28:15 [INFO] 
09:28:15 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:15 [INFO] 
09:28:15 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:15 [INFO] 
09:28:15 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:15 [INFO] 
09:28:15 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:15 [INFO] 
09:28:15 [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:15 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/target/org.eclipse.papyrus.diagramgen.feature-1.1.0-SNAPSHOT.jar
09:28:15 [INFO] 
09:28:15 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:15 [INFO] 
09:28:15 [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:15 [INFO] 
09:28:15 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:15 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:28:15 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/target/org.eclipse.papyrus.diagramgen.feature-1.1.0-SNAPSHOT-sources-feature.jar
09:28:15 [INFO] 
09:28:15 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:15 [INFO] 
09:28:15 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:15 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/target/org.eclipse.papyrus.diagramgen.feature-1.1.0-SNAPSHOT.jar
09:28:16 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/target/org.eclipse.papyrus.diagramgen.feature-1.1.0-SNAPSHOT-sources-feature.jar
09:28:17 [INFO] 
09:28:17 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:17 [INFO] 
09:28:17 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.diagramgen.feature ---
09:28:17 [INFO] 
09:28:17 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.tests.junit-framework >--
09:28:17 [INFO] Building org.eclipse.papyrus.tests.junit-framework 0.0.1-SNAPSHOT [47/90]
09:28:17 [INFO] --------------------------------[ pom ]---------------------------------
09:28:17 [INFO] 
09:28:17 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.junit-framework ---
09:28:17 [INFO] 
09:28:17 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.tests.junit-framework ---
09:28:17 [INFO] 
09:28:17 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.tests.junit-framework ---
09:28:17 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:28:17 [INFO] 
09:28:17 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.tests.junit-framework ---
09:28:17 [INFO] 
09:28:17 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.tests.junit-framework ---
09:28:17 [INFO] 
09:28:17 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.tests.junit-framework ---
09:28:17 [INFO] 
09:28:17 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.tests.junit-framework ---
09:28:17 [INFO] 
09:28:17 [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.junit.framework >-------
09:28:17 [INFO] Building org.eclipse.papyrus.junit.framework 2.1.0-SNAPSHOT      [48/90]
09:28:17 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:28:17 [INFO] 
09:28:17 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.junit.framework ---
09:28:17 [INFO] 
09:28:17 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.junit.framework ---
09:28:17 [INFO] The project's OSGi version is 2.1.0.202105031304
09:28:17 [INFO] 
09:28:17 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.junit.framework ---
09:28:17 [INFO] 
09:28:17 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.junit.framework ---
09:28:17 [INFO] 
09:28:17 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.junit.framework ---
09:28:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:28:17 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:28:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/src/main/resources
09:28:17 [INFO] 
09:28:17 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.junit.framework ---
09:28:17 [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/bin
09:28:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/src/org/eclipse/papyrus/junit/framework/classification/ClassificationRunnerImpl.java:[256] 
09:28:18 	final ListenerList historyListeners = OperationHistoryHelper.getOperationHistoryListeners();
09:28:18 	      ^^^^^^^^^^^^
09:28:18 ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
09:28:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/src/org/eclipse/papyrus/junit/framework/classification/ClassificationRunnerImpl.java:[304] 
09:28:18 	static ListenerList getOperationHistoryListeners() {
09:28:18 	       ^^^^^^^^^^^^
09:28:18 ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
09:28:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/src/org/eclipse/papyrus/junit/framework/classification/ClassificationRunnerImpl.java:[306] 
09:28:18 	return (ListenerList) listenersField.get(PlatformUI.getWorkbench().getOperationSupport().getOperationHistory());
09:28:18 	        ^^^^^^^^^^^^
09:28:18 ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
09:28:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/src/org/eclipse/papyrus/junit/framework/classification/ClassificationRunnerImpl.java:[314] 
09:28:18 	boolean result = historyListenerClasses.contains(listener.getClass().getName());
09:28:18 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:18 Unlikely argument type String for contains(Object) on a Collection<Class<?>>
09:28:18 4 problems (4 warnings)
09:28:18 [INFO] 
09:28:18 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.junit.framework ---
09:28:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:28:18 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:28:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/src/test/resources
09:28:18 [INFO] 
09:28:18 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.junit.framework ---
09:28:18 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-2.1.0-SNAPSHOT-sources.jar
09:28:18 [INFO] 
09:28:18 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.junit.framework ---
09:28:18 [INFO] 
09:28:18 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.junit.framework ---
09:28:18 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-2.1.0-SNAPSHOT.jar
09:28:18 [INFO] 
09:28:18 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.junit.framework ---
09:28:18 [INFO] 
09:28:18 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.junit.framework ---
09:28:18 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:28:18 [INFO] 
09:28:18 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.junit.framework ---
09:28:18 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-2.1.0-SNAPSHOT.jar
09:28:18 [INFO] 
09:28:18 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.junit.framework ---
09:28:28 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-2.1.0-SNAPSHOT.jar
09:28:30 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-2.1.0-SNAPSHOT-sources.jar
09:28:31 [INFO] 
09:28:31 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.junit.framework ---
09:28:31 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-2.1.0-SNAPSHOT.jar
09:28:31 [INFO] 
09:28:31 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.junit.framework ---
09:28:31 [INFO] 
09:28:31 [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.junit.utils >---------
09:28:31 [INFO] Building org.eclipse.papyrus.junit.utils 3.1.0-SNAPSHOT          [49/90]
09:28:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:28:31 [INFO] 
09:28:31 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.junit.utils ---
09:28:31 [INFO] 
09:28:31 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.junit.utils ---
09:28:31 [INFO] The project's OSGi version is 3.1.0.202105031304
09:28:31 [INFO] 
09:28:31 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.junit.utils ---
09:28:31 [INFO] 
09:28:31 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.junit.utils ---
09:28:31 [INFO] 
09:28:31 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.junit.utils ---
09:28:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:28:31 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:28:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/main/resources
09:28:31 [INFO] 
09:28:31 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.junit.utils ---
09:28:31 [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/bin
09:28:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/ModelUtils.java:[32] 
09:28:33 	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
09:28:33 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:33 The type DiResourceSet is deprecated
09:28:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/ModelUtils.java:[53] 
09:28:33 	ModelSet modelSet = new DiResourceSet();
09:28:33 	                        ^^^^^^^^^^^^^
09:28:33 The type DiResourceSet is deprecated
09:28:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/ModelUtils.java:[53] 
09:28:33 	ModelSet modelSet = new DiResourceSet();
09:28:33 	                        ^^^^^^^^^^^^^^^
09:28:33 The constructor DiResourceSet() is deprecated
09:28:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/ModelUtils.java:[109] 
09:28:33 	assertThat("Could not make referenced models writable: " + uris, handler.anyReadOnly(ReadOnlyAxis.discretionAxes(), uris).or(true), is(false));
09:28:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:33 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
09:28:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/rules/AnnotationRule.java:[131] 
09:28:33 	extracted = ((Class<?>) extracted).newInstance();
09:28:33 	                                   ^^^^^^^^^^^^^
09:28:33 The method newInstance() from the type Class<capture#11-of ?> is deprecated since version 9
09:28:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/XTextEditorTester.java:[24] 
09:28:33 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
09:28:33 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:33 The type DefaultXtextDirectEditorConfiguration is deprecated
09:28:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/XTextEditorTester.java:[34] 
09:28:33 	protected DefaultXtextDirectEditorConfiguration editor;
09:28:33 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:33 The type DefaultXtextDirectEditorConfiguration is deprecated
09:28:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/XTextEditorTester.java:[41] 
09:28:33 	public XTextEditorTester(final DefaultXtextDirectEditorConfiguration editor) {
09:28:33 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:33 The type DefaultXtextDirectEditorConfiguration is deprecated
09:28:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/XTextEditorTester.java:[46] 
09:28:33 	IParser parser = editor.createParser(initialElement);
09:28:33 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:33 The method createParser(EObject) from the type DefaultXtextDirectEditorConfiguration is deprecated
09:28:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/XTextEditorTester.java:[54] 
09:28:33 	IParser parser = editor.createParser(parentElement);
09:28:33 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:33 The method createParser(EObject) from the type DefaultXtextDirectEditorConfiguration is deprecated
09:28:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/AbstractGrammarTest.java:[24] 
09:28:33 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
09:28:33 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:33 The type DefaultXtextDirectEditorConfiguration is deprecated
09:28:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/AbstractGrammarTest.java:[34] 
09:28:33 	protected DefaultXtextDirectEditorConfiguration editor;
09:28:33 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:33 The type DefaultXtextDirectEditorConfiguration is deprecated
09:28:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/AbstractGrammarTest.java:[64] 
09:28:33 	public abstract DefaultXtextDirectEditorConfiguration getEditor();
09:28:33 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:33 The type DefaultXtextDirectEditorConfiguration is deprecated
09:28:33 13 problems (13 warnings)
09:28:33 [INFO] 
09:28:33 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.junit.utils ---
09:28:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:28:33 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:28:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/test/resources
09:28:33 [INFO] 
09:28:33 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.junit.utils ---
09:28:33 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-3.1.0-SNAPSHOT-sources.jar
09:28:33 [INFO] 
09:28:33 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.junit.utils ---
09:28:33 [INFO] 
09:28:33 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.junit.utils ---
09:28:33 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-3.1.0-SNAPSHOT.jar
09:28:33 [INFO] 
09:28:33 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.junit.utils ---
09:28:33 [INFO] 
09:28:33 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.junit.utils ---
09:28:33 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:28:33 [INFO] 
09:28:33 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.junit.utils ---
09:28:33 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-3.1.0-SNAPSHOT.jar
09:28:33 [INFO] 
09:28:33 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.junit.utils ---
09:28:34 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-3.1.0-SNAPSHOT.jar
09:28:37 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-3.1.0-SNAPSHOT-sources.jar
09:28:38 [INFO] 
09:28:38 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.junit.utils ---
09:28:38 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-3.1.0-SNAPSHOT.jar
09:28:39 [INFO] 
09:28:39 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.junit.utils ---
09:28:39 [INFO] 
09:28:39 [INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests >-----
09:28:39 [INFO] Building org.eclipse.papyrus.bundles.tests 2.0.0-SNAPSHOT        [50/90]
09:28:39 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
09:28:39 [INFO] 
09:28:39 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.bundles.tests ---
09:28:39 [INFO] 
09:28:39 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.bundles.tests ---
09:28:39 [INFO] The project's OSGi version is 2.0.0.202105031304
09:28:39 [INFO] 
09:28:39 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.bundles.tests ---
09:28:39 [INFO] 
09:28:39 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.bundles.tests ---
09:28:39 [INFO] 
09:28:39 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.bundles.tests ---
09:28:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:28:39 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:28:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/main/resources
09:28:39 [INFO] 
09:28:39 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.bundles.tests ---
09:28:39 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/bin
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java:[444] 
09:28:41 	int nbWarning = 0;
09:28:41 	    ^^^^^^^^^
09:28:41 The value of the local variable nbWarning is not used
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[25] 
09:28:41 	import org.eclipse.pde.api.tools.internal.IApiXmlConstants;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[26] 
09:28:41 	import org.eclipse.pde.api.tools.internal.provisional.comparator.IDelta;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[42] 
09:28:41 	for (Field next : IDelta.class.getFields()) {
09:28:41 	                  ^^^^^^
09:28:41 Discouraged access: The type 'IDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[79] 
09:28:41 	protected void processLeafDelta(IDelta delta) {
09:28:41 	                                ^^^^^^
09:28:41 Discouraged access: The type 'IDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[100] 
09:28:41 	String result = getString(delta, IApiXmlConstants.ATTR_NAME_COMPATIBLE);
09:28:41 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[100] 
09:28:41 	String result = getString(delta, IApiXmlConstants.ATTR_NAME_COMPATIBLE);
09:28:41 	                                                  ^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_NAME_COMPATIBLE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[105] 
09:28:41 	set(delta, IApiXmlConstants.ATTR_NAME_COMPATIBLE, compatible);
09:28:41 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[105] 
09:28:41 	set(delta, IApiXmlConstants.ATTR_NAME_COMPATIBLE, compatible);
09:28:41 	                            ^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_NAME_COMPATIBLE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[140] 
09:28:41 	getString(delta, IApiXmlConstants.ATTR_NAME_ELEMENT_TYPE),
09:28:41 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[140] 
09:28:41 	getString(delta, IApiXmlConstants.ATTR_NAME_ELEMENT_TYPE),
09:28:41 	                                  ^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_NAME_ELEMENT_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[144] 
09:28:41 	case IDelta.INTERFACE_ELEMENT_TYPE:
09:28:41 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[144] 
09:28:41 	case IDelta.INTERFACE_ELEMENT_TYPE:
09:28:41 	            ^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IDelta.INTERFACE_ELEMENT_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[153] 
09:28:41 	getString(delta, IApiXmlConstants.ATTR_KIND),
09:28:41 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[153] 
09:28:41 	getString(delta, IApiXmlConstants.ATTR_KIND),
09:28:41 	                                  ^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_KIND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[158] 
09:28:41 	case IDelta.ADDED:
09:28:41 	     ^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[158] 
09:28:41 	case IDelta.ADDED:
09:28:41 	            ^^^^^
09:28:41 Discouraged access: The field 'IDelta.ADDED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[160] 
09:28:41 	switch (getInt(delta, IApiXmlConstants.ATTR_FLAGS)) {
09:28:41 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[160] 
09:28:41 	switch (getInt(delta, IApiXmlConstants.ATTR_FLAGS)) {
09:28:41 	                                       ^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_FLAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[161] 
09:28:41 	case IDelta.FIELD:
09:28:41 	     ^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[161] 
09:28:41 	case IDelta.FIELD:
09:28:41 	            ^^^^^
09:28:41 Discouraged access: The field 'IDelta.FIELD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[166] 
09:28:41 	newMessage = getString(delta, IApiXmlConstants.ATTR_MESSAGE);
09:28:41 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[166] 
09:28:41 	newMessage = getString(delta, IApiXmlConstants.ATTR_MESSAGE);
09:28:41 	                                               ^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_MESSAGE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[173] 
09:28:41 	case IDelta.METHOD:
09:28:41 	     ^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[173] 
09:28:41 	case IDelta.METHOD:
09:28:41 	            ^^^^^^
09:28:41 Discouraged access: The field 'IDelta.METHOD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[177] 
09:28:41 	newMessage = getString(delta, IApiXmlConstants.ATTR_MESSAGE);
09:28:41 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[177] 
09:28:41 	newMessage = getString(delta, IApiXmlConstants.ATTR_MESSAGE);
09:28:41 	                                               ^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_MESSAGE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[192] 
09:28:41 	set(delta, IApiXmlConstants.ATTR_MESSAGE, newMessage);
09:28:41 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[192] 
09:28:41 	set(delta, IApiXmlConstants.ATTR_MESSAGE, newMessage);
09:28:41 	                            ^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_MESSAGE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[201] 
09:28:41 	int modifiers = getInt(delta, IApiXmlConstants.ATTR_NAME_NEW_MODIFIERS);
09:28:41 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[201] 
09:28:41 	int modifiers = getInt(delta, IApiXmlConstants.ATTR_NAME_NEW_MODIFIERS);
09:28:41 	                                               ^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_NAME_NEW_MODIFIERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[212] 
09:28:41 	int modifiers = getInt(delta, IApiXmlConstants.ATTR_NAME_NEW_MODIFIERS);
09:28:41 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java:[212] 
09:28:41 	int modifiers = getInt(delta, IApiXmlConstants.ATTR_NAME_NEW_MODIFIERS);
09:28:41 	                                               ^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_NAME_NEW_MODIFIERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[53] 
09:28:41 	import org.eclipse.pde.api.tools.internal.model.ApiModelFactory;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'ApiModelFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[54] 
09:28:41 	import org.eclipse.pde.api.tools.internal.model.BundleComponent;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'BundleComponent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[55] 
09:28:41 	import org.eclipse.pde.api.tools.internal.provisional.VisibilityModifiers;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'VisibilityModifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[56] 
09:28:41 	import org.eclipse.pde.api.tools.internal.provisional.comparator.ApiComparator;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'ApiComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[57] 
09:28:41 	import org.eclipse.pde.api.tools.internal.provisional.comparator.ApiScope;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'ApiScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[58] 
09:28:41 	import org.eclipse.pde.api.tools.internal.provisional.comparator.IDelta;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[59] 
09:28:41 	import org.eclipse.pde.api.tools.internal.provisional.model.IApiBaseline;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiBaseline' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[60] 
09:28:41 	import org.eclipse.pde.api.tools.internal.provisional.model.IApiComponent;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiComponent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[61] 
09:28:41 	import org.eclipse.pde.api.tools.internal.provisional.model.IApiScope;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[133] 
09:28:41 	IApiBaseline baseline = getBaseline(exclusionPatterns, progress.newChild(25));
09:28:41 	^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiBaseline' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[140] 
09:28:41 	IApiScope scope = getAPIToCompare(exclusionPatterns, progress.newChild(25));
09:28:41 	^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[144] 
09:28:41 	IDelta delta = ApiComparator.compare(scope, baseline, VisibilityModifiers.API, false, true, progress.newChild(25));
09:28:41 	^^^^^^
09:28:41 Discouraged access: The type 'IDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[144] 
09:28:41 	IDelta delta = ApiComparator.compare(scope, baseline, VisibilityModifiers.API, false, true, progress.newChild(25));
09:28:41 	               ^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'ApiComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[144] 
09:28:41 	IDelta delta = ApiComparator.compare(scope, baseline, VisibilityModifiers.API, false, true, progress.newChild(25));
09:28:41 	                             ^^^^^^^
09:28:41 Discouraged access: The method 'ApiComparator.compare(IApiScope, IApiBaseline, int, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[144] 
09:28:41 	IDelta delta = ApiComparator.compare(scope, baseline, VisibilityModifiers.API, false, true, progress.newChild(25));
09:28:41 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'VisibilityModifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[144] 
09:28:41 	IDelta delta = ApiComparator.compare(scope, baseline, VisibilityModifiers.API, false, true, progress.newChild(25));
09:28:41 	                                                                          ^^^
09:28:41 Discouraged access: The field 'VisibilityModifiers.API' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[149] 
09:28:41 	delta.accept(visitor);
09:28:41 	      ^^^^^^
09:28:41 Discouraged access: The method 'IDelta.accept(DeltaVisitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[174] 
09:28:41 	IApiBaseline getBaseline(Pattern[] exclusionPatterns, IProgressMonitor monitor) throws IOException, CoreException {
09:28:41 	^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiBaseline' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[175] 
09:28:41 	IApiBaseline result = ApiModelFactory.newApiBaseline("Configured Baseline");
09:28:41 	^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiBaseline' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[175] 
09:28:41 	IApiBaseline result = ApiModelFactory.newApiBaseline("Configured Baseline");
09:28:41 	                      ^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'ApiModelFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[175] 
09:28:41 	IApiBaseline result = ApiModelFactory.newApiBaseline("Configured Baseline");
09:28:41 	                                      ^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'ApiModelFactory.newApiBaseline(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[176] 
09:28:41 	List<IApiComponent> components = new ArrayList<>();
09:28:41 	     ^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiComponent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[213] 
09:28:41 	IApiComponent component = ApiModelFactory.newApiComponent(result, file.toString());
09:28:41 	^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiComponent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[213] 
09:28:41 	IApiComponent component = ApiModelFactory.newApiComponent(result, file.toString());
09:28:41 	                          ^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'ApiModelFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[213] 
09:28:41 	IApiComponent component = ApiModelFactory.newApiComponent(result, file.toString());
09:28:41 	                                          ^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'ApiModelFactory.newApiComponent(IApiBaseline, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[214] 
09:28:41 	if ((component != null) && !isExcluded(exclusionPatterns, component.getSymbolicName())) {
09:28:41 	                                                                    ^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'IApiComponent.getSymbolicName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[216] 
09:28:41 	monitor.subTask(" added component " + component.getSymbolicName());
09:28:41 	                                                ^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'IApiComponent.getSymbolicName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[233] 
09:28:41 	result.addApiComponents(components.toArray(new IApiComponent[components.size()]));
09:28:41 	       ^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'IApiBaseline.addApiComponents(IApiComponent[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[233] 
09:28:41 	result.addApiComponents(components.toArray(new IApiComponent[components.size()]));
09:28:41 	                                               ^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiComponent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[249] 
09:28:41 	ApiScope getAPIToCompare(Pattern[] exclusionPatterns, IProgressMonitor monitor) throws CoreException {
09:28:41 	^^^^^^^^
09:28:41 Discouraged access: The type 'ApiScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[250] 
09:28:41 	ApiScope result = new ApiScope();
09:28:41 	^^^^^^^^
09:28:41 Discouraged access: The type 'ApiScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[250] 
09:28:41 	ApiScope result = new ApiScope();
09:28:41 	                      ^^^^^^^^
09:28:41 Discouraged access: The type 'ApiScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[250] 
09:28:41 	ApiScope result = new ApiScope();
09:28:41 	                      ^^^^^^^^
09:28:41 Discouraged access: The constructor 'ApiScope()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[252] 
09:28:41 	IApiBaseline currentBaseline = ApiModelFactory.newApiBaseline("Test Baseline");
09:28:41 	^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiBaseline' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[252] 
09:28:41 	IApiBaseline currentBaseline = ApiModelFactory.newApiBaseline("Test Baseline");
09:28:41 	                               ^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'ApiModelFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[252] 
09:28:41 	IApiBaseline currentBaseline = ApiModelFactory.newApiBaseline("Test Baseline");
09:28:41 	                                               ^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'ApiModelFactory.newApiBaseline(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[261] 
09:28:41 	IApiComponent component = null;
09:28:41 	^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiComponent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[269] 
09:28:41 	component = ApiModelFactory.newApiComponent(currentBaseline, installLocation);
09:28:41 	            ^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'ApiModelFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[269] 
09:28:41 	component = ApiModelFactory.newApiComponent(currentBaseline, installLocation);
09:28:41 	                            ^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'ApiModelFactory.newApiComponent(IApiBaseline, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[273] 
09:28:41 	result.addElement(component);
09:28:41 	       ^^^^^^^^^^
09:28:41 Discouraged access: The method 'ApiScope.addElement(IApiElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[274] 
09:28:41 	monitor.subTask(" added component " + component.getSymbolicName());
09:28:41 	                                                ^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'IApiComponent.getSymbolicName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[284] 
09:28:41 	List<IApiComponent> allComponents = Stream.of(result.getApiElements())
09:28:41 	     ^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiComponent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[284] 
09:28:41 	List<IApiComponent> allComponents = Stream.of(result.getApiElements())
09:28:41 	                                                     ^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'ApiScope.getApiElements()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[285] 
09:28:41 	.filter(IApiComponent.class::isInstance)
09:28:41 	        ^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiComponent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[286] 
09:28:41 	.map(IApiComponent.class::cast)
09:28:41 	     ^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiComponent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[288] 
09:28:41 	currentBaseline.addApiComponents(allComponents.toArray(new IApiComponent[allComponents.size()]));
09:28:41 	                ^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'IApiBaseline.addApiComponents(IApiComponent[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[288] 
09:28:41 	currentBaseline.addApiComponents(allComponents.toArray(new IApiComponent[allComponents.size()]));
09:28:41 	                                                           ^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiComponent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[315] 
09:28:41 	protected IApiComponent createDevWorkspaceComponent(IApiBaseline parent, Path installLocation, Path dotClasspath) throws CoreException {
09:28:41 	          ^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiComponent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[315] 
09:28:41 	protected IApiComponent createDevWorkspaceComponent(IApiBaseline parent, Path installLocation, Path dotClasspath) throws CoreException {
09:28:41 	                                                    ^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiBaseline' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[316] 
09:28:41 	BundleComponent result = new BundleComponent(parent, installLocation.toString(), nextDevWorkspaceBundleID()) {
09:28:41 	^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'BundleComponent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[316] 
09:28:41 	BundleComponent result = new BundleComponent(parent, installLocation.toString(), nextDevWorkspaceBundleID()) {
09:28:41 	                             ^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'BundleComponent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/APIReportGenerator.java:[316] 
09:28:41 	BundleComponent result = new BundleComponent(parent, installLocation.toString(), nextDevWorkspaceBundleID()) {
09:28:41 	                             ^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The constructor 'BundleComponent(IApiBaseline, String, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[25] 
09:28:41 	import org.eclipse.core.internal.runtime.InternalPlatform;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'InternalPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.runtime/3.20.100.v20210111-0815/org.eclipse.core.runtime-3.20.100.v20210111-0815.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[26] 
09:28:41 	import org.eclipse.pde.internal.core.PDECore;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'PDECore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[27] 
09:28:41 	import org.eclipse.pde.internal.core.feature.Feature;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[28] 
09:28:41 	import org.eclipse.pde.internal.core.ifeature.IFeature;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IFeature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[29] 
09:28:41 	import org.eclipse.pde.internal.core.ifeature.IFeatureModel;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IFeatureModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[80] 
09:28:41 	BundleContext context = InternalPlatform.getDefault().getBundleContext();
09:28:41 	                        ^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'InternalPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.runtime/3.20.100.v20210111-0815/org.eclipse.core.runtime-3.20.100.v20210111-0815.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[80] 
09:28:41 	BundleContext context = InternalPlatform.getDefault().getBundleContext();
09:28:41 	                                         ^^^^^^^^^^
09:28:41 Discouraged access: The method 'InternalPlatform.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.runtime/3.20.100.v20210111-0815/org.eclipse.core.runtime-3.20.100.v20210111-0815.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[80] 
09:28:41 	BundleContext context = InternalPlatform.getDefault().getBundleContext();
09:28:41 	                                                      ^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'InternalPlatform.getBundleContext()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.runtime/3.20.100.v20210111-0815/org.eclipse.core.runtime-3.20.100.v20210111-0815.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[110] 
09:28:41 	public static List<Feature> getPapyrusFeature() {
09:28:41 	                   ^^^^^^^
09:28:41 Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[111] 
09:28:41 	final List<Feature> features = new ArrayList<>();
09:28:41 	           ^^^^^^^
09:28:41 Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[112] 
09:28:41 	org.eclipse.pde.internal.core.FeatureModelManager manager = PDECore.getDefault().getFeatureModelManager();
09:28:41 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'FeatureModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[112] 
09:28:41 	org.eclipse.pde.internal.core.FeatureModelManager manager = PDECore.getDefault().getFeatureModelManager();
09:28:41 	                                                            ^^^^^^^
09:28:41 Discouraged access: The type 'PDECore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[112] 
09:28:41 	org.eclipse.pde.internal.core.FeatureModelManager manager = PDECore.getDefault().getFeatureModelManager();
09:28:41 	                                                                    ^^^^^^^^^^
09:28:41 Discouraged access: The method 'PDECore.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[112] 
09:28:41 	org.eclipse.pde.internal.core.FeatureModelManager manager = PDECore.getDefault().getFeatureModelManager();
09:28:41 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'PDECore.getFeatureModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[113] 
09:28:41 	IFeatureModel[] models2 = manager.getModels();
09:28:41 	^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IFeatureModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[113] 
09:28:41 	IFeatureModel[] models2 = manager.getModels();
09:28:41 	                                  ^^^^^^^^^
09:28:41 Discouraged access: The method 'FeatureModelManager.getModels()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[114] 
09:28:41 	for (IFeatureModel iFeatureModel : models2) {
09:28:41 	     ^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IFeatureModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[115] 
09:28:41 	final IFeature feature = iFeatureModel.getFeature();
09:28:41 	      ^^^^^^^^
09:28:41 Discouraged access: The type 'IFeature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[115] 
09:28:41 	final IFeature feature = iFeatureModel.getFeature();
09:28:41 	                                       ^^^^^^^^^^
09:28:41 Discouraged access: The method 'IFeatureModel.getFeature()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[118] 
09:28:41 	features.add((Feature) feature);
09:28:41 	              ^^^^^^^
09:28:41 Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.200.v20210208-1154/org.eclipse.pde.core-3.14.200.v20210208-1154.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[39] 
09:28:41 	import org.eclipse.pde.api.tools.internal.IApiXmlConstants;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[40] 
09:28:41 	import org.eclipse.pde.api.tools.internal.provisional.comparator.ApiComparator;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'ApiComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[41] 
09:28:41 	import org.eclipse.pde.api.tools.internal.provisional.comparator.DeltaProcessor;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'DeltaProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[42] 
09:28:41 	import org.eclipse.pde.api.tools.internal.provisional.comparator.DeltaVisitor;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'DeltaVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[43] 
09:28:41 	import org.eclipse.pde.api.tools.internal.provisional.comparator.IDelta;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[44] 
09:28:41 	import org.eclipse.pde.api.tools.internal.util.Util;
09:28:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[55] 
09:28:41 	public class SafeDeltaXmlVisitor extends DeltaVisitor {
09:28:41 	                                         ^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'DeltaVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[75] 
09:28:41 	fDoc = Util.newDocument();
09:28:41 	       ^^^^
09:28:41 Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[75] 
09:28:41 	fDoc = Util.newDocument();
09:28:41 	            ^^^^^^^^^^^
09:28:41 Discouraged access: The method 'Util.newDocument()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[76] 
09:28:41 	fDeltas = fDoc.createElement(IApiXmlConstants.DELTAS_ELEMENT_NAME);
09:28:41 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[76] 
09:28:41 	fDeltas = fDoc.createElement(IApiXmlConstants.DELTAS_ELEMENT_NAME);
09:28:41 	                                              ^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.DELTAS_ELEMENT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[81] 
09:28:41 	public boolean visit(IDelta delta) {
09:28:41 	                     ^^^^^^
09:28:41 Discouraged access: The type 'IDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[82] 
09:28:41 	if (delta == ApiComparator.NO_DELTA) {
09:28:41 	             ^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'ApiComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[82] 
09:28:41 	if (delta == ApiComparator.NO_DELTA) {
09:28:41 	                           ^^^^^^^^
09:28:41 Discouraged access: The field 'ApiComparator.NO_DELTA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[85] 
09:28:41 	if (delta.getChildren().length == 0) {
09:28:41 	          ^^^^^^^^^^^
09:28:41 Discouraged access: The method 'IDelta.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[91] 
09:28:41 	protected void processLeafDelta(IDelta delta) {
09:28:41 	                                ^^^^^^
09:28:41 Discouraged access: The type 'IDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[92] 
09:28:41 	Element deltaElement = fDoc.createElement(IApiXmlConstants.DELTA_ELEMENT_NAME);
09:28:41 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[92] 
09:28:41 	Element deltaElement = fDoc.createElement(IApiXmlConstants.DELTA_ELEMENT_NAME);
09:28:41 	                                                           ^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.DELTA_ELEMENT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[93] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_FLAGS, Integer.toString(delta.getFlags()));
09:28:41 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[93] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_FLAGS, Integer.toString(delta.getFlags()));
09:28:41 	                                           ^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_FLAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[93] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_FLAGS, Integer.toString(delta.getFlags()));
09:28:41 	                                                                              ^^^^^^^^
09:28:41 Discouraged access: The method 'IDelta.getFlags()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[94] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_KIND, Util.getDeltaKindName(delta));
09:28:41 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[94] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_KIND, Util.getDeltaKindName(delta));
09:28:41 	                                           ^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_KIND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[94] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_KIND, Util.getDeltaKindName(delta));
09:28:41 	                                                      ^^^^
09:28:41 Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[94] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_KIND, Util.getDeltaKindName(delta));
09:28:41 	                                                           ^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'Util.getDeltaKindName(IDelta)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[95] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_ELEMENT_TYPE, Util.getDeltaElementType(delta));
09:28:41 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[95] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_ELEMENT_TYPE, Util.getDeltaElementType(delta));
09:28:41 	                                           ^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_NAME_ELEMENT_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[95] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_ELEMENT_TYPE, Util.getDeltaElementType(delta));
09:28:41 	                                                                   ^^^^
09:28:41 Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[95] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_ELEMENT_TYPE, Util.getDeltaElementType(delta));
09:28:41 	                                                                        ^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'Util.getDeltaElementType(IDelta)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[96] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_KEY, delta.getKey());
09:28:41 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[96] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_KEY, delta.getKey());
09:28:41 	                                           ^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_KEY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[96] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_KEY, delta.getKey());
09:28:41 	                                                           ^^^^^^
09:28:41 Discouraged access: The method 'IDelta.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[97] 
09:28:41 	String typeName = delta.getTypeName();
09:28:41 	                        ^^^^^^^^^^^
09:28:41 Discouraged access: The method 'IDelta.getTypeName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[99] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_TYPE_NAME, typeName);
09:28:41 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[99] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_TYPE_NAME, typeName);
09:28:41 	                                           ^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_NAME_TYPE_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[101] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_COMPATIBLE, Boolean.toString(DeltaProcessor.isCompatible(delta)));
09:28:41 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[101] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_COMPATIBLE, Boolean.toString(DeltaProcessor.isCompatible(delta)));
09:28:41 	                                           ^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_NAME_COMPATIBLE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[101] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_COMPATIBLE, Boolean.toString(DeltaProcessor.isCompatible(delta)));
09:28:41 	                                                                                  ^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'DeltaProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[101] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_COMPATIBLE, Boolean.toString(DeltaProcessor.isCompatible(delta)));
09:28:41 	                                                                                                 ^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'DeltaProcessor.isCompatible(IDelta)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[102] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_OLD_MODIFIERS, Integer.toString(delta.getOldModifiers()));
09:28:41 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[102] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_OLD_MODIFIERS, Integer.toString(delta.getOldModifiers()));
09:28:41 	                                           ^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_NAME_OLD_MODIFIERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[102] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_OLD_MODIFIERS, Integer.toString(delta.getOldModifiers()));
09:28:41 	                                                                                           ^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'IDelta.getOldModifiers()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[103] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_NEW_MODIFIERS, Integer.toString(delta.getNewModifiers()));
09:28:41 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[103] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_NEW_MODIFIERS, Integer.toString(delta.getNewModifiers()));
09:28:41 	                                           ^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_NAME_NEW_MODIFIERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[103] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_NEW_MODIFIERS, Integer.toString(delta.getNewModifiers()));
09:28:41 	                                                                                           ^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'IDelta.getNewModifiers()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[104] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_RESTRICTIONS, Integer.toString(delta.getCurrentRestrictions()));
09:28:41 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[104] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_RESTRICTIONS, Integer.toString(delta.getCurrentRestrictions()));
09:28:41 	                                           ^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_RESTRICTIONS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[104] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_RESTRICTIONS, Integer.toString(delta.getCurrentRestrictions()));
09:28:41 	                                                                                     ^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'IDelta.getCurrentRestrictions()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[105] 
09:28:41 	String apiComponentID = delta.getComponentVersionId();
09:28:41 	                              ^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'IDelta.getComponentVersionId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[107] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_COMPONENT_ID, apiComponentID);
09:28:41 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[107] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_NAME_COMPONENT_ID, apiComponentID);
09:28:41 	                                           ^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_NAME_COMPONENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[110] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_MESSAGE, ESCAPE_XML11.translate(delta.getMessage()));
09:28:41 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[110] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_MESSAGE, ESCAPE_XML11.translate(delta.getMessage()));
09:28:41 	                                           ^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_MESSAGE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[110] 
09:28:41 	deltaElement.setAttribute(IApiXmlConstants.ATTR_MESSAGE, ESCAPE_XML11.translate(delta.getMessage()));
09:28:41 	                                                                                      ^^^^^^^^^^
09:28:41 Discouraged access: The method 'IDelta.getMessage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[111] 
09:28:41 	String[] messageArguments = delta.getArguments();
09:28:41 	                                  ^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'IDelta.getArguments()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[114] 
09:28:41 	Element messageArgumentsElement = fDoc.createElement(IApiXmlConstants.ELEMENT_DELTA_MESSAGE_ARGUMENTS);
09:28:41 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[114] 
09:28:41 	Element messageArgumentsElement = fDoc.createElement(IApiXmlConstants.ELEMENT_DELTA_MESSAGE_ARGUMENTS);
09:28:41 	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ELEMENT_DELTA_MESSAGE_ARGUMENTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[116] 
09:28:41 	Element messageArgumentElement = fDoc.createElement(IApiXmlConstants.ELEMENT_DELTA_MESSAGE_ARGUMENT);
09:28:41 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[116] 
09:28:41 	Element messageArgumentElement = fDoc.createElement(IApiXmlConstants.ELEMENT_DELTA_MESSAGE_ARGUMENT);
09:28:41 	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ELEMENT_DELTA_MESSAGE_ARGUMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[118] 
09:28:41 	messageArgumentElement.setAttribute(IApiXmlConstants.ATTR_VALUE, ESCAPE_XML11.translate(String.valueOf(messageArguments[j])));
09:28:41 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The type 'IApiXmlConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[118] 
09:28:41 	messageArgumentElement.setAttribute(IApiXmlConstants.ATTR_VALUE, ESCAPE_XML11.translate(String.valueOf(messageArguments[j])));
09:28:41 	                                                     ^^^^^^^^^^
09:28:41 Discouraged access: The field 'IApiXmlConstants.ATTR_VALUE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[155] 
09:28:41 	public void endVisit(IDelta delta) {
09:28:41 	                     ^^^^^^
09:28:41 Discouraged access: The type 'IDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[167] 
09:28:41 	return Util.serializeDocument(fDoc);
09:28:41 	       ^^^^
09:28:41 Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java:[167] 
09:28:41 	return Util.serializeDocument(fDoc);
09:28:41 	            ^^^^^^^^^^^^^^^^^
09:28:41 Discouraged access: The method 'Util.serializeDocument(Document)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.api.tools/1.2.300.v20210205-1814/org.eclipse.pde.api.tools-1.2.300.v20210205-1814.jar')
09:28:41 169 problems (169 warnings)
09:28:41 [INFO] 
09:28:41 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.bundles.tests ---
09:28:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:28:41 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:28:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/test/resources
09:28:41 [INFO] 
09:28:41 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.bundles.tests ---
09:28:41 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/org.eclipse.papyrus.bundles.tests-2.0.0-SNAPSHOT-sources.jar
09:28:41 [INFO] 
09:28:41 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.bundles.tests ---
09:28:41 [INFO] 
09:28:41 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.bundles.tests ---
09:28:41 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/org.eclipse.papyrus.bundles.tests-2.0.0-SNAPSHOT.jar
09:28:41 [INFO] 
09:28:41 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.bundles.tests ---
09:28:41 [INFO] 
09:28:41 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.bundles.tests ---
09:28:41 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:28:41 [INFO] 
09:28:41 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.bundles.tests ---
09:28:41 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/org.eclipse.papyrus.bundles.tests-2.0.0-SNAPSHOT.jar
09:28:41 [INFO] 
09:28:41 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.bundles.tests ---
09:28:43 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/org.eclipse.papyrus.bundles.tests-2.0.0-SNAPSHOT.jar
09:28:45 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/org.eclipse.papyrus.bundles.tests-2.0.0-SNAPSHOT-sources.jar
09:28:57 [INFO] 
09:28:57 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.bundles.tests ---
09:28:57 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/org.eclipse.papyrus.bundles.tests-2.0.0-SNAPSHOT.jar
09:28:58 [INFO] 
09:28:58 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.bundles.tests ---
09:28:58 [INFO] 
09:28:58 [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.bundles.tests ---
09:29:01 [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/work/data/.metadata/.log
09:29:01 [INFO] Command line:
09:29:01 	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dapireport.baseline=https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/latest/
09:29:01 								-Dapireport.outputdir=/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release, -Xms512m, -Xmx2048m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG]
09:29:09 Running org.eclipse.papyrus.bundles.tests.APIReports
09:29:09 
09:29:09 
09:29:09 Discovering API baseline...Error visiting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/https:/download.eclipse.org/modeling/mdt/papyrus/updates/releases/latest/
09:29:09 								-Dapireport.outputdir=/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/https:/download.eclipse.org/modeling/mdt/papyrus/updates/releases/latest/
09:29:09 								-Dapireport.outputdir=/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release
09:29:09 
09:29:09 Discovering current API....
09:29:09 Computing deltas....... Done.
09:29:10 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 s - in org.eclipse.papyrus.bundles.tests.APIReports
09:29:10 apiDeltaReport(org.eclipse.papyrus.bundles.tests.APIReports)  Time elapsed: 0.35 s
09:29:10 
09:29:10 Results:
09:29:10 
09:29:10 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
09:29:10 
09:29:24 [INFO] All tests passed!
09:29:24 [INFO] 
09:29:24 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.junit.feature >--------
09:29:24 [INFO] Building org.eclipse.papyrus.junit.feature 1.0.0-SNAPSHOT        [51/90]
09:29:24 [INFO] --------------------------[ eclipse-feature ]---------------------------
09:29:24 [INFO] 
09:29:24 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.junit.feature ---
09:29:24 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/target
09:29:24 [INFO] 
09:29:24 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.junit.feature ---
09:29:24 [INFO] The project's OSGi version is 1.0.0.202105031304
09:29:24 [INFO] 
09:29:24 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.junit.feature ---
09:29:24 [INFO] 
09:29:24 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.junit.feature ---
09:29:24 [INFO] 
09:29:24 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.junit.feature ---
09:29:24 [INFO] 
09:29:24 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.junit.feature ---
09:29:24 [INFO] 
09:29:24 [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.junit.feature ---
09:29:24 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/target/org.eclipse.papyrus.junit.feature-1.0.0-SNAPSHOT.jar
09:29:24 [INFO] 
09:29:24 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.junit.feature ---
09:29:24 [INFO] 
09:29:24 [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.junit.feature ---
09:29:24 [INFO] 
09:29:24 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.junit.feature ---
09:29:24 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:29:24 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/target/org.eclipse.papyrus.junit.feature-1.0.0-SNAPSHOT-sources-feature.jar
09:29:24 [INFO] 
09:29:24 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.junit.feature ---
09:29:24 [INFO] 
09:29:24 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.junit.feature ---
09:29:24 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/target/org.eclipse.papyrus.junit.feature-1.0.0-SNAPSHOT.jar
09:29:27 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/target/org.eclipse.papyrus.junit.feature-1.0.0-SNAPSHOT-sources-feature.jar
09:29:28 [INFO] 
09:29:28 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.junit.feature ---
09:29:28 [INFO] 
09:29:28 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.junit.feature ---
09:29:29 [INFO] 
09:29:29 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.dev.project.management >---
09:29:29 [INFO] Building org.eclipse.papyrus.dev.project.management 2.0.100-SNAPSHOT [52/90]
09:29:29 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:29:29 [INFO] 
09:29:29 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.dev.project.management ---
09:29:29 [INFO] 
09:29:29 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.dev.project.management ---
09:29:29 [INFO] The project's OSGi version is 2.0.100.202105031304
09:29:29 [INFO] 
09:29:29 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.dev.project.management ---
09:29:29 [INFO] 
09:29:29 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.dev.project.management ---
09:29:29 [INFO] 
09:29:29 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.dev.project.management ---
09:29:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:29:29 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:29:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/main/resources
09:29:29 [INFO] 
09:29:29 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.dev.project.management ---
09:29:29 [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/bin
09:29:29 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/org/eclipse/papyrus/dev/project/management/handlers/plugins/OpenParentPOMHandler.java:[121] 
09:29:29 	String editor = IDE.getEditorDescriptor(file.getName()).getId();
09:29:29 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:29:29 The method getEditorDescriptor(String) from the type IDE is deprecated
09:29:29 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/org/eclipse/papyrus/dev/project/management/handlers/features/SetCopyrightNoticeHandler.java:[50] 
09:29:29 	final String newVersion = dialog.getValue();
09:29:29 	             ^^^^^^^^^^
09:29:29 The value of the local variable newVersion is not used
09:29:29 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/org/eclipse/papyrus/dev/project/management/utils/Utils.java:[19] 
09:29:29 	import org.eclipse.ui.internal.WorkingSet;
09:29:29 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:29:29 Discouraged access: The type 'WorkingSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar')
09:29:29 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/org/eclipse/papyrus/dev/project/management/utils/Utils.java:[61] 
09:29:29 	} else if(current instanceof WorkingSet) {
09:29:29 	                             ^^^^^^^^^^
09:29:29 Discouraged access: The type 'WorkingSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar')
09:29:29 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/org/eclipse/papyrus/dev/project/management/utils/Utils.java:[62] 
09:29:29 	for(final IAdaptable curr : ((WorkingSet)current).getElements()) {
09:29:29 	                              ^^^^^^^^^^
09:29:29 Discouraged access: The type 'WorkingSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar')
09:29:29 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/org/eclipse/papyrus/dev/project/management/utils/Utils.java:[62] 
09:29:29 	for(final IAdaptable curr : ((WorkingSet)current).getElements()) {
09:29:29 	                                                  ^^^^^^^^^^^
09:29:29 Discouraged access: The method 'AbstractWorkingSet.getElements()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar')
09:29:29 6 problems (6 warnings)
09:29:29 [INFO] 
09:29:29 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.dev.project.management ---
09:29:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:29:29 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:29:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/test/resources
09:29:29 [INFO] 
09:29:29 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.dev.project.management ---
09:29:29 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/target/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT-sources.jar
09:29:29 [INFO] 
09:29:29 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.dev.project.management ---
09:29:29 [INFO] 
09:29:29 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.dev.project.management ---
09:29:29 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/target/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT.jar
09:29:30 [INFO] 
09:29:30 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.dev.project.management ---
09:29:30 [INFO] 
09:29:30 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.dev.project.management ---
09:29:30 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:29:30 [INFO] 
09:29:30 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.dev.project.management ---
09:29:30 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/target/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT.jar
09:29:30 [INFO] 
09:29:30 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.dev.project.management ---
09:29:30 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/target/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT.jar
09:29:32 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/target/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT-sources.jar
09:29:34 [INFO] 
09:29:34 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.dev.project.management ---
09:29:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/target/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT.jar
09:29:35 [INFO] 
09:29:35 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.dev.project.management ---
09:29:35 [INFO] 
09:29:35 [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.releng.tools >--------
09:29:35 [INFO] Building org.eclipse.papyrus.releng.tools 3.1.0-SNAPSHOT         [53/90]
09:29:35 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:29:35 [INFO] 
09:29:35 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.releng.tools ---
09:29:35 [INFO] 
09:29:35 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.releng.tools ---
09:29:35 [INFO] The project's OSGi version is 3.1.0.202105031304
09:29:35 [INFO] 
09:29:35 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.releng.tools ---
09:29:35 [INFO] 
09:29:35 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.releng.tools ---
09:29:35 [INFO] 
09:29:35 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.releng.tools ---
09:29:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:29:35 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:29:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/main/resources
09:29:35 [INFO] 
09:29:35 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.releng.tools ---
09:29:35 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/bin
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/popup/actions/UpdateDependencies.java:[229] 
09:29:35 	Class<? extends DependencyUpdater> updaterClass = bundle.loadClass(path.replace('/', '.') + className).asSubclass(DependencyUpdater.class);
09:29:35 	                ^^^^^^^^^^^^^^^^^
09:29:35 DependencyUpdater is a raw type. References to generic type DependencyUpdater<T> should be parameterized
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/popup/actions/UpdateDependencies.java:[231] 
09:29:35 	DependencyUpdater<?> updater = updaterClass.newInstance();
09:29:35 	                                            ^^^^^^^^^^^^^
09:29:35 The method newInstance() from the type Class<capture#5-of ? extends DependencyUpdater> is deprecated since version 9
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[54] 
09:29:35 	import org.eclipse.oomph.base.Annotation;
09:29:35 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:29:35 Discouraged access: The type 'Annotation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.base/1.14.0.v20200624-1156/org.eclipse.oomph.base-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[55] 
09:29:35 	import org.eclipse.oomph.base.BaseFactory;
09:29:35 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:29:35 Discouraged access: The type 'BaseFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.base/1.14.0.v20200624-1156/org.eclipse.oomph.base-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[56] 
09:29:35 	import org.eclipse.oomph.p2.Repository;
09:29:35 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[57] 
09:29:35 	import org.eclipse.oomph.p2.RepositoryList;
09:29:35 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:29:35 Discouraged access: The type 'RepositoryList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[58] 
09:29:35 	import org.eclipse.oomph.targlets.Targlet;
09:29:35 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:29:35 Discouraged access: The type 'Targlet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.targlets/1.14.0.v20200624-1156/org.eclipse.oomph.targlets-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[77] 
09:29:35 	Collection<? extends Repository> repositories = getSelectedRepositories(event);
09:29:35 	                     ^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[89] 
09:29:35 	Map<Repository, IAggregationElementProxy> updates = new HashMap<>();
09:29:35 	    ^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[90] 
09:29:35 	for (Repository repo : repositories) {
09:29:35 	     ^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[117] 
09:29:35 	private Collection<Repository> getSelectedRepositories(Object context) {
09:29:35 	                   ^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[118] 
09:29:35 	List<Repository> result = new ArrayList<>();
09:29:35 	     ^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[130] 
09:29:35 	if (selected instanceof Repository) {
09:29:35 	                        ^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[131] 
09:29:35 	Repository repo = (Repository) selected;
09:29:35 	^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[131] 
09:29:35 	Repository repo = (Repository) selected;
09:29:35 	                   ^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[132] 
09:29:35 	if ((repo.eContainer() instanceof RepositoryList) && (repo.eContainer().eContainer() instanceof Targlet)) {
09:29:35 	                                  ^^^^^^^^^^^^^^
09:29:35 Discouraged access: The type 'RepositoryList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[132] 
09:29:35 	if ((repo.eContainer() instanceof RepositoryList) && (repo.eContainer().eContainer() instanceof Targlet)) {
09:29:35 	                                                                                                ^^^^^^^
09:29:35 Discouraged access: The type 'Targlet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.targlets/1.14.0.v20200624-1156/org.eclipse.oomph.targlets-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[189] 
09:29:35 	protected void createOrUpdateAnnotations(final Map<Repository, IAggregationElementProxy> selection) {
09:29:35 	                                                   ^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[208] 
09:29:35 	protected void doCreateOrUpdateAnnotation(Map<Repository, IAggregationElementProxy> selection) {
09:29:35 	                                              ^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[209] 
09:29:35 	for (Map.Entry<Repository, IAggregationElementProxy> next : selection.entrySet()) {
09:29:35 	               ^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[210] 
09:29:35 	Repository repo = next.getKey();
09:29:35 	^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[213] 
09:29:35 	Annotation annotation = repo.getAnnotation(OomphSetupUpdater.ANNOTATION_SOURCE);
09:29:35 	^^^^^^^^^^
09:29:35 Discouraged access: The type 'Annotation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.base/1.14.0.v20200624-1156/org.eclipse.oomph.base-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[213] 
09:29:35 	Annotation annotation = repo.getAnnotation(OomphSetupUpdater.ANNOTATION_SOURCE);
09:29:35 	                             ^^^^^^^^^^^^^
09:29:35 Discouraged access: The method 'ModelElement.getAnnotation(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.base/1.14.0.v20200624-1156/org.eclipse.oomph.base-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[215] 
09:29:35 	annotation = BaseFactory.eINSTANCE.createAnnotation(OomphSetupUpdater.ANNOTATION_SOURCE);
09:29:35 	             ^^^^^^^^^^^^^^^^^^^^^
09:29:35 Discouraged access: The type 'BaseFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.base/1.14.0.v20200624-1156/org.eclipse.oomph.base-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[215] 
09:29:35 	annotation = BaseFactory.eINSTANCE.createAnnotation(OomphSetupUpdater.ANNOTATION_SOURCE);
09:29:35 	                         ^^^^^^^^^
09:29:35 Discouraged access: The field 'BaseFactory.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.base/1.14.0.v20200624-1156/org.eclipse.oomph.base-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[215] 
09:29:35 	annotation = BaseFactory.eINSTANCE.createAnnotation(OomphSetupUpdater.ANNOTATION_SOURCE);
09:29:35 	                                   ^^^^^^^^^^^^^^^^
09:29:35 Discouraged access: The method 'BaseFactory.createAnnotation(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.base/1.14.0.v20200624-1156/org.eclipse.oomph.base-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[216] 
09:29:35 	repo.getAnnotations().add(annotation);
09:29:35 	     ^^^^^^^^^^^^^^
09:29:35 Discouraged access: The method 'ModelElement.getAnnotations()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.base/1.14.0.v20200624-1156/org.eclipse.oomph.base-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[219] 
09:29:35 	annotation.getDetails().put(OomphSetupUpdater.UPDATE_KEY, aggr.getUpdateSpec());
09:29:35 	           ^^^^^^^^^^
09:29:35 Discouraged access: The method 'Annotation.getDetails()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.base/1.14.0.v20200624-1156/org.eclipse.oomph.base-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[222] 
09:29:35 	repo.setURL(aggr.getRepositoryURL());
09:29:35 	     ^^^^^^
09:29:35 Discouraged access: The method 'Repository.setURL(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[226] 
09:29:35 	protected FilteredItemsSelectionDialog createSelectionDialog(Shell parentShell, Repository repo, final Collection<? extends IAggregationElementProxy> contents) {
09:29:35 	                                                                                ^^^^^^^^^^
09:29:35 Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[305] 
09:29:35 	result.setMessage(String.format("Select an aggregation component or repository for \"%s\".", repo.getURL()));
09:29:35 	                                                                                                  ^^^^^^
09:29:35 Discouraged access: The method 'Repository.getURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.14.0.v20200624-1156/org.eclipse.oomph.p2-1.14.0.v20200624-1156.jar')
09:29:35 31 problems (31 warnings)
09:29:35 [INFO] 
09:29:35 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.releng.tools ---
09:29:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:29:35 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:29:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/test/resources
09:29:35 [INFO] 
09:29:35 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.releng.tools ---
09:29:35 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/target/org.eclipse.papyrus.releng.tools-3.1.0-SNAPSHOT-sources.jar
09:29:35 [INFO] 
09:29:35 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.releng.tools ---
09:29:35 [INFO] 
09:29:35 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.releng.tools ---
09:29:35 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/target/org.eclipse.papyrus.releng.tools-3.1.0-SNAPSHOT.jar
09:29:35 [INFO] 
09:29:35 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.releng.tools ---
09:29:35 [INFO] 
09:29:35 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.releng.tools ---
09:29:35 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:29:35 [INFO] 
09:29:35 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.releng.tools ---
09:29:35 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/target/org.eclipse.papyrus.releng.tools-3.1.0-SNAPSHOT.jar
09:29:35 [INFO] 
09:29:35 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.releng.tools ---
09:29:37 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/target/org.eclipse.papyrus.releng.tools-3.1.0-SNAPSHOT.jar
09:29:39 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/target/org.eclipse.papyrus.releng.tools-3.1.0-SNAPSHOT-sources.jar
09:29:40 [INFO] 
09:29:40 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.releng.tools ---
09:29:40 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/target/org.eclipse.papyrus.releng.tools-3.1.0-SNAPSHOT.jar
09:29:40 [INFO] 
09:29:40 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.releng.tools ---
09:29:40 [INFO] 
09:29:40 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.releng.feature >-------
09:29:40 [INFO] Building org.eclipse.papyrus.releng.feature 1.0.0-SNAPSHOT       [54/90]
09:29:40 [INFO] --------------------------[ eclipse-feature ]---------------------------
09:29:40 [INFO] 
09:29:40 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.releng.feature ---
09:29:40 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/target
09:29:40 [INFO] 
09:29:40 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.releng.feature ---
09:29:40 [INFO] The project's OSGi version is 1.0.0.202105031304
09:29:40 [INFO] 
09:29:40 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.releng.feature ---
09:29:40 [INFO] 
09:29:40 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.releng.feature ---
09:29:40 [INFO] 
09:29:40 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.releng.feature ---
09:29:40 [INFO] 
09:29:40 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.releng.feature ---
09:29:40 [INFO] 
09:29:40 [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.releng.feature ---
09:29:40 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/target/org.eclipse.papyrus.releng.feature-1.0.0-SNAPSHOT.jar
09:29:40 [INFO] 
09:29:40 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.releng.feature ---
09:29:40 [INFO] 
09:29:40 [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.releng.feature ---
09:29:40 [INFO] 
09:29:40 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.releng.feature ---
09:29:40 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:29:40 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/target/org.eclipse.papyrus.releng.feature-1.0.0-SNAPSHOT-sources-feature.jar
09:29:40 [INFO] 
09:29:40 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.releng.feature ---
09:29:40 [INFO] 
09:29:40 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.releng.feature ---
09:29:41 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/target/org.eclipse.papyrus.releng.feature-1.0.0-SNAPSHOT.jar
09:29:42 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/target/org.eclipse.papyrus.releng.feature-1.0.0-SNAPSHOT-sources-feature.jar
09:29:47 [INFO] 
09:29:47 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.releng.feature ---
09:29:47 [INFO] 
09:29:47 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.releng.feature ---
09:29:47 [INFO] 
09:29:47 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validations >---
09:29:47 [INFO] Building org.eclipse.papyrus.toolsmiths.validations 0.0.1-SNAPSHOT [55/90]
09:29:47 [INFO] --------------------------------[ pom ]---------------------------------
09:29:47 [INFO] 
09:29:47 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validations ---
09:29:47 [INFO] 
09:29:47 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validations ---
09:29:47 [INFO] 
09:29:47 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.validations ---
09:29:47 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:29:47 [INFO] 
09:29:47 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.validations ---
09:29:47 [INFO] 
09:29:47 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.validations ---
09:29:47 [INFO] 
09:29:47 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.validations ---
09:29:47 [INFO] 
09:29:47 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validations ---
09:29:47 [INFO] 
09:29:47 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.common >--
09:29:47 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.common 2.0.0-SNAPSHOT [56/90]
09:29:47 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:29:47 [INFO] 
09:29:47 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:47 [INFO] 
09:29:47 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:47 [INFO] The project's OSGi version is 2.0.0.202105031304
09:29:47 [INFO] 
09:29:47 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:47 [INFO] 
09:29:47 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:47 [INFO] 
09:29:47 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:29:47 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:29:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/src/main/resources
09:29:47 [INFO] 
09:29:47 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:47 [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/bin
09:29:48 [INFO] 
09:29:48 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:29:48 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:29:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/src/test/resources
09:29:48 [INFO] 
09:29:48 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:48 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/target/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT-sources.jar
09:29:48 [INFO] 
09:29:48 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:48 [INFO] 
09:29:48 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:48 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/target/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar
09:29:49 [INFO] 
09:29:49 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:49 [INFO] 
09:29:49 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:49 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:29:49 [INFO] 
09:29:49 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:49 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/target/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar
09:29:49 [INFO] 
09:29:49 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:49 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/target/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar
09:29:51 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/target/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT-sources.jar
09:29:53 [INFO] 
09:29:53 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:53 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/target/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar
09:29:53 [INFO] 
09:29:53 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.common ---
09:29:53 [INFO] 
09:29:53 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.architecture >--
09:29:53 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.architecture 2.0.0-SNAPSHOT [57/90]
09:29:53 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:29:53 [INFO] 
09:29:53 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:53 [INFO] 
09:29:53 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:53 [INFO] The project's OSGi version is 2.0.0.202105031304
09:29:53 [INFO] 
09:29:53 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:53 [INFO] 
09:29:53 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:53 [INFO] 
09:29:53 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:29:53 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:29:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/src/main/resources
09:29:53 [INFO] 
09:29:53 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:53 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/bin
09:29:54 [INFO] 
09:29:54 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:29:54 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:29:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/src/test/resources
09:29:54 [INFO] 
09:29:54 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:54 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.0.0-SNAPSHOT-sources.jar
09:29:54 [INFO] 
09:29:54 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:54 [INFO] 
09:29:54 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:54 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.0.0-SNAPSHOT.jar
09:29:54 [INFO] 
09:29:54 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:54 [INFO] 
09:29:54 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:54 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:29:54 [INFO] 
09:29:54 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:54 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.0.0-SNAPSHOT.jar
09:29:54 [INFO] 
09:29:54 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:54 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.0.0-SNAPSHOT.jar
09:29:55 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.0.0-SNAPSHOT-sources.jar
09:29:57 [INFO] 
09:29:57 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:57 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.0.0-SNAPSHOT.jar
09:29:57 [INFO] 
09:29:57 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
09:29:57 [INFO] 
09:29:57 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.elementtypes >--
09:29:57 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.0.0-SNAPSHOT [58/90]
09:29:57 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:29:57 [INFO] 
09:29:57 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:57 [INFO] 
09:29:57 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:57 [INFO] The project's OSGi version is 2.0.0.202105031304
09:29:57 [INFO] 
09:29:57 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:57 [INFO] 
09:29:57 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:57 [INFO] 
09:29:57 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:29:57 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:29:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/src/main/resources
09:29:57 [INFO] 
09:29:57 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:57 [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/bin
09:29:59 [INFO] 
09:29:59 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:59 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:29:59 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:29:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/src/test/resources
09:29:59 [INFO] 
09:29:59 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:59 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.0.0-SNAPSHOT-sources.jar
09:29:59 [INFO] 
09:29:59 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:59 [INFO] 
09:29:59 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:59 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.0.0-SNAPSHOT.jar
09:29:59 [INFO] 
09:29:59 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:59 [INFO] 
09:29:59 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:59 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:29:59 [INFO] 
09:29:59 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:59 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.0.0-SNAPSHOT.jar
09:29:59 [INFO] 
09:29:59 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:29:59 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.0.0-SNAPSHOT.jar
09:30:00 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.0.0-SNAPSHOT-sources.jar
09:30:02 [INFO] 
09:30:02 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:30:02 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.0.0-SNAPSHOT.jar
09:30:02 [INFO] 
09:30:02 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
09:30:02 [INFO] 
09:30:02 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.profile >--
09:30:02 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.profile 2.0.0-SNAPSHOT [59/90]
09:30:02 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:30:02 [INFO] 
09:30:02 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:02 [INFO] 
09:30:02 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:02 [INFO] The project's OSGi version is 2.0.0.202105031304
09:30:02 [INFO] 
09:30:02 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:02 [INFO] 
09:30:02 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:02 [INFO] 
09:30:02 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:02 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/main/resources
09:30:02 [INFO] 
09:30:02 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:02 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/bin
09:30:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/org/eclipse/papyrus/toolsmiths/validation/profile/internal/checkers/ProfilePluginXMLValidator.java:[35] 
09:30:03 	import org.eclipse.papyrus.infra.emf.utils.ResourceUtils;
09:30:03 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:03 The import org.eclipse.papyrus.infra.emf.utils.ResourceUtils is never used
09:30:03 1 problem (1 warning)
09:30:03 [INFO] 
09:30:03 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:03 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/test/resources
09:30:03 [INFO] 
09:30:03 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:03 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.0.0-SNAPSHOT-sources.jar
09:30:03 [INFO] 
09:30:03 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:03 [INFO] 
09:30:03 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:03 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.0.0-SNAPSHOT.jar
09:30:03 [INFO] 
09:30:03 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:03 [INFO] 
09:30:03 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:03 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:30:03 [INFO] 
09:30:03 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:03 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.0.0-SNAPSHOT.jar
09:30:03 [INFO] 
09:30:03 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:08 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.0.0-SNAPSHOT.jar
09:30:11 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.0.0-SNAPSHOT-sources.jar
09:30:13 [INFO] 
09:30:13 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:13 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.0.0-SNAPSHOT.jar
09:30:13 [INFO] 
09:30:13 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
09:30:13 [INFO] 
09:30:13 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths-builder >-----
09:30:13 [INFO] Building Papyrus Toolsmithis - Builder 0.0.1-SNAPSHOT            [60/90]
09:30:13 [INFO] --------------------------------[ pom ]---------------------------------
09:30:13 [INFO] 
09:30:13 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths-builder ---
09:30:13 [INFO] 
09:30:13 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths-builder ---
09:30:13 [INFO] 
09:30:13 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths-builder ---
09:30:13 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:30:13 [INFO] 
09:30:13 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths-builder ---
09:30:13 [INFO] 
09:30:13 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths-builder ---
09:30:13 [INFO] 
09:30:13 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths-builder ---
09:30:13 [INFO] 
09:30:13 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths-builder ---
09:30:13 [INFO] 
09:30:13 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.plugin.builder >--
09:30:13 [INFO] Building org.eclipse.papyrus.toolsmiths.plugin.builder 1.0.0-SNAPSHOT [61/90]
09:30:13 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:30:14 [INFO] 
09:30:14 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:14 [INFO] 
09:30:14 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:14 [INFO] The project's OSGi version is 1.0.0.202105031304
09:30:14 [INFO] 
09:30:14 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:14 [INFO] 
09:30:14 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:14 [INFO] 
09:30:14 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:14 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:14 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/src/main/resources
09:30:14 [INFO] 
09:30:14 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:14 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/bin
09:30:15 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/src/org/eclipse/papyrus/toolsmiths/plugin/builder/quickfix/DependencyRangeMarkerResolution.java:[30] 
09:30:15 	import org.eclipse.papyrus.toolsmiths.plugin.builder.helper.BundleVersionHelper;
09:30:15 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:15 The type BundleVersionHelper is deprecated
09:30:15 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/src/org/eclipse/papyrus/toolsmiths/plugin/builder/quickfix/DependencyRangeMarkerResolution.java:[61] 
09:30:15 	BundleVersionHelper bundleHelper = new BundleVersionHelper(dependency);
09:30:15 	^^^^^^^^^^^^^^^^^^^
09:30:15 The type BundleVersionHelper is deprecated
09:30:15 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/src/org/eclipse/papyrus/toolsmiths/plugin/builder/quickfix/DependencyRangeMarkerResolution.java:[61] 
09:30:15 	BundleVersionHelper bundleHelper = new BundleVersionHelper(dependency);
09:30:15 	                                       ^^^^^^^^^^^^^^^^^^^
09:30:15 The type BundleVersionHelper is deprecated
09:30:15 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/src/org/eclipse/papyrus/toolsmiths/plugin/builder/quickfix/DependencyRangeMarkerResolution.java:[61] 
09:30:15 	BundleVersionHelper bundleHelper = new BundleVersionHelper(dependency);
09:30:15 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:15 The constructor BundleVersionHelper(String) is deprecated
09:30:15 4 problems (4 warnings)
09:30:15 [INFO] 
09:30:15 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:15 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/src/test/resources
09:30:15 [INFO] 
09:30:15 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:15 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/target/org.eclipse.papyrus.toolsmiths.plugin.builder-1.0.0-SNAPSHOT-sources.jar
09:30:15 [INFO] 
09:30:15 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:15 [INFO] 
09:30:15 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:15 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/target/org.eclipse.papyrus.toolsmiths.plugin.builder-1.0.0-SNAPSHOT.jar
09:30:15 [INFO] 
09:30:15 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:15 [INFO] 
09:30:15 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:15 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:30:15 [INFO] 
09:30:15 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:15 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/target/org.eclipse.papyrus.toolsmiths.plugin.builder-1.0.0-SNAPSHOT.jar
09:30:15 [INFO] 
09:30:15 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:15 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/target/org.eclipse.papyrus.toolsmiths.plugin.builder-1.0.0-SNAPSHOT.jar
09:30:18 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/target/org.eclipse.papyrus.toolsmiths.plugin.builder-1.0.0-SNAPSHOT-sources.jar
09:30:20 [INFO] 
09:30:20 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:20 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/target/org.eclipse.papyrus.toolsmiths.plugin.builder-1.0.0-SNAPSHOT.jar
09:30:20 [INFO] 
09:30:20 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
09:30:20 [INFO] 
09:30:20 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.builder.feature >--
09:30:20 [INFO] Building org.eclipse.papyrus.toolsmiths.builder.feature 1.0.0-SNAPSHOT [62/90]
09:30:20 [INFO] --------------------------[ eclipse-feature ]---------------------------
09:30:20 [INFO] 
09:30:20 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:20 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/target
09:30:20 [INFO] 
09:30:20 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:20 [INFO] The project's OSGi version is 1.0.0.202105031304
09:30:20 [INFO] 
09:30:20 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:20 [INFO] 
09:30:20 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:20 [INFO] 
09:30:20 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:20 [INFO] 
09:30:20 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:20 [INFO] 
09:30:20 [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:20 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/target/org.eclipse.papyrus.toolsmiths.builder.feature-1.0.0-SNAPSHOT.jar
09:30:20 [INFO] 
09:30:20 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:20 [INFO] 
09:30:20 [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:20 [INFO] 
09:30:20 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:20 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:30:20 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/target/org.eclipse.papyrus.toolsmiths.builder.feature-1.0.0-SNAPSHOT-sources-feature.jar
09:30:20 [INFO] 
09:30:20 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:20 [INFO] 
09:30:20 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:20 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/target/org.eclipse.papyrus.toolsmiths.builder.feature-1.0.0-SNAPSHOT.jar
09:30:22 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/target/org.eclipse.papyrus.toolsmiths.builder.feature-1.0.0-SNAPSHOT-sources-feature.jar
09:30:24 [INFO] 
09:30:24 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:24 [INFO] 
09:30:24 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
09:30:24 [INFO] 
09:30:24 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.customization.nattableconfiguration >--
09:30:24 [INFO] Building org.eclipse.papyrus.customization.nattableconfiguration 3.0.0-SNAPSHOT [63/90]
09:30:24 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:30:24 [INFO] 
09:30:24 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:24 [INFO] 
09:30:24 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:24 [INFO] The project's OSGi version is 3.0.0.202105031304
09:30:24 [INFO] 
09:30:24 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:24 [INFO] 
09:30:24 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:24 [INFO] 
09:30:24 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:24 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/main/resources
09:30:24 [INFO] 
09:30:24 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:24 [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/bin
09:30:24 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[22] 
09:30:24 	import org.eclipse.core.internal.resources.File;
09:30:24 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:24 Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar')
09:30:24 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[125] 
09:30:24 	if (selectedElement instanceof File && NattableConfigurationResource.NATTABLE_CONFIGURATION_RESOURCE_FILE_EXTENSION.equals(((File) selectedElement).getFileExtension())) {
09:30:24 	                               ^^^^
09:30:24 Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar')
09:30:24 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[125] 
09:30:24 	if (selectedElement instanceof File && NattableConfigurationResource.NATTABLE_CONFIGURATION_RESOURCE_FILE_EXTENSION.equals(((File) selectedElement).getFileExtension())) {
09:30:24 	                                                                                                                             ^^^^
09:30:24 Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar')
09:30:24 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[125] 
09:30:25 	if (selectedElement instanceof File && NattableConfigurationResource.NATTABLE_CONFIGURATION_RESOURCE_FILE_EXTENSION.equals(((File) selectedElement).getFileExtension())) {
09:30:25 	                                                                                                                                                    ^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The method 'Resource.getFileExtension()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[135] 
09:30:25 	resource = TableEditingDomainUtils.getTableEditingDomain(manager.getTable()).getResourceSet().getResource(URI.createFileURI(((File) selectedElement).getLocation().toString()), true);
09:30:25 	                                                                                                                              ^^^^
09:30:25 Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[135] 
09:30:25 	resource = TableEditingDomainUtils.getTableEditingDomain(manager.getTable()).getResourceSet().getResource(URI.createFileURI(((File) selectedElement).getLocation().toString()), true);
09:30:25 	                                                                                                                                                     ^^^^^^^^^^^
09:30:25 Discouraged access: The method 'Resource.getLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[138] 
09:30:25 	resource = set.getResource(URI.createFileURI(((File) selectedElement).getLocation().toString()), true);
09:30:25 	                                               ^^^^
09:30:25 Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[138] 
09:30:25 	resource = set.getResource(URI.createFileURI(((File) selectedElement).getLocation().toString()), true);
09:30:25 	                                                                      ^^^^^^^^^^^
09:30:25 Discouraged access: The method 'Resource.getLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[31] 
09:30:25 	import org.eclipse.pde.internal.ui.wizards.IProjectProvider;
09:30:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'IProjectProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[32] 
09:30:25 	import org.eclipse.pde.internal.ui.wizards.plugin.NewProjectCreationOperation;
09:30:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'NewProjectCreationOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[33] 
09:30:25 	import org.eclipse.pde.internal.ui.wizards.plugin.NewProjectCreationPage;
09:30:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'NewProjectCreationPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[34] 
09:30:25 	import org.eclipse.pde.internal.ui.wizards.plugin.PluginContentPage;
09:30:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'PluginContentPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[35] 
09:30:25 	import org.eclipse.pde.internal.ui.wizards.plugin.PluginFieldData;
09:30:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'PluginFieldData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[49] 
09:30:25 	private NewProjectCreationPage nattableConfigurationProjectCreationPage;
09:30:25 	        ^^^^^^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'NewProjectCreationPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[54] 
09:30:25 	private IProjectProvider projectProvider;
09:30:25 	        ^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'IProjectProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[59] 
09:30:25 	protected PluginContentPage contentPage;
09:30:25 	          ^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'PluginContentPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[64] 
09:30:25 	private PluginFieldData pluginData;
09:30:25 	        ^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'PluginFieldData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[72] 
09:30:25 	pluginData = new PluginFieldData();
09:30:25 	                 ^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'PluginFieldData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[72] 
09:30:25 	pluginData = new PluginFieldData();
09:30:25 	                 ^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The constructor 'PluginFieldData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[74] 
09:30:25 	nattableConfigurationProjectCreationPage = new NewProjectCreationPage(Messages.NattableConfigurationProjectCreationPage_pageName, pluginData, false,new StructuredSelection());
09:30:25 	                                               ^^^^^^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'NewProjectCreationPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[74] 
09:30:25 	nattableConfigurationProjectCreationPage = new NewProjectCreationPage(Messages.NattableConfigurationProjectCreationPage_pageName, pluginData, false,new StructuredSelection());
09:30:25 	                                               ^^^^^^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The constructor 'NewProjectCreationPage(String, AbstractFieldData, boolean, IStructuredSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[77] 
09:30:25 	projectProvider = new IProjectProvider() {
09:30:25 	                      ^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'IProjectProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[94] 
09:30:25 	contentPage = new PluginContentPage("page2", projectProvider, nattableConfigurationProjectCreationPage, pluginData); //$NON-NLS-1$
09:30:25 	                  ^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'PluginContentPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[94] 
09:30:25 	contentPage = new PluginContentPage("page2", projectProvider, nattableConfigurationProjectCreationPage, pluginData); //$NON-NLS-1$
09:30:25 	                  ^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The constructor 'PluginContentPage(String, IProjectProvider, NewProjectCreationPage, AbstractFieldData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[117] 
09:30:25 	getContainer().run(false, true, new NewProjectCreationOperation(pluginData, projectProvider, null));
09:30:25 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'NewProjectCreationOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[117] 
09:30:25 	getContainer().run(false, true, new NewProjectCreationOperation(pluginData, projectProvider, null));
09:30:25 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The constructor 'NewProjectCreationOperation(IFieldData, IProjectProvider, IPluginContentWizard)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[212] 
09:30:25 	return this.projectProvider.getProject();
09:30:25 	                            ^^^^^^^^^^
09:30:25 Discouraged access: The method 'IProjectProvider.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateAndEditTableConfigurationWizard.java:[168] 
09:30:25 	if (this.firstSelectedElement instanceof org.eclipse.core.internal.resources.Resource) {
09:30:25 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'Resource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateAndEditTableConfigurationWizard.java:[169] 
09:30:25 	project = ((org.eclipse.core.internal.resources.Resource) firstSelectedElement).getProject();
09:30:25 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:25 Discouraged access: The type 'Resource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar')
09:30:25 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateAndEditTableConfigurationWizard.java:[169] 
09:30:25 	project = ((org.eclipse.core.internal.resources.Resource) firstSelectedElement).getProject();
09:30:25 	                                                                                ^^^^^^^^^^
09:30:25 Discouraged access: The method 'Resource.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar')
09:30:25 30 problems (30 warnings)
09:30:25 [INFO] 
09:30:25 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:25 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/test/resources
09:30:25 [INFO] 
09:30:25 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:25 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT-sources.jar
09:30:25 [INFO] 
09:30:25 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:25 [INFO] 
09:30:25 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:25 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT.jar
09:30:25 [INFO] 
09:30:25 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:25 [INFO] 
09:30:25 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:25 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:30:25 [INFO] 
09:30:25 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:25 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT.jar
09:30:25 [INFO] 
09:30:25 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:26 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT.jar
09:30:29 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT-sources.jar
09:30:31 [INFO] 
09:30:31 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:31 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT.jar
09:30:31 [INFO] 
09:30:31 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.customization.nattableconfiguration ---
09:30:31 [INFO] 
09:30:31 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui.properties >--
09:30:31 [INFO] Building org.eclipse.papyrus.infra.emf.types.ui.properties 4.0.0-SNAPSHOT [64/90]
09:30:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:30:31 [INFO] 
09:30:31 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:31 [INFO] 
09:30:31 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:31 [INFO] The project's OSGi version is 4.0.0.202105031304
09:30:31 [INFO] 
09:30:31 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:31 [INFO] 
09:30:31 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:31 [INFO] 
09:30:31 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:31 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/src/main/resources
09:30:31 [INFO] 
09:30:31 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:31 [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/bin
09:30:32 [INFO] 
09:30:32 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:32 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/src/test/resources
09:30:32 [INFO] 
09:30:32 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:32 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/target/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT-sources.jar
09:30:32 [INFO] 
09:30:32 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:32 [INFO] 
09:30:32 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:32 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/target/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT.jar
09:30:32 [INFO] 
09:30:32 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:32 [INFO] 
09:30:32 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:32 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:30:32 [INFO] 
09:30:32 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:32 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/target/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT.jar
09:30:32 [INFO] 
09:30:32 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:32 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/target/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT.jar
09:30:35 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/target/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT-sources.jar
09:30:36 [INFO] 
09:30:36 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:36 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/target/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT.jar
09:30:36 [INFO] 
09:30:36 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
09:30:36 [INFO] 
09:30:36 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.edit >--
09:30:36 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.expansion.edit 3.0.0-SNAPSHOT [65/90]
09:30:36 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:30:36 [INFO] 
09:30:36 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:36 [INFO] 
09:30:36 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:36 [INFO] The project's OSGi version is 3.0.0.202105031304
09:30:36 [INFO] 
09:30:36 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:36 [INFO] 
09:30:36 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:36 [INFO] 
09:30:36 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:36 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/src/main/resources
09:30:36 [INFO] 
09:30:36 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:36 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/bin
09:30:36 [INFO] 
09:30:36 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:36 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/src/test/resources
09:30:36 [INFO] 
09:30:36 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:36 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/target/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT-sources.jar
09:30:36 [INFO] 
09:30:36 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:36 [INFO] 
09:30:36 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:36 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/target/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT.jar
09:30:36 [INFO] 
09:30:36 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:36 [INFO] 
09:30:36 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:36 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:30:36 [INFO] 
09:30:36 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:36 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/target/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT.jar
09:30:37 [INFO] 
09:30:37 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:37 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/target/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT.jar
09:30:38 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/target/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT-sources.jar
09:30:41 [INFO] 
09:30:41 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:41 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/target/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT.jar
09:30:41 [INFO] 
09:30:41 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
09:30:41 [INFO] 
09:30:41 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.editor >--
09:30:41 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.expansion.editor 3.0.0-SNAPSHOT [66/90]
09:30:41 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:30:41 [INFO] 
09:30:41 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:41 [INFO] 
09:30:41 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:41 [INFO] The project's OSGi version is 3.0.0.202105031304
09:30:41 [INFO] 
09:30:41 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:41 [INFO] 
09:30:41 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:41 [INFO] 
09:30:41 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:41 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src/main/resources
09:30:41 [INFO] 
09:30:41 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:41 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/bin
09:30:42 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/presentation/ExpansionModelEditor.java:[1331] 
09:30:42 	public Object getAdapter(Class key) {
09:30:42 	       ^^^^^^
09:30:42 Type safety: The return type Object for getAdapter(Class) from the type ExpansionModelEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart
09:30:42 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/presentation/ExpansionModelEditor.java:[1342] 
09:30:42 	return super.getAdapter(key);
09:30:42 	       ^^^^^^^^^^^^^^^^^^^^^
09:30:42 Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type MultiPageEditorPart
09:30:42 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/presentation/ExpansionModelEditor.java:[1342] 
09:30:42 	return super.getAdapter(key);
09:30:42 	                        ^^^
09:30:42 Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
09:30:42 3 problems (3 warnings)
09:30:42 [INFO] 
09:30:42 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:42 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src/test/resources
09:30:42 [INFO] 
09:30:42 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:42 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT-sources.jar
09:30:42 [INFO] 
09:30:42 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:42 [INFO] 
09:30:42 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:42 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT.jar
09:30:42 [INFO] 
09:30:42 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:42 [INFO] 
09:30:42 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:42 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:30:42 [INFO] 
09:30:42 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:42 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT.jar
09:30:42 [INFO] 
09:30:42 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:42 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT.jar
09:30:44 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT-sources.jar
09:30:46 [INFO] 
09:30:46 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:46 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT.jar
09:30:46 [INFO] 
09:30:46 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
09:30:46 [INFO] 
09:30:46 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor >--
09:30:46 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor 4.1.0-SNAPSHOT [67/90]
09:30:46 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:30:46 [INFO] 
09:30:46 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:46 [INFO] 
09:30:46 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:46 [INFO] The project's OSGi version is 4.1.0.202105031304
09:30:46 [INFO] 
09:30:46 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:46 [INFO] 
09:30:46 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:46 [INFO] 
09:30:46 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:46 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src/main/resources
09:30:46 [INFO] 
09:30:46 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:46 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/bin
09:30:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/presentation/PaletteconfigurationEditor.java:[1072] 
09:30:47 	public Object getAdapter(Class key) {
09:30:47 	       ^^^^^^
09:30:47 Type safety: The return type Object for getAdapter(Class) from the type PaletteconfigurationEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart
09:30:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/presentation/PaletteconfigurationEditor.java:[1083] 
09:30:47 	return super.getAdapter(key);
09:30:47 	       ^^^^^^^^^^^^^^^^^^^^^
09:30:47 Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type MultiPageEditorPart
09:30:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/presentation/PaletteconfigurationEditor.java:[1083] 
09:30:47 	return super.getAdapter(key);
09:30:47 	                        ^^^
09:30:47 Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
09:30:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/presentation/CustomPaletteCreationPage.java:[319] 
09:30:47 	private String getInitRequiredProfilesValue() {
09:30:47 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:47 The method getInitRequiredProfilesValue() from the type CustomPaletteCreationPage is never used locally
09:30:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/presentation/CustomPaletteconfigurationModelWizard.java:[23] 
09:30:47 	import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.presentation.PaletteConfigurationEditorPlugin;
09:30:47 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:47 The import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.presentation.PaletteConfigurationEditorPlugin is never used
09:30:47 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/presentation/CustomPaletteconfigurationModelWizard.java:[24] 
09:30:47 	import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.presentation.PaletteconfigurationModelWizard;
09:30:47 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:47 The import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.presentation.PaletteconfigurationModelWizard is never used
09:30:47 6 problems (6 warnings)
09:30:47 [INFO] 
09:30:47 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:47 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src/test/resources
09:30:47 [INFO] 
09:30:47 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:47 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT-sources.jar
09:30:47 [INFO] 
09:30:47 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:47 [INFO] 
09:30:47 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:47 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT.jar
09:30:47 [INFO] 
09:30:47 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:47 [INFO] 
09:30:47 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:47 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:30:47 [INFO] 
09:30:47 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:47 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT.jar
09:30:48 [INFO] 
09:30:48 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:48 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT.jar
09:30:50 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT-sources.jar
09:30:52 [INFO] 
09:30:52 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:52 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT.jar
09:30:52 [INFO] 
09:30:52 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
09:30:52 [INFO] 
09:30:52 [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths >---------
09:30:52 [INFO] Building org.eclipse.papyrus.toolsmiths 2.0.0-SNAPSHOT           [68/90]
09:30:52 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:30:52 [INFO] 
09:30:52 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths ---
09:30:52 [INFO] 
09:30:52 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths ---
09:30:52 [INFO] The project's OSGi version is 2.0.0.202105031304
09:30:52 [INFO] 
09:30:52 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths ---
09:30:52 [INFO] 
09:30:52 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths ---
09:30:52 [INFO] 
09:30:52 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths ---
09:30:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:52 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/main/resources
09:30:52 [INFO] 
09:30:52 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths ---
09:30:52 [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/bin
09:30:52 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/types/generator/TypesPluginGenerator.java:[92] 
09:30:52 	IStatus configurePlugin = configurePlugin(project, entry.getValue(), contextId, generateExtensionPoint);
09:30:52 	        ^^^^^^^^^^^^^^^
09:30:52 The value of the local variable configurePlugin is not used
09:30:52 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[24] 
09:30:52 	import org.eclipse.pde.internal.ui.wizards.plugin.NewPluginProjectWizard;
09:30:52 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:30:52 Discouraged access: The type 'NewPluginProjectWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:52 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[28] 
09:30:52 	public class CreateNewCustomizationPluginWizard extends NewPluginProjectWizard {
09:30:52 	                                                        ^^^^^^^^^^^^^^^^^^^^^^
09:30:52 Discouraged access: The type 'NewPluginProjectWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:52 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[35] 
09:30:52 	private Image defaultImage;
09:30:52 	              ^^^^^^^^^^^^
09:30:52 The value of the field CreateNewCustomizationPluginWizard.defaultImage is not used
09:30:52 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[38] 
09:30:52 	super();
09:30:52 	^^^^^^^^
09:30:52 Discouraged access: The constructor 'NewPluginProjectWizard()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:52 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[46] 
09:30:52 	super.addPages();
09:30:52 	      ^^^^^^^^
09:30:52 Discouraged access: The method 'NewPluginProjectWizard.addPages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:52 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[52] 
09:30:52 	if (page == fContentPage) { // Remove the template page
09:30:52 	            ^^^^^^^^^^^^
09:30:52 Discouraged access: The field 'NewPluginProjectWizard.fContentPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:52 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[59] 
09:30:52 	return this.fContentPage.getData().getProvider();
09:30:52 	            ^^^^^^^^^^^^
09:30:52 Discouraged access: The field 'NewPluginProjectWizard.fContentPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:52 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[59] 
09:30:52 	return this.fContentPage.getData().getProvider();
09:30:52 	                         ^^^^^^^
09:30:52 Discouraged access: The method 'ContentPage.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:52 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[64] 
09:30:52 	boolean result = super.performFinish();
09:30:52 	                       ^^^^^^^^^^^^^
09:30:52 Discouraged access: The method 'NewPluginProjectWizard.performFinish()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:52 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[66] 
09:30:52 	IProject project = this.fMainPage.getProjectHandle();
09:30:52 	                        ^^^^^^^^^
09:30:52 Discouraged access: The field 'NewPluginProjectWizard.fMainPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:52 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CustomizationPage.java:[64] 
09:30:52 	this.configuration.setPlugin(getWizard().getPluginId());
09:30:52 	                                         ^^^^^^^^^^^
09:30:52 Discouraged access: The method 'NewPluginProjectWizard.getPluginId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.13.0.v20210209-0833/org.eclipse.pde.ui-3.13.0.v20210209-0833.jar')
09:30:52 12 problems (12 warnings)
09:30:52 [INFO] 
09:30:52 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths ---
09:30:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:52 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/test/resources
09:30:52 [INFO] 
09:30:52 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths ---
09:30:52 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.0.0-SNAPSHOT-sources.jar
09:30:52 [INFO] 
09:30:52 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths ---
09:30:52 [INFO] 
09:30:52 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths ---
09:30:52 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.0.0-SNAPSHOT.jar
09:30:52 [INFO] 
09:30:52 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths ---
09:30:52 [INFO] 
09:30:52 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths ---
09:30:52 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:30:52 [INFO] 
09:30:52 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths ---
09:30:52 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.0.0-SNAPSHOT.jar
09:30:53 [INFO] 
09:30:53 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths ---
09:30:53 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.0.0-SNAPSHOT.jar
09:30:56 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.0.0-SNAPSHOT-sources.jar
09:30:57 [INFO] 
09:30:57 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths ---
09:30:57 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.0.0-SNAPSHOT.jar
09:30:57 [INFO] 
09:30:57 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths ---
09:30:57 [INFO] 
09:30:57 [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.ecore >------
09:30:57 [INFO] Building org.eclipse.papyrus.toolsmiths.ecore 2.0.0-SNAPSHOT     [69/90]
09:30:57 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:30:57 [INFO] 
09:30:57 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:57 [INFO] 
09:30:57 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:57 [INFO] The project's OSGi version is 2.0.0.202105031304
09:30:57 [INFO] 
09:30:57 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:57 [INFO] 
09:30:57 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:57 [INFO] 
09:30:57 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:57 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/src/main/resources
09:30:57 [INFO] 
09:30:57 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:57 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/bin
09:30:58 [INFO] 
09:30:58 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:30:58 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:30:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/src/test/resources
09:30:58 [INFO] 
09:30:58 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:58 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/target/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT-sources.jar
09:30:58 [INFO] 
09:30:58 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:58 [INFO] 
09:30:58 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:58 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/target/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT.jar
09:30:58 [INFO] 
09:30:58 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:58 [INFO] 
09:30:58 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:58 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:30:58 [INFO] 
09:30:58 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:58 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/target/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT.jar
09:30:59 [INFO] 
09:30:59 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:30:59 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/target/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT.jar
09:31:00 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/target/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT-sources.jar
09:31:01 [INFO] 
09:31:01 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:31:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/target/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT.jar
09:31:02 [INFO] 
09:31:02 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.ecore ---
09:31:02 [INFO] 
09:31:02 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.expressions >---
09:31:02 [INFO] Building org.eclipse.papyrus.toolsmiths.expressions 2.0.0-SNAPSHOT [70/90]
09:31:02 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:31:02 [INFO] 
09:31:02 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:02 [INFO] 
09:31:02 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:02 [INFO] The project's OSGi version is 2.0.0.202105031304
09:31:02 [INFO] 
09:31:02 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:02 [INFO] 
09:31:02 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:02 [INFO] 
09:31:02 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:02 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/src/main/resources
09:31:02 [INFO] 
09:31:02 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:02 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/bin
09:31:02 [INFO] 
09:31:02 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:02 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/src/test/resources
09:31:02 [INFO] 
09:31:02 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:02 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/target/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT-sources.jar
09:31:02 [INFO] 
09:31:02 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:02 [INFO] 
09:31:02 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:02 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/target/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT.jar
09:31:02 [INFO] 
09:31:02 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:02 [INFO] 
09:31:02 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:02 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:31:02 [INFO] 
09:31:02 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:02 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/target/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT.jar
09:31:03 [INFO] 
09:31:03 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:03 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/target/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT.jar
09:31:06 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/target/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT-sources.jar
09:31:08 [INFO] 
09:31:08 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:08 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/target/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT.jar
09:31:08 [INFO] 
09:31:08 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.expressions ---
09:31:08 [INFO] 
09:31:08 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools >--
09:31:08 [INFO] Building org.eclipse.papyrus.uml.m2m.qvto.tests.tools 2.1.0-SNAPSHOT [71/90]
09:31:08 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:31:08 [INFO] 
09:31:08 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:08 [INFO] 
09:31:08 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:08 [INFO] The project's OSGi version is 2.1.0.202105031304
09:31:08 [INFO] 
09:31:08 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:08 [INFO] 
09:31:08 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:08 [INFO] 
09:31:08 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:08 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/src/main/resources
09:31:08 [INFO] 
09:31:08 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:08 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/bin
09:31:09 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/src/org/eclipse/papyrus/uml/m2m/qvto/tests/tools/tests/EMFCompareUtils.java:[69] 
09:31:09 	final MatchEngineFactoryImpl mathEnginefactory = new MatchEngineFactoryImpl(matcher, comparisonFactory);
09:31:09 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:09 The constructor MatchEngineFactoryImpl(IEObjectMatcher, IComparisonFactory) is deprecated
09:31:09 2 problems (0 errors, 1 warning, 1 info)
09:31:09 [INFO] 
09:31:09 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:09 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:09 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/src/test/resources
09:31:09 [INFO] 
09:31:09 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:09 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT-sources.jar
09:31:09 [INFO] 
09:31:09 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:09 [INFO] 
09:31:09 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:09 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT.jar
09:31:09 [INFO] 
09:31:09 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:09 [INFO] 
09:31:09 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:09 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:31:09 [INFO] 
09:31:09 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:09 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT.jar
09:31:09 [INFO] 
09:31:09 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:09 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT.jar
09:31:11 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT-sources.jar
09:31:12 [INFO] 
09:31:12 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:12 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT.jar
09:31:12 [INFO] 
09:31:12 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
09:31:12 [INFO] 
09:31:12 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature >--
09:31:12 [INFO] Building org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature 1.0.0-SNAPSHOT [72/90]
09:31:12 [INFO] --------------------------[ eclipse-feature ]---------------------------
09:31:12 [INFO] 
09:31:12 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:12 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/target
09:31:12 [INFO] 
09:31:12 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:12 [INFO] The project's OSGi version is 1.0.0.202105031304
09:31:12 [INFO] 
09:31:12 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:12 [INFO] 
09:31:12 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:12 [INFO] 
09:31:12 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:12 [INFO] 
09:31:12 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:12 [INFO] 
09:31:12 [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:12 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature-1.0.0-SNAPSHOT.jar
09:31:12 [INFO] 
09:31:12 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:12 [INFO] 
09:31:12 [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:12 [INFO] 
09:31:12 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:12 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:31:12 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature-1.0.0-SNAPSHOT-sources-feature.jar
09:31:12 [INFO] 
09:31:12 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:12 [INFO] 
09:31:12 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:12 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature-1.0.0-SNAPSHOT.jar
09:31:14 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature-1.0.0-SNAPSHOT-sources-feature.jar
09:31:15 [INFO] 
09:31:15 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:15 [INFO] 
09:31:15 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
09:31:15 [INFO] 
09:31:15 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.palette >-----
09:31:15 [INFO] Building org.eclipse.papyrus.toolsmiths.palette 4.0.0-SNAPSHOT   [73/90]
09:31:15 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:31:15 [INFO] 
09:31:15 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:15 [INFO] 
09:31:15 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:15 [INFO] The project's OSGi version is 4.0.0.202105031304
09:31:15 [INFO] 
09:31:15 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:15 [INFO] 
09:31:15 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:15 [INFO] 
09:31:15 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:15 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/main/resources
09:31:15 [INFO] 
09:31:15 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:15 [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/bin
09:31:16 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PapyrusPaletteCustomizerDialog.java:[354] 
09:31:16 	button.setData(new Integer(id));
09:31:16 	                   ^^^^^^^^^^^
09:31:16 The constructor Integer(int) is deprecated since version 9
09:31:16 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PapyrusPaletteCustomizerDialog.java:[367] 
09:31:16 	paletteButtonsMap.put(new Integer(id), button);
09:31:16 	                          ^^^^^^^^^^^
09:31:16 The constructor Integer(int) is deprecated since version 9
09:31:16 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PapyrusPaletteCustomizerDialog.java:[671] 
09:31:16 	private PapyrusPaletteService paletteService;
09:31:16 	                              ^^^^^^^^^^^^^^
09:31:16 The value of the field PapyrusPaletteCustomizerDialog.PalettesTableContentProvider.paletteService is not used
09:31:16 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PapyrusPaletteCustomizerDialog.java:[674] 
09:31:16 	private final TableViewer viewer;
09:31:16 	                          ^^^^^^
09:31:16 The value of the field PapyrusPaletteCustomizerDialog.PalettesTableContentProvider.viewer is not used
09:31:16 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/ConfigurationInformationComposite.java:[197] 
09:31:16 	ToolConfiguration configuration = ((ToolConfiguration) selectedConfiguration);
09:31:16 	                  ^^^^^^^^^^^^^
09:31:16 The value of the local variable configuration is not used
09:31:16 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[142] 
09:31:16 	PapyrusPalettePreferences.addLocalExtendedPalette(paletteId, paletteId, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
09:31:16 	                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:16 Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
09:31:16 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[142] 
09:31:16 	PapyrusPalettePreferences.addLocalExtendedPalette(paletteId, paletteId, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
09:31:16 	                                                                                                                                 ^^^^^^^
09:31:16 HashSet is a raw type. References to generic type HashSet<E> should be parameterized
09:31:16 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[149] 
09:31:16 	PapyrusPalettePreferences.addLocalExtendedPalette(paletteId, paletteId, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
09:31:16 	                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:16 Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
09:31:16 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[149] 
09:31:16 	PapyrusPalettePreferences.addLocalExtendedPalette(paletteId, paletteId, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
09:31:16 	                                                                                                                                 ^^^^^^^
09:31:16 HashSet is a raw type. References to generic type HashSet<E> should be parameterized
09:31:16 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[169] 
09:31:16 	PapyrusPalettePreferences.addWorkspaceExtendedPalette(paletteId, paletteId, pathWS, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
09:31:16 	                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:16 Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
09:31:16 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[169] 
09:31:16 	PapyrusPalettePreferences.addWorkspaceExtendedPalette(paletteId, paletteId, pathWS, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
09:31:16 	                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:16 Type safety: The expression of type HashSet needs unchecked conversion to conform to Set<String>
09:31:16 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[169] 
09:31:16 	PapyrusPalettePreferences.addWorkspaceExtendedPalette(paletteId, paletteId, pathWS, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
09:31:16 	                                                                                                                                             ^^^^^^^
09:31:16 HashSet is a raw type. References to generic type HashSet<E> should be parameterized
09:31:16 12 problems (12 warnings)
09:31:16 [INFO] 
09:31:16 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:16 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/test/resources
09:31:16 [INFO] 
09:31:16 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:16 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT-sources.jar
09:31:16 [INFO] 
09:31:16 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:16 [INFO] 
09:31:16 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:16 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT.jar
09:31:16 [INFO] 
09:31:16 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:16 [INFO] 
09:31:16 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:16 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:31:16 [INFO] 
09:31:16 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:16 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT.jar
09:31:18 [INFO] 
09:31:18 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:18 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT.jar
09:31:21 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT-sources.jar
09:31:37 [INFO] 
09:31:37 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:37 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT.jar
09:31:38 [INFO] 
09:31:38 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.palette ---
09:31:38 [INFO] 
09:31:38 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.properties.toolsmiths >--
09:31:38 [INFO] Building org.eclipse.papyrus.views.properties.toolsmiths 3.1.0-SNAPSHOT [74/90]
09:31:38 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:31:38 [INFO] 
09:31:38 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:38 [INFO] 
09:31:38 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:38 [INFO] The project's OSGi version is 3.1.0.202105031304
09:31:38 [INFO] 
09:31:38 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:38 [INFO] 
09:31:38 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:38 [INFO] 
09:31:38 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:38 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/main/resources
09:31:38 [INFO] 
09:31:38 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:38 [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/bin
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/CustomizationModelElement.java:[27] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.SectionNameObservableValue;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.SectionNameObservableValue is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/CustomizationModelElement.java:[138] 
09:31:39 	TreeBrowseStrategy browseStrategy = new ProviderBasedBrowseStrategy(provider);
09:31:39 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy<T> should be parameterized
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/IContextStorageActionProvider.java:[16] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextCopyAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextCopyAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/IContextStorageActionProvider.java:[17] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextDeleteAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextDeleteAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/IContextStorageActionProvider.java:[18] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextEditAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextEditAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeObservable.java:[28] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElement;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElement is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeObservable.java:[39] 
09:31:39 	public class GenericAttributeObservable extends AbstractObservableValue {
09:31:39 	                                                ^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeObservable.java:[174] 
09:31:39 	ValueDiff diff = new ValueDiff() {
09:31:39 	^^^^^^^^^
09:31:39 ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeObservable.java:[174] 
09:31:39 	ValueDiff diff = new ValueDiff() {
09:31:39 	                     ^^^^^^^^^
09:31:39 ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeObservable.java:[191] 
09:31:39 	protected void fireValueChange(ValueDiff diff) {
09:31:39 	                               ^^^^^^^^^
09:31:39 ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeObservable.java:[192] 
09:31:39 	super.fireValueChange(diff);
09:31:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/editor/actions/CreateSectionAction.java:[34] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CompoundCommandActionDelegate;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CompoundCommandActionDelegate is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/editor/actions/CreateSectionAction.java:[35] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CreateResourceCommand;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CreateResourceCommand is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/AbstractContextStorageActionProvider.java:[16] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextCopyAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextCopyAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/AbstractContextStorageActionProvider.java:[17] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextDeleteAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextDeleteAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/AbstractContextStorageActionProvider.java:[18] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextEditAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextEditAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/AbstractContextStorageActionProvider.java:[19] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextStorageActionProvider;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextStorageActionProvider is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/ContextStorageActionRegistry.java:[25] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextCopyAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextCopyAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/ContextStorageActionRegistry.java:[26] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextDeleteAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextDeleteAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/ContextStorageActionRegistry.java:[27] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextEditAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextEditAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/ContextStorageActionRegistry.java:[28] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextStorageActionProvider;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextStorageActionProvider is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/providers/TabContentProvider.java:[20] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.providers.AbstractContextualContentProvider;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.providers.AbstractContextualContentProvider is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/ui/OpenCustomization.java:[25] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.ui.CustomizationDialog;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.ui.CustomizationDialog is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/providers/PropertyContentProvider.java:[21] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.providers.AbstractContextualContentProvider;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.providers.AbstractContextualContentProvider is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/workspace/WorkspaceContextStorageActionProvider.java:[17] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.workspace.WorkspaceContextCopyAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.workspace.WorkspaceContextCopyAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/workspace/WorkspaceContextStorageActionProvider.java:[18] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.workspace.WorkspaceContextDeleteAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.workspace.WorkspaceContextDeleteAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/workspace/WorkspaceContextStorageActionProvider.java:[19] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.workspace.WorkspaceContextEditAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.workspace.WorkspaceContextEditAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericPropertyModelElementFactory.java:[23] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElement;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElement is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeModelElementFactory.java:[23] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElement;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElement is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/ui/CustomizationDialog.java:[31] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.ui.CopyContextAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.ui.CopyContextAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/ui/CustomizationDialog.java:[32] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.ui.EditContextAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.ui.EditContextAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/ui/CustomizationDialog.java:[33] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.ui.RemoveContextAction;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.ui.RemoveContextAction is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/preferences/CustomizationPreferencesInitializer.java:[18] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.preferences.CustomizationPreferencePage;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.preferences.CustomizationPreferencePage is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/editor/actions/CreateSectionWidgetAction.java:[28] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CompoundCommandActionDelegate;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CompoundCommandActionDelegate is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/editor/actions/CreateSectionWidgetAction.java:[29] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CreateResourceCommand;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CreateResourceCommand is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/CustomizationModelElementFactory.java:[19] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.CustomizationModelElement;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.CustomizationModelElement is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeModelElement.java:[31] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElementFactory;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElementFactory is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeModelElement.java:[32] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeObservable;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeObservable is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeModelElement.java:[33] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericPropertyModelElementFactory;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericPropertyModelElementFactory is never used
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeModelElement.java:[112] 
09:31:39 	public IObservableValue doGetObservable(String propertyPath) {
09:31:39 	       ^^^^^^^^^^^^^^^^
09:31:39 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:39 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/providers/ConstraintDescriptorContentProvider.java:[21] 
09:31:39 	import org.eclipse.papyrus.views.properties.toolsmiths.providers.AbstractContextualContentProvider;
09:31:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:39 The import org.eclipse.papyrus.views.properties.toolsmiths.providers.AbstractContextualContentProvider is never used
09:31:39 41 problems (41 warnings)
09:31:39 [INFO] 
09:31:39 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:39 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/test/resources
09:31:39 [INFO] 
09:31:39 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:39 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/target/org.eclipse.papyrus.views.properties.toolsmiths-3.1.0-SNAPSHOT-sources.jar
09:31:39 [INFO] 
09:31:39 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:39 [INFO] 
09:31:39 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:39 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/target/org.eclipse.papyrus.views.properties.toolsmiths-3.1.0-SNAPSHOT.jar
09:31:40 [INFO] 
09:31:40 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:40 [INFO] 
09:31:40 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:40 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:31:40 [INFO] 
09:31:40 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:40 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/target/org.eclipse.papyrus.views.properties.toolsmiths-3.1.0-SNAPSHOT.jar
09:31:40 [INFO] 
09:31:40 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:40 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/target/org.eclipse.papyrus.views.properties.toolsmiths-3.1.0-SNAPSHOT.jar
09:31:42 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/target/org.eclipse.papyrus.views.properties.toolsmiths-3.1.0-SNAPSHOT-sources.jar
09:31:44 [INFO] 
09:31:44 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:44 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/target/org.eclipse.papyrus.views.properties.toolsmiths-3.1.0-SNAPSHOT.jar
09:31:44 [INFO] 
09:31:44 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.properties.toolsmiths ---
09:31:44 [INFO] 
09:31:44 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.generation >--
09:31:44 [INFO] Building org.eclipse.papyrus.uml.properties.generation 3.0.0-SNAPSHOT [75/90]
09:31:44 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:31:44 [INFO] 
09:31:44 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:44 [INFO] 
09:31:44 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:44 [INFO] The project's OSGi version is 3.0.0.202105031304
09:31:44 [INFO] 
09:31:44 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:44 [INFO] 
09:31:44 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:44 [INFO] 
09:31:44 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:44 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/main/resources
09:31:44 [INFO] 
09:31:44 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:44 [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/bin
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/generators/AbstractQVTGenerator.java:[193] 
09:31:45 	public abstract IObservableValue getObservableValue();
09:31:45 	                ^^^^^^^^^^^^^^^^
09:31:45 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectFieldsPage.java:[170] 
09:31:45 	IObservableValue singleValue = EMFProperties.value(FieldSelectionPackage.eINSTANCE.getPropertyDefinition_ValueSingle()).observe(propertyDefinition);
09:31:45 	^^^^^^^^^^^^^^^^
09:31:45 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectFieldsPage.java:[170] 
09:31:45 	IObservableValue singleValue = EMFProperties.value(FieldSelectionPackage.eINSTANCE.getPropertyDefinition_ValueSingle()).observe(propertyDefinition);
09:31:45 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectFieldsPage.java:[171] 
09:31:45 	IObservableValue multipleValue = EMFProperties.value(FieldSelectionPackage.eINSTANCE.getPropertyDefinition_ValueMultiple()).observe(propertyDefinition);
09:31:45 	^^^^^^^^^^^^^^^^
09:31:45 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectFieldsPage.java:[171] 
09:31:45 	IObservableValue multipleValue = EMFProperties.value(FieldSelectionPackage.eINSTANCE.getPropertyDefinition_ValueMultiple()).observe(propertyDefinition);
09:31:45 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectFieldsPage.java:[183] 
09:31:45 	private void createTreeEditor(TreeItem treeItem, int columnIndex, boolean defaultValue, IObservableValue observable) {
09:31:45 	                                                                                        ^^^^^^^^^^^^^^^^
09:31:45 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectFieldsPage.java:[240] 
09:31:45 	private void displayFields(DataContextElement contextElement, TreeViewer treeViewer) {
09:31:45 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 The method displayFields(DataContextElement, TreeViewer) from the type SelectFieldsPage is never used locally
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/generators/IGenerator.java:[140] 
09:31:45 	public IObservableValue getObservableValue();
09:31:45 	       ^^^^^^^^^^^^^^^^
09:31:45 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/extensionpoint/GeneratorExtensionPoint.java:[50] 
09:31:45 	IGenerator generator = ClassLoaderHelper.newInstance(generatorClassName, IGenerator.class);
09:31:45 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 The method newInstance(String, Class<IGenerator>) from the type ClassLoaderHelper is deprecated
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/layout/StandardLayoutGenerator.java:[179] 
09:31:45 	switch (editorType) {
09:31:45 	        ^^^^^^^^^^
09:31:45 The enum constant DOUBLE needs a corresponding case label in this enum switch on Type
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/FileChooser.java:[27] 
09:31:45 	import org.eclipse.jface.databinding.swt.WidgetProperties;
09:31:45 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 The type WidgetProperties is deprecated
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/FileChooser.java:[193] 
09:31:45 	dialog.setInitialSelections(new IFile[] { currentFile });
09:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 Type IFile[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/FileChooser.java:[228] 
09:31:45 	public IObservableValue getObservableValue() {
09:31:45 	       ^^^^^^^^^^^^^^^^
09:31:45 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/FileChooser.java:[229] 
09:31:45 	IWidgetValueProperty prop = WidgetProperties.text(SWT.Modify);
09:31:45 	^^^^^^^^^^^^^^^^^^^^
09:31:45 IWidgetValueProperty is a raw type. References to generic type IWidgetValueProperty<S,T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/FileChooser.java:[229] 
09:31:45 	IWidgetValueProperty prop = WidgetProperties.text(SWT.Modify);
09:31:45 	                            ^^^^^^^^^^^^^^^^
09:31:45 The type WidgetProperties is deprecated
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/FileChooser.java:[229] 
09:31:45 	IWidgetValueProperty prop = WidgetProperties.text(SWT.Modify);
09:31:45 	                                             ^^^^^^^^^^^^^^^^
09:31:45 The method text(int) from the type WidgetProperties is deprecated
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/FileChooser.java:[230] 
09:31:45 	return prop.observeDelayed(600, text);
09:31:45 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty<S,T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectOutputPage.java:[27] 
09:31:45 	import org.eclipse.jface.viewers.ViewerSorter;
09:31:45 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 The type ViewerSorter is deprecated
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectOutputPage.java:[70] 
09:31:45 	viewer = new CheckboxTableViewer(root, SWT.MULTI | SWT.H_SCROLL | SWT.FILL | SWT.FULL_SELECTION | SWT.BORDER);
09:31:45 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 The constructor CheckboxTableViewer(Composite, int) is deprecated
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectOutputPage.java:[103] 
09:31:45 	viewer.setSorter(new ViewerSorter());
09:31:45 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectOutputPage.java:[103] 
09:31:45 	viewer.setSorter(new ViewerSorter());
09:31:45 	                     ^^^^^^^^^^^^
09:31:45 The type ViewerSorter is deprecated
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectOutputPage.java:[103] 
09:31:45 	viewer.setSorter(new ViewerSorter());
09:31:45 	                     ^^^^^^^^^^^^^^
09:31:45 The constructor ViewerSorter() is deprecated
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/extensionpoint/LayoutExtensionPoint.java:[49] 
09:31:45 	ILayoutGenerator generator = ClassLoaderHelper.newInstance(generatorClassName, ILayoutGenerator.class);
09:31:45 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 The method newInstance(String, Class<ILayoutGenerator>) from the type ClassLoaderHelper is deprecated
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[69] 
09:31:45 	protected IObservableValue srcTextObservable;
09:31:45 	          ^^^^^^^^^^^^^^^^
09:31:45 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[71] 
09:31:45 	protected IObservableValue targetTextObservable;
09:31:45 	          ^^^^^^^^^^^^^^^^
09:31:45 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[73] 
09:31:45 	protected UpdateValueStrategy srcFieldStrategy;
09:31:45 	          ^^^^^^^^^^^^^^^^^^^
09:31:45 UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[75] 
09:31:45 	protected UpdateValueStrategy targetFieldStrategy;
09:31:45 	          ^^^^^^^^^^^^^^^^^^^
09:31:45 UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[95] 
09:31:45 	srcFieldStrategy = new UpdateValueStrategy();
09:31:45 	                       ^^^^^^^^^^^^^^^^^^^
09:31:45 UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[96] 
09:31:45 	targetFieldStrategy = new UpdateValueStrategy();
09:31:45 	                          ^^^^^^^^^^^^^^^^^^^
09:31:45 UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[172] 
09:31:45 	targetFieldStrategy.setConverter(new IConverter() {
09:31:45 				@Override
09:31:45 				public Object getToType() {
09:31:45 					return String.class;
09:31:45 				}
09:31:45 				@Override
09:31:45 				public Object getFromType() {
09:31:45 					return String.class;
09:31:45 				}
09:31:45 				@Override
09:31:45 				public String convert(Object fromObject) {
09:31:45 					if (srcTextObservable != null) {
09:31:45 						return (String) srcTextObservable.getValue();
09:31:45 					} else if (targetFileChooser.getFilePath() != null) {
09:31:45 						return targetFileChooser.getFilePath();
09:31:45 					}
09:31:45 					return "";
09:31:45 				}
09:31:45 			});
09:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[172] 
09:31:45 	targetFieldStrategy.setConverter(new IConverter() {
09:31:45 	                                     ^^^^^^^^^^
09:31:45 IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[198] 
09:31:45 	srcFieldStrategy.setConverter(new IConverter() {
09:31:45 				@Override
09:31:45 				public Object getToType() {
09:31:45 					return String.class;
09:31:45 				}
09:31:45 				@Override
09:31:45 				public Object getFromType() {
09:31:45 					return String.class;
09:31:45 				}
09:31:45 				@Override
09:31:45 				public String convert(Object fromObject) {
09:31:45 					if (fromObject instanceof String) {
09:31:45 						String stringObject = (String) fromObject;
09:31:45 						if (stringObject.equals("")) {
09:31:45 							return "";
09:31:45 						}
09:31:45 						String[] result = stringObject.split("/");
09:31:45 						String filename = result[result.length - 1];
09:31:45 						String[] ext = filename.split("\\.");
09:31:45 						StringBuilder builder = new StringBuilder();
09:31:45 						if (targetTextObservable != null) {
09:31:45 							String s = (String) targetTextObservable.getValue();
09:31:45 							if (!s.equals("")) {
09:31:45 								String original[] = s.split("/");
09:31:45 								builder.append("/");
09:31:45 								for (int i = 1; i < original.length - 1; i++) {
09:31:45 									builder.append(original[i]);
09:31:45 									builder.append("/");
09:31:45 								}
09:31:45 							} else {
09:31:45 								builder.append("/");
09:31:45 								builder.append(result[1]);
09:31:45 								builder.append("/properties/");
09:31:45 							}
09:31:45 						}
09:31:45 						builder.append(ext[0]);
09:31:45 						builder.append(".ctx");
09:31:45 						return builder.toString();
09:31:45 					}
09:31:45 					return "";
09:31:45 				}
09:31:45 			});
09:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[198] 
09:31:45 	srcFieldStrategy.setConverter(new IConverter() {
09:31:45 	                                  ^^^^^^^^^^
09:31:45 IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[281] 
09:31:45 	srcFieldStrategy.setAfterGetValidator(srcValidator);
09:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The method setAfterGetValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[282] 
09:31:45 	srcFieldStrategy.setAfterConvertValidator(targetValidator);
09:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The method setAfterConvertValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[283] 
09:31:45 	targetFieldStrategy.setAfterGetValidator(targetValidator);
09:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The method setAfterGetValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[284] 
09:31:45 	targetFieldStrategy.setAfterConvertValidator(srcValidator);
09:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The method setAfterConvertValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[285] 
09:31:45 	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
09:31:45 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: Unchecked invocation bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>, UpdateValueStrategy<? super T,? extends M>, UpdateValueStrategy<? super M,? extends T>) of type DataBindingContext
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[285] 
09:31:45 	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
09:31:45 	                        ^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[285] 
09:31:45 	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
09:31:45 	                                           ^^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[285] 
09:31:45 	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
09:31:45 	                                                                 ^^^^^^^^^^^^^^^^
09:31:45 Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy<? super Object,? extends Object>
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[285] 
09:31:45 	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
09:31:45 	                                                                                   ^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy<? super Object,? extends Object>
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[292] 
09:31:45 	binding.getValidationStatus().addValueChangeListener(new IValueChangeListener() {
09:31:45 			@Override
09:31:45 			public void handleValueChange(ValueChangeEvent event) {
09:31:45 				IStatus status = (IStatus) event.diff.getNewValue();
09:31:45 				if (status.isOK() || status.getSeverity() == IStatus.WARNING) {
09:31:45 					setNext(true);
09:31:45 				} else {
09:31:45 					setNext(false);
09:31:45 				}
09:31:45 			}
09:31:45 		});
09:31:45 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The expression of type new IValueChangeListener(){} needs unchecked conversion to conform to IValueChangeListener<? super IStatus>
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[292] 
09:31:45 	binding.getValidationStatus().addValueChangeListener(new IValueChangeListener() {
09:31:45 	                                                         ^^^^^^^^^^^^^^^^^^^^
09:31:45 IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[295] 
09:31:45 	public void handleValueChange(ValueChangeEvent event) {
09:31:45 	                              ^^^^^^^^^^^^^^^^
09:31:45 ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/generators/EditContextGenerator.java:[103] 
09:31:45 	public IObservableValue getObservableValue() {
09:31:45 	       ^^^^^^^^^^^^^^^^
09:31:45 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/generators/ProfileGenerator.java:[293] 
09:31:45 	public IObservableValue getObservableValue() {
09:31:45 	       ^^^^^^^^^^^^^^^^
09:31:45 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/validators/AbstractValidator.java:[23] 
09:31:45 	public abstract class AbstractValidator implements IValidator {
09:31:45 	                                                   ^^^^^^^^^^
09:31:45 IValidator is a raw type. References to generic type IValidator<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/TernaryButton.java:[45] 
09:31:45 	private IObservableValue observable;
09:31:45 	        ^^^^^^^^^^^^^^^^
09:31:45 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/TernaryButton.java:[78] 
09:31:45 	observable.setValue(getState());
09:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:45 Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/TernaryButton.java:[89] 
09:31:45 	public void setObservable(IObservableValue value) {
09:31:45 	                          ^^^^^^^^^^^^^^^^
09:31:45 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:45 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/generators/EcoreGenerator.java:[291] 
09:31:45 	public IObservableValue getObservableValue() {
09:31:45 	       ^^^^^^^^^^^^^^^^
09:31:45 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
09:31:45 52 problems (52 warnings)
09:31:45 [INFO] 
09:31:45 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:45 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/test/resources
09:31:45 [INFO] 
09:31:45 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:45 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT-sources.jar
09:31:45 [INFO] 
09:31:45 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:45 [INFO] 
09:31:45 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:45 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
09:31:45 [INFO] 
09:31:45 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:45 [INFO] 
09:31:45 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:45 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:31:45 [INFO] 
09:31:45 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:45 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
09:31:45 [INFO] 
09:31:45 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:46 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
09:31:47 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT-sources.jar
09:31:49 [INFO] 
09:31:49 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:49 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
09:31:49 [INFO] 
09:31:49 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.properties.generation ---
09:31:49 [INFO] 
09:31:49 [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.nattable >-----
09:31:49 [INFO] Building org.eclipse.papyrus.toolsmiths.nattable 2.0.0-SNAPSHOT  [76/90]
09:31:49 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:31:49 [INFO] 
09:31:49 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:49 [INFO] 
09:31:49 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:49 [INFO] The project's OSGi version is 2.0.0.202105031304
09:31:49 [INFO] 
09:31:49 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:49 [INFO] 
09:31:49 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:49 [INFO] 
09:31:49 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:49 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:49 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/main/resources
09:31:49 [INFO] 
09:31:49 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:49 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/bin
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[23] 
09:31:50 	import org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl;
09:31:50 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:50 Discouraged access: The type 'PartImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[27] 
09:31:50 	import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
09:31:50 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:50 Discouraged access: The type 'MenuFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[28] 
09:31:50 	import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuImpl;
09:31:50 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:50 Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[29] 
09:31:50 	import org.eclipse.e4.ui.model.application.ui.menu.impl.PopupMenuImpl;
09:31:50 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:50 Discouraged access: The type 'PopupMenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[36] 
09:31:50 	import org.eclipse.ui.internal.PartSite;
09:31:50 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:50 Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[37] 
09:31:50 	import org.eclipse.ui.internal.menus.SlaveMenuService;
09:31:50 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:50 Discouraged access: The type 'SlaveMenuService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[86] 
09:31:50 	final MenuImpl menuImp = getMenuToContribute(serviceLocator);
09:31:50 	      ^^^^^^^^
09:31:50 Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[91] 
09:31:50 	final MHandledMenuItem item = MenuFactoryImpl.eINSTANCE.createHandledMenuItem();
09:31:50 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:50 Discouraged access: The type 'MenuFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[91] 
09:31:50 	final MHandledMenuItem item = MenuFactoryImpl.eINSTANCE.createHandledMenuItem();
09:31:50 	                                              ^^^^^^^^^
09:31:50 Discouraged access: The field 'MenuFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[91] 
09:31:50 	final MHandledMenuItem item = MenuFactoryImpl.eINSTANCE.createHandledMenuItem();
09:31:50 	                                                        ^^^^^^^^^^^^^^^^^^^^^
09:31:50 Discouraged access: The method 'MenuFactoryImpl.createHandledMenuItem()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[98] 
09:31:50 	menuImp.getChildren().add(item);
09:31:50 	        ^^^^^^^^^^^
09:31:50 Discouraged access: The method 'MenuImpl.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[132] 
09:31:50 	private MenuImpl getMenuToContribute(final IServiceLocator serviceLocator) {
09:31:50 	        ^^^^^^^^
09:31:50 Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[134] 
09:31:50 	if (manager instanceof SlaveMenuService) {
09:31:50 	                       ^^^^^^^^^^^^^^^^
09:31:50 Discouraged access: The type 'SlaveMenuService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[135] 
09:31:50 	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
09:31:50 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:31:50 Discouraged access: The type 'PartImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[135] 
09:31:50 	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
09:31:50 	                                                                    ^^^^^^^^
09:31:50 Discouraged access: The type 'PartImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[135] 
09:31:50 	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
09:31:50 	                                                                                ^^^^^^^^^^^^^^^^
09:31:50 Discouraged access: The type 'SlaveMenuService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[135] 
09:31:50 	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
09:31:50 	                                                                                                           ^^^^^^^^
09:31:50 Discouraged access: The method 'SlaveMenuService.getModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[136] 
09:31:50 	List<MMenu> menus = model.getMenus();
09:31:50 	                          ^^^^^^^^
09:31:50 Discouraged access: The method 'PartImpl.getMenus()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[138] 
09:31:50 	if (m instanceof PopupMenuImpl) {
09:31:50 	                 ^^^^^^^^^^^^^
09:31:50 Discouraged access: The type 'PopupMenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[141] 
09:31:50 	if (current instanceof MenuImpl && current.getLabel().equals("&New Child")) {// it probably don't work in case of internationalization usage //$NON-NLS-1$
09:31:50 	                       ^^^^^^^^
09:31:50 Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[142] 
09:31:50 	return (MenuImpl) current;
09:31:50 	        ^^^^^^^^
09:31:50 Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[161] 
09:31:50 	if (site instanceof PartSite) {
09:31:50 	                    ^^^^^^^^
09:31:50 Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[162] 
09:31:50 	final PartSite ps = (PartSite) activePart.getSite();
09:31:50 	      ^^^^^^^^
09:31:50 Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[162] 
09:31:50 	final PartSite ps = (PartSite) activePart.getSite();
09:31:50 	                     ^^^^^^^^
09:31:50 Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar')
09:31:50 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[164] 
09:31:50 	IEclipseContext iec = ps.getContext();
09:31:50 	                         ^^^^^^^^^^
09:31:50 Discouraged access: The method 'PartSite.getContext()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar')
09:31:50 25 problems (25 warnings)
09:31:50 [INFO] 
09:31:50 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:50 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/test/resources
09:31:50 [INFO] 
09:31:50 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:50 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT-sources.jar
09:31:50 [INFO] 
09:31:50 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:50 [INFO] 
09:31:50 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:50 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT.jar
09:31:50 [INFO] 
09:31:50 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:50 [INFO] 
09:31:50 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:50 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:31:50 [INFO] 
09:31:50 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:50 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT.jar
09:31:51 [INFO] 
09:31:51 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:51 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT.jar
09:31:53 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT-sources.jar
09:31:54 [INFO] 
09:31:54 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:54 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT.jar
09:31:56 [INFO] 
09:31:56 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.nattable ---
09:31:56 [INFO] 
09:31:56 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.types.ui.properties >---
09:31:56 [INFO] Building org.eclipse.papyrus.uml.types.ui.properties 4.0.0-SNAPSHOT [77/90]
09:31:56 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:31:56 [INFO] 
09:31:56 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [INFO] 
09:31:56 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [INFO] The project's OSGi version is 4.0.0.202105031304
09:31:56 [INFO] 
09:31:56 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [INFO] 
09:31:56 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [INFO] 
09:31:56 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:56 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/src/main/resources
09:31:56 [INFO] 
09:31:56 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/bin
09:31:56 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/src/org/eclipse/papyrus/uml/types/ui/properties/widgets/FeatureToSetNamePropertyEditor.java:[139] 
09:31:56 	for (Iterator iterator = workspaceProfilesURIs.iterator(); iterator.hasNext();) {
09:31:56 	     ^^^^^^^^
09:31:56 Iterator is a raw type. References to generic type Iterator<E> should be parameterized
09:31:56 1 problem (1 warning)
09:31:56 [INFO] 
09:31:56 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:31:56 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:31:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/src/test/resources
09:31:56 [INFO] 
09:31:56 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT-sources.jar
09:31:56 [INFO] 
09:31:56 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [INFO] 
09:31:56 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT.jar
09:31:56 [INFO] 
09:31:56 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [INFO] 
09:31:56 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:31:56 [INFO] 
09:31:56 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT.jar
09:31:56 [INFO] 
09:31:56 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:31:56 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT.jar
09:31:59 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT-sources.jar
09:32:01 [INFO] 
09:32:01 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:32:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT.jar
09:32:01 [INFO] 
09:32:01 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.types.ui.properties ---
09:32:01 [INFO] 
09:32:01 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profile-migration >--
09:32:01 [INFO] Building org.eclipse.papyrus.toolsmiths.profile-migration 0.0.1-SNAPSHOT [78/90]
09:32:01 [INFO] --------------------------------[ pom ]---------------------------------
09:32:01 [INFO] 
09:32:01 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
09:32:01 [INFO] 
09:32:01 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
09:32:01 [INFO] 
09:32:01 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
09:32:01 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:32:01 [INFO] 
09:32:01 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
09:32:01 [INFO] 
09:32:01 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
09:32:01 [INFO] 
09:32:01 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
09:32:01 [INFO] 
09:32:01 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
09:32:01 [INFO] 
09:32:01 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.ui >--
09:32:01 [INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration.ui 1.0.0-SNAPSHOT [79/90]
09:32:01 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:32:01 [INFO] 
09:32:01 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:01 [INFO] 
09:32:01 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:01 [INFO] The project's OSGi version is 1.0.0.202105031304
09:32:01 [INFO] 
09:32:01 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:01 [INFO] 
09:32:01 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:01 [INFO] 
09:32:01 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:32:01 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:32:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/src/main/resources
09:32:01 [INFO] 
09:32:01 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:01 [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/bin
09:32:02 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/src/org/eclipse/papyrus/toolsmiths/profilemigration/ui/preferences/ProfileMigrationPreferencePage.java:[203] 
09:32:02 	button.setData(new Integer(id));
09:32:02 	                   ^^^^^^^^^^^
09:32:02 The constructor Integer(int) is deprecated since version 9
09:32:02 1 problem (1 warning)
09:32:02 [INFO] 
09:32:02 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:32:02 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:32:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/src/test/resources
09:32:02 [INFO] 
09:32:02 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:02 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT-sources.jar
09:32:02 [INFO] 
09:32:02 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:02 [INFO] 
09:32:02 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:02 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT.jar
09:32:02 [INFO] 
09:32:02 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:02 [INFO] 
09:32:02 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:02 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:32:02 [INFO] 
09:32:02 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:02 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT.jar
09:32:02 [INFO] 
09:32:02 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:03 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT.jar
09:32:05 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT-sources.jar
09:32:07 [INFO] 
09:32:07 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:07 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT.jar
09:32:07 [INFO] 
09:32:07 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
09:32:07 [INFO] 
09:32:07 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration >--
09:32:07 [INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration 1.1.0-SNAPSHOT [80/90]
09:32:07 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:32:07 [INFO] 
09:32:07 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:07 [INFO] 
09:32:07 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:07 [INFO] The project's OSGi version is 1.1.0.202105031304
09:32:07 [INFO] 
09:32:07 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:07 [INFO] 
09:32:07 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:07 [INFO] 
09:32:07 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:32:07 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:32:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/src/main/resources
09:32:07 [INFO] 
09:32:07 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:07 [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/bin
09:32:08 [INFO] 
09:32:08 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:32:08 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:32:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/src/test/resources
09:32:08 [INFO] 
09:32:08 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:08 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT-sources.jar
09:32:08 [INFO] 
09:32:08 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:08 [INFO] 
09:32:08 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:08 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT.jar
09:32:08 [INFO] 
09:32:08 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:08 [INFO] 
09:32:08 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:08 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:32:08 [INFO] 
09:32:08 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:08 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT.jar
09:32:08 [INFO] 
09:32:08 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:08 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT.jar
09:32:12 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT-sources.jar
09:32:13 [INFO] 
09:32:13 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:13 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT.jar
09:32:13 [INFO] 
09:32:13 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
09:32:13 [INFO] 
09:32:13 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.feature >-----
09:32:13 [INFO] Building org.eclipse.papyrus.toolsmiths.feature 1.2.0-SNAPSHOT   [81/90]
09:32:13 [INFO] --------------------------[ eclipse-feature ]---------------------------
09:32:13 [INFO] 
09:32:13 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:13 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target
09:32:13 [INFO] 
09:32:13 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:13 [INFO] The project's OSGi version is 1.2.0.202105031304
09:32:13 [INFO] 
09:32:13 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:13 [INFO] 
09:32:13 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:13 [INFO] 
09:32:13 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:13 [INFO] 
09:32:13 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:13 [INFO] 
09:32:13 [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:13 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.2.0-SNAPSHOT.jar
09:32:13 [INFO] 
09:32:13 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:13 [INFO] 
09:32:13 [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:13 [INFO] 
09:32:13 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:13 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:32:13 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.2.0-SNAPSHOT-sources-feature.jar
09:32:13 [INFO] 
09:32:13 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:13 [INFO] 
09:32:13 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:14 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.2.0-SNAPSHOT.jar
09:32:15 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.2.0-SNAPSHOT-sources-feature.jar
09:32:16 [INFO] 
09:32:16 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:16 [INFO] 
09:32:16 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.feature ---
09:32:17 [INFO] 
09:32:17 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator.ui >--
09:32:17 [INFO] Building org.eclipse.papyrus.uml.profile.types.generator.ui 2.1.0-SNAPSHOT [82/90]
09:32:17 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:32:17 [INFO] 
09:32:17 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:17 [INFO] 
09:32:17 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:17 [INFO] The project's OSGi version is 2.1.0.202105031304
09:32:17 [INFO] 
09:32:17 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:17 [INFO] 
09:32:17 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:17 [INFO] 
09:32:17 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:32:17 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:32:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/src/main/resources
09:32:17 [INFO] 
09:32:17 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:17 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/bin
09:32:18 [INFO] 
09:32:18 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:32:18 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:32:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/src/test/resources
09:32:18 [INFO] 
09:32:18 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:18 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT-sources.jar
09:32:18 [INFO] 
09:32:18 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:18 [INFO] 
09:32:18 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:18 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT.jar
09:32:18 [INFO] 
09:32:18 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:18 [INFO] 
09:32:18 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:18 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:32:18 [INFO] 
09:32:18 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:18 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT.jar
09:32:18 [INFO] 
09:32:18 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:19 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT.jar
09:32:20 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT-sources.jar
09:32:24 [INFO] 
09:32:24 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:24 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT.jar
09:32:24 [INFO] 
09:32:24 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
09:32:24 [INFO] 
09:32:24 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator.ui >--
09:32:24 [INFO] Building org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT [83/90]
09:32:24 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:32:24 [INFO] 
09:32:24 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:24 [INFO] 
09:32:24 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:24 [INFO] The project's OSGi version is 2.0.0.202105031304
09:32:24 [INFO] 
09:32:24 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:24 [INFO] 
09:32:24 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:24 [INFO] 
09:32:24 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:32:24 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:32:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/src/main/resources
09:32:24 [INFO] 
09:32:24 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:24 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/bin
09:32:25 [INFO] 
09:32:25 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:32:25 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:32:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/src/test/resources
09:32:25 [INFO] 
09:32:25 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:25 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT-sources.jar
09:32:25 [INFO] 
09:32:25 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:25 [INFO] 
09:32:25 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:25 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT.jar
09:32:25 [INFO] 
09:32:25 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:25 [INFO] 
09:32:25 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:25 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:32:25 [INFO] 
09:32:25 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:25 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT.jar
09:32:25 [INFO] 
09:32:25 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:25 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT.jar
09:32:28 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT-sources.jar
09:32:30 [INFO] 
09:32:30 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:30 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT.jar
09:32:35 [INFO] 
09:32:35 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
09:32:35 [INFO] 
09:32:35 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator >--
09:32:35 [INFO] Building org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT [84/90]
09:32:35 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:32:35 [INFO] 
09:32:35 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:35 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/xtend-gen (includes = [], excludes = [**/.gitignore])
09:32:35 [INFO] 
09:32:35 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:35 [INFO] The project's OSGi version is 2.0.0.202105031304
09:32:35 [INFO] 
09:32:35 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:35 [INFO] 
09:32:35 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:35 [INFO] 
09:32:35 [INFO] --- xtend-maven-plugin:2.25.0.M1:compile (default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:38 [INFO] 
09:32:38 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:32:38 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:32:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/src/main/resources
09:32:38 [INFO] 
09:32:38 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:38 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/bin
09:32:39 [INFO] 
09:32:39 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:32:39 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:32:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/src/test/resources
09:32:39 [INFO] 
09:32:39 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:39 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT-sources.jar
09:32:39 [INFO] 
09:32:39 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:39 [INFO] 
09:32:39 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:39 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT.jar
09:32:39 [INFO] 
09:32:39 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:39 [INFO] 
09:32:39 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:39 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:32:39 [INFO] 
09:32:39 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:39 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT.jar
09:32:39 [INFO] 
09:32:39 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:39 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT.jar
09:32:41 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT-sources.jar
09:32:42 [INFO] 
09:32:42 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:42 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT.jar
09:32:42 [INFO] 
09:32:42 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
09:32:42 [INFO] 
09:32:42 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui >--
09:32:42 [INFO] Building org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT [85/90]
09:32:42 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:32:42 [INFO] 
09:32:42 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:42 [INFO] 
09:32:42 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:42 [INFO] The project's OSGi version is 2.0.0.202105031304
09:32:43 [INFO] 
09:32:43 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:43 [INFO] 
09:32:43 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:43 [INFO] 
09:32:43 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:32:43 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:32:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/src/main/resources
09:32:43 [INFO] 
09:32:43 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:43 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/bin
09:32:43 [INFO] 
09:32:43 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:32:43 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:32:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/src/test/resources
09:32:43 [INFO] 
09:32:43 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:43 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT-sources.jar
09:32:43 [INFO] 
09:32:43 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:43 [INFO] 
09:32:43 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:43 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT.jar
09:32:43 [INFO] 
09:32:43 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:43 [INFO] 
09:32:43 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:43 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:32:43 [INFO] 
09:32:43 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:43 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT.jar
09:32:43 [INFO] 
09:32:43 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:43 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT.jar
09:32:45 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT-sources.jar
09:32:47 [INFO] 
09:32:47 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:47 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT.jar
09:32:47 [INFO] 
09:32:47 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
09:32:47 [INFO] 
09:32:47 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.assistants.feature >---
09:32:47 [INFO] Building org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT [86/90]
09:32:47 [INFO] --------------------------[ eclipse-feature ]---------------------------
09:32:47 [INFO] 
09:32:47 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:47 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target
09:32:47 [INFO] 
09:32:47 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:47 [INFO] The project's OSGi version is 4.0.0.202105031304
09:32:47 [INFO] 
09:32:47 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:47 [INFO] 
09:32:47 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:47 [INFO] 
09:32:47 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:47 [INFO] 
09:32:47 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:47 [INFO] 
09:32:47 [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:47 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT.jar
09:32:47 [INFO] 
09:32:47 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:47 [INFO] 
09:32:47 [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:47 [INFO] 
09:32:47 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:47 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:32:47 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT-sources-feature.jar
09:32:47 [INFO] 
09:32:47 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:47 [INFO] 
09:32:47 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:47 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT.jar
09:32:49 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT-sources-feature.jar
09:32:51 [INFO] 
09:32:51 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:51 [INFO] 
09:32:51 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.assistants.feature ---
09:32:51 [INFO] 
09:32:51 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.feature >--
09:32:51 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT [87/90]
09:32:51 [INFO] --------------------------[ eclipse-feature ]---------------------------
09:32:51 [INFO] 
09:32:51 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:51 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target
09:32:51 [INFO] 
09:32:51 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:51 [INFO] The project's OSGi version is 1.0.0.202105031304
09:32:51 [INFO] 
09:32:51 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:51 [INFO] 
09:32:51 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:51 [INFO] 
09:32:51 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:51 [INFO] 
09:32:51 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:51 [INFO] 
09:32:51 [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:51 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT.jar
09:32:51 [INFO] 
09:32:51 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:51 [INFO] 
09:32:51 [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:51 [INFO] 
09:32:51 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:51 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:32:51 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT-sources-feature.jar
09:32:51 [INFO] 
09:32:51 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:51 [INFO] 
09:32:51 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:51 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT.jar
09:32:53 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT-sources-feature.jar
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
09:32:55 [INFO] 
09:32:55 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.targetplatform.parent >--
09:32:55 [INFO] Building org.eclipse.papyrus.toolsmiths.targetplatform.parent 0.0.1-SNAPSHOT [88/90]
09:32:55 [INFO] --------------------------------[ pom ]---------------------------------
09:32:55 [INFO] 
09:32:55 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.targetplatform.parent ---
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.targetplatform.parent ---
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.targetplatform.parent ---
09:32:55 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.targetplatform.parent ---
09:32:55 [INFO] 
09:32:55 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.targetplatform.parent ---
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.targetplatform.parent ---
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.targetplatform.parent ---
09:32:55 [INFO] 
09:32:55 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.portable.targetplatform >--
09:32:55 [INFO] Building org.eclipse.papyrus.toolsmiths.portable.targetplatform 0.0.1-SNAPSHOT [89/90]
09:32:55 [INFO] ---------------------[ eclipse-target-definition ]----------------------
09:32:55 [INFO] 
09:32:55 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.portable.targetplatform ---
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.portable.targetplatform ---
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.toolsmiths.portable.targetplatform ---
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.toolsmiths.portable.targetplatform ---
09:32:55 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.toolsmiths.portable.targetplatform ---
09:32:55 [INFO] 
09:32:55 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.toolsmiths.portable.targetplatform ---
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.toolsmiths.portable.targetplatform ---
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.portable.targetplatform ---
09:32:55 [INFO] 
09:32:55 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.p2.toolsmiths >--------
09:32:55 [INFO] Building org.eclipse.papyrus.p2.toolsmiths 1.0.0-SNAPSHOT        [90/90]
09:32:55 [INFO] -------------------------[ eclipse-repository ]-------------------------
09:32:55 [INFO] 
09:32:55 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.p2.toolsmiths ---
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.p2.toolsmiths ---
09:32:55 [INFO] The project's OSGi version is 1.0.0.202105031304
09:32:55 [INFO] 
09:32:55 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.p2.toolsmiths ---
09:32:55 [INFO] 
09:32:55 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.p2.toolsmiths ---
09:32:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:32:55 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
09:32:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/releng/toolsmiths/site/src/main/resources
09:32:55 [INFO] 
09:32:55 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.p2.toolsmiths ---
09:32:55 [INFO] 
09:32:55 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.p2.toolsmiths ---
09:32:56 [INFO] 
09:32:56 [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.p2.toolsmiths ---
09:32:56 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
09:32:56 [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0]
09:32:56 [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0]
09:32:56 [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
09:32:56 [INFO] 
09:32:56 [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ org.eclipse.papyrus.p2.toolsmiths ---
09:32:56 [INFO] 
09:32:56 [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ org.eclipse.papyrus.p2.toolsmiths ---
09:32:56 [INFO] 
09:32:56 [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.p2.toolsmiths ---
09:32:56 [INFO] 
09:32:56 [INFO] --- tycho-p2-repository-plugin:2.2.0:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.p2.toolsmiths ---
09:32:58 [INFO] Fetching org.eclipse.cbi.targetplatform-feature_3.0.0.202005061025.jar from http://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/features/ (15.32kB)
09:32:58 [INFO] Fetching org.eclipse.cbi.p2repo.aggregator.source_1.0.300.20200825-1205.jar from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (307.24kB)
09:32:58 [INFO] Fetching org.eclipse.cbi.p2repo.aggregator.legacy.source_1.0.300.20190930-1609.jar from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (21.79kB)
09:32:58 [INFO] Fetching org.eclipse.cbi.p2repo.util.source_1.0.300.20190930-1609.jar from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (18.85kB)
09:32:58 [INFO] Fetching org.eclipse.cbi.p2repo.cli.source_1.0.300.20190930-1609.jar from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (19.62kB)
09:32:58 [INFO] Fetching org.eclipse.cbi.p2repo.p2.source_1.0.300.20200619-1617.jar from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (146.93kB)
09:32:59 [INFO] Fetching org.eclipse.xtext.builder.standalone_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (47.53kB)
09:32:59 [INFO] Fetching org.eclipse.xtext.buildship_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (15.55kB)
09:32:59 [INFO] Fetching org.eclipse.xtext.common.types.shared_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (18.33kB)
09:32:59 [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (19.41kB)
09:32:59 [INFO] Fetching org.eclipse.xtext.xbase.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (551.75kB)
09:32:59 [INFO] Fetching org.eclipse.xtext.java_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (46.12kB)
09:32:59 [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (12.34kB)
09:32:59 [INFO] Fetching org.eclipse.xtext.m2e_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (24.04kB)
09:33:00 [INFO] Fetching org.eclipse.xtext.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (1.41MB)
09:33:02 [INFO] Fetching org.eclipse.xtext.generator.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (461.76kB)
09:33:02 [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (942.99kB)
09:33:03 [INFO] Fetching org.eclipse.xtext.xtext.ide_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (119.64kB)
09:33:04 [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (93.44kB)
09:33:04 [INFO] Fetching org.eclipse.xtext.util.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (138.51kB)
09:33:04 [INFO] Fetching org.eclipse.xtext.common.types.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (359.06kB)
09:33:04 [INFO] Fetching org.eclipse.xtext.builder.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (203.05kB)
09:33:05 [INFO] Fetching org.eclipse.xtext.ecore.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (13.03kB)
09:33:05 [INFO] Fetching org.eclipse.xtext.smap.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (16.79kB)
09:33:05 [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (221.62kB)
09:33:05 [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (173.02kB)
09:33:05 [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (23.87kB)
09:33:05 [INFO] Fetching org.eclipse.xtext.java.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (23.9kB)
09:33:05 [INFO] Fetching org.eclipse.xtext.runtime_2.25.0.v20210301-1429.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/features/ (19.25kB)
09:33:05 [INFO] Fetching org.eclipse.xtext.ui.codemining_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (19.42kB)
09:33:06 [INFO] Fetching org.eclipse.xtext.ui.ecore_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (14.66kB)
09:33:06 [INFO] Fetching org.eclipse.xtext.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (1.01MB)
09:33:06 [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (136.19kB)
09:33:06 [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (14.51kB)
09:33:06 [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (12.3kB)
09:33:06 [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (28.38kB)
09:33:06 [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (12.06kB)
09:33:06 [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (11.43kB)
09:33:07 [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (125.35kB)
09:33:07 [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (88.92kB)
09:33:07 [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (84.41kB)
09:33:07 [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (97.07kB)
09:33:07 [INFO] Fetching org.eclipse.xtext.ide.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (275.54kB)
09:33:07 [INFO] Fetching org.eclipse.xtext.m2e.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (16.06kB)
09:33:07 [INFO] Fetching org.eclipse.xtext.buildship.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (11.57kB)
09:33:07 [INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210301-1429.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/features/ (19.04kB)
09:33:08 [INFO] Fetching org.eclipse.xtext.xbase.ide_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (596.72kB)
09:34:41 [INFO] 
09:34:42 [INFO] --- tycho-p2-repository-plugin:2.2.0:archive-repository (default-archive-repository) @ org.eclipse.papyrus.p2.toolsmiths ---
09:34:42 [INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/releng/toolsmiths/site/target/org.eclipse.papyrus.p2.toolsmiths-1.0.0-SNAPSHOT.zip
09:34:42 [INFO] 
09:34:42 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.p2.toolsmiths ---
09:34:42 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
09:34:42 [INFO] 
09:34:42 [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.papyrus.p2.toolsmiths ---
09:34:42 [INFO] 
09:34:42 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.papyrus.p2.toolsmiths ---
09:34:42 [INFO] 
09:34:42 [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.papyrus.p2.toolsmiths ---
09:34:42 [INFO] 
09:34:42 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.p2.toolsmiths ---
09:34:42 [INFO] 
09:34:42 [INFO] --- repository-utils:1.7.0:generate-repository-facade (default) @ org.eclipse.papyrus.p2.toolsmiths ---
09:34:45 [WARNING] Could not access build info at https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/latest/all/repo/buildinfo.json or https://ci.eclipse.org/papyrus/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository//buildinfo.json
09:34:45 [WARNING] Could not access build info at http://download.eclipse.org/cbi/updates/license/latest/all/repo/buildinfo.json or http://download.eclipse.org/cbi/updates/license//buildinfo.json
09:34:45 [INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/releng/toolsmiths/site/target/org.eclipse.papyrus.p2.toolsmiths-1.0.0-SNAPSHOT.zip
09:34:46 [INFO] ------------------------------------------------------------------------
09:34:46 [INFO] Reactor Summary:
09:34:46 [INFO] 
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.releng 1.0.0-SNAPSHOT SUCCESS [ 21.375 s]
09:34:46 [INFO] Papyrus Toolsmiths Features 0.0.1-SNAPSHOT ......... SUCCESS [  0.022 s]
09:34:46 [INFO] Papyrus Toolsmiths Plugins 0.0.1-SNAPSHOT .......... SUCCESS [  0.015 s]
09:34:46 [INFO] org.eclipse.papyrus.architectureview 2.0.0-SNAPSHOT  SUCCESS [ 27.116 s]
09:34:46 [INFO] org.eclipse.papyrus.dev.ui 1.0.0-SNAPSHOT .......... SUCCESS [  4.131 s]
09:34:46 [INFO] org.eclipse.papyrus.dev.view.services.edit.request 2.0.0-SNAPSHOT SUCCESS [  6.249 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.editpoliciesstates 2.0.0-SNAPSHOT SUCCESS [  4.597 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.editpartview 2.0.0-SNAPSHOT  SUCCESS [  3.001 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.figureview 2.0.0-SNAPSHOT .. SUCCESS [  3.300 s]
09:34:46 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.debug 2.0.0-SNAPSHOT SUCCESS [  3.893 s]
09:34:46 [INFO] org.eclipse.papyrus.infra.emf.commandstack 2.0.0-SNAPSHOT SUCCESS [  5.547 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf-tooling 0.0.1-SNAPSHOT ..... SUCCESS [  0.007 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.xpand.qvtlibrary 1.2.0-SNAPSHOT SUCCESS [ 10.373 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.xpand 2.2.0-SNAPSHOT ....... SUCCESS [ 10.225 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.common 1.3.0-SNAPSHOT ...... SUCCESS [  7.498 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.validate 1.2.0-SNAPSHOT .... SUCCESS [  6.109 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.codegen 2.11.0-SNAPSHOT .... SUCCESS [ 16.937 s]
09:34:46 [INFO] org.eclipse.papyrus.dev.types 4.0.0-SNAPSHOT ....... SUCCESS [02:51 min]
09:34:46 [INFO] org.eclipse.papyrus.dev.pluginexplorer 2.0.0-SNAPSHOT SUCCESS [  4.417 s]
09:34:46 [INFO] org.eclipse.papyrus.debug.feature 1.0.0-SNAPSHOT ... SUCCESS [  3.340 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.graphdef 2.9.0-SNAPSHOT .... SUCCESS [  7.656 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.tooldef 2.3.0-SNAPSHOT ..... SUCCESS [  6.261 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.map 2.9.0-SNAPSHOT ......... SUCCESS [  9.373 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.graphdef.codegen 2.10.0-SNAPSHOT SUCCESS [  6.978 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.bridge 1.3.1-SNAPSHOT ...... SUCCESS [  4.934 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.bridge.trace 1.3.0-SNAPSHOT  SUCCESS [  7.472 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.graphdef.edit 2.9.0-SNAPSHOT SUCCESS [ 10.505 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.tooldef.edit 2.3.0-SNAPSHOT  SUCCESS [  7.223 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.map.edit 2.9.0-SNAPSHOT .... SUCCESS [  6.359 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.bridge.ui 1.5.1-SNAPSHOT ... SUCCESS [  9.959 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.codegen.edit 2.9.0-SNAPSHOT  SUCCESS [ 10.747 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.bridge.ui.dashboard 2.3.0-SNAPSHOT SUCCESS [  9.238 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.graphdef.codegen.ui 1.3.0-SNAPSHOT SUCCESS [  6.358 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.codegen.ui 1.3.0-SNAPSHOT .. SUCCESS [  5.797 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.codegen.xtend 1.0.0-SNAPSHOT SUCCESS [02:04 min]
09:34:46 [INFO] org.eclipse.papyrus.gmf.codegen.xtend.ui 1.0.0-SNAPSHOT SUCCESS [ 25.021 s]
09:34:46 [INFO] org.eclipse.papyrus.codegen 2.0.0-SNAPSHOT ......... SUCCESS [ 14.534 s]
09:34:46 [INFO] org.eclipse.papyrus.gmfgenextension 3.0.0-SNAPSHOT . SUCCESS [ 38.835 s]
09:34:46 [INFO] org.eclipse.papyrus.def 2.1.0-SNAPSHOT ............. SUCCESS [ 38.258 s]
09:34:46 [INFO] Papyrus UML Assistants 0.0.1-SNAPSHOT .............. SUCCESS [  0.008 s]
09:34:46 [INFO] org.eclipse.papyrus.uml.profile.types.generator 3.0.0-SNAPSHOT SUCCESS [ 14.244 s]
09:34:46 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator 5.0.0-SNAPSHOT SUCCESS [  6.062 s]
09:34:46 [INFO] org.eclipse.papyrus.dev.assistants.codegen 2.0.100-SNAPSHOT SUCCESS [ 16.918 s]
09:34:46 [INFO] org.eclipse.papyrus.gmf.tooling.feature 3.3.0-SNAPSHOT SUCCESS [  4.008 s]
09:34:46 [INFO] org.eclipse.papyrus.mwe2.utils 2.0.0-SNAPSHOT ...... SUCCESS [  3.831 s]
09:34:46 [INFO] org.eclipse.papyrus.diagramgen.feature 1.1.0-SNAPSHOT SUCCESS [  2.795 s]
09:34:46 [INFO] org.eclipse.papyrus.tests.junit-framework 0.0.1-SNAPSHOT SUCCESS [  0.006 s]
09:34:46 [INFO] org.eclipse.papyrus.junit.framework 2.1.0-SNAPSHOT . SUCCESS [ 13.649 s]
09:34:46 [INFO] org.eclipse.papyrus.junit.utils 3.1.0-SNAPSHOT ..... SUCCESS [  8.067 s]
09:34:46 [INFO] org.eclipse.papyrus.bundles.tests 2.0.0-SNAPSHOT ... SUCCESS [ 44.673 s]
09:34:46 [INFO] org.eclipse.papyrus.junit.feature 1.0.0-SNAPSHOT ... SUCCESS [  5.021 s]
09:34:46 [INFO] org.eclipse.papyrus.dev.project.management 2.0.100-SNAPSHOT SUCCESS [  5.650 s]
09:34:46 [INFO] org.eclipse.papyrus.releng.tools 3.1.0-SNAPSHOT .... SUCCESS [  5.525 s]
09:34:46 [INFO] org.eclipse.papyrus.releng.feature 1.0.0-SNAPSHOT .. SUCCESS [  7.353 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.validations 0.0.1-SNAPSHOT SUCCESS [  0.007 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.validation.common 2.0.0-SNAPSHOT SUCCESS [  5.389 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture 2.0.0-SNAPSHOT SUCCESS [  4.320 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.0.0-SNAPSHOT SUCCESS [  4.967 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile 2.0.0-SNAPSHOT SUCCESS [ 11.390 s]
09:34:46 [INFO] Papyrus Toolsmithis - Builder 0.0.1-SNAPSHOT ....... SUCCESS [  0.010 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.plugin.builder 1.0.0-SNAPSHOT SUCCESS [  6.287 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.builder.feature 1.0.0-SNAPSHOT SUCCESS [  3.786 s]
09:34:46 [INFO] org.eclipse.papyrus.customization.nattableconfiguration 3.0.0-SNAPSHOT SUCCESS [  7.608 s]
09:34:46 [INFO] org.eclipse.papyrus.infra.emf.types.ui.properties 4.0.0-SNAPSHOT SUCCESS [  4.798 s]
09:34:46 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.edit 3.0.0-SNAPSHOT SUCCESS [  4.656 s]
09:34:46 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.editor 3.0.0-SNAPSHOT SUCCESS [  5.731 s]
09:34:46 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor 4.1.0-SNAPSHOT SUCCESS [  5.277 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths 2.0.0-SNAPSHOT ...... SUCCESS [  5.809 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.ecore 2.0.0-SNAPSHOT  SUCCESS [  4.515 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.expressions 2.0.0-SNAPSHOT SUCCESS [  5.783 s]
09:34:46 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools 2.1.0-SNAPSHOT SUCCESS [  4.170 s]
09:34:46 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature 1.0.0-SNAPSHOT SUCCESS [  3.405 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.palette 4.0.0-SNAPSHOT SUCCESS [ 22.890 s]
09:34:46 [INFO] org.eclipse.papyrus.views.properties.toolsmiths 3.1.0-SNAPSHOT SUCCESS [  5.976 s]
09:34:46 [INFO] org.eclipse.papyrus.uml.properties.generation 3.0.0-SNAPSHOT SUCCESS [  4.546 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.nattable 2.0.0-SNAPSHOT SUCCESS [  6.785 s]
09:34:46 [INFO] org.eclipse.papyrus.uml.types.ui.properties 4.0.0-SNAPSHOT SUCCESS [  5.466 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.profile-migration 0.0.1-SNAPSHOT SUCCESS [  0.006 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.ui 1.0.0-SNAPSHOT SUCCESS [  5.879 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration 1.1.0-SNAPSHOT SUCCESS [  6.058 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.feature 1.2.0-SNAPSHOT SUCCESS [  3.976 s]
09:34:46 [INFO] org.eclipse.papyrus.uml.profile.types.generator.ui 2.1.0-SNAPSHOT SUCCESS [  6.901 s]
09:34:46 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT SUCCESS [ 11.345 s]
09:34:46 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT SUCCESS [  7.343 s]
09:34:46 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT SUCCESS [  4.457 s]
09:34:46 [INFO] org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT SUCCESS [  4.299 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT SUCCESS [  3.916 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.targetplatform.parent 0.0.1-SNAPSHOT SUCCESS [  0.005 s]
09:34:46 [INFO] org.eclipse.papyrus.toolsmiths.portable.targetplatform 0.0.1-SNAPSHOT SUCCESS [  0.006 s]
09:34:46 [INFO] org.eclipse.papyrus.p2.toolsmiths 1.0.0-SNAPSHOT ... SUCCESS [01:50 min]
09:34:46 [INFO] ------------------------------------------------------------------------
09:34:46 [INFO] BUILD SUCCESS
09:34:46 [INFO] ------------------------------------------------------------------------
09:34:46 [INFO] Total time:  29:55 min
09:34:46 [INFO] Finished at: 2021-05-03T13:34:46Z
09:34:46 [INFO] ------------------------------------------------------------------------
09:34:50 [Papyrus-Master-Toolsmiths-Release] $ /bin/sh -xe /tmp/jenkins4410098060770617844.sh
09:34:50 + . source/releng/toolkit/server/build-after-toolsmiths.sh
09:34:50 ++ p2UpdateSiteDir=/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/releng/toolsmiths/site/target/repository
09:34:50 ++ updateSite=/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/repository
09:34:50 ++ '[' -n 5.2.0I2 ']'
09:34:50 ++ buildType=S
09:34:50 ++ COMPACT_BUILD_ID=
09:34:50 ++ FULL_BUILD_ID=S
09:34:50 ++ '[' -n 5.2.0I2 ']'
09:34:50 ++ updateZipName=Papyrus-Toolsmiths-5.2.0I2.zip
09:34:50 ++ zipName=Papyrus-Toolsmiths.zip
09:34:50 ++ rm -rf tmp
09:34:50 ++ mkdir -p tmp/toolsmiths
09:34:50 ++ rm -rf /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/repository
09:34:50 ++ mv /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/source/releng/toolsmiths/site/target/repository /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/repository
09:34:50 ++ cd /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/repository
09:34:50 ++ zip -r Papyrus-Toolsmiths-5.2.0I2.zip artifacts.jar artifacts.xml.xz binary buildinfo.json content.jar content.xml.xz features p2.index plugins
09:34:50   adding: artifacts.jar (deflated 0%)
09:34:50   adding: artifacts.xml.xz (stored 0%)
09:34:50   adding: binary/ (stored 0%)
09:34:50   adding: binary/org.eclipse.papyrus.gmf.tooling.feature_root_3.3.0.202105031304 (deflated 1%)
09:34:50   adding: buildinfo.json (deflated 58%)
09:34:50   adding: content.jar (deflated 5%)
09:34:50   adding: content.xml.xz (stored 0%)
09:34:50   adding: features/ (stored 0%)
09:34:50   adding: features/org.eclipse.papyrus.diagramgen.feature.source_1.1.0.202105031304.jar (deflated 7%)
09:34:50   adding: features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature_1.0.0.202105031304.jar (deflated 3%)
09:34:50   adding: features/org.eclipse.papyrus.toolsmiths.validation.feature_1.0.0.202105031304.jar (deflated 3%)
09:34:50   adding: features/org.eclipse.papyrus.uml.assistants.feature_4.0.0.202105031304.jar (deflated 3%)
09:34:50   adding: features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature.source_1.0.0.202105031304.jar (deflated 7%)
09:34:50   adding: features/org.eclipse.papyrus.toolsmiths.builder.feature_1.0.0.202105031304.jar (deflated 3%)
09:34:50   adding: features/org.eclipse.papyrus.gmf.tooling.feature.source_3.3.0.202105031304.jar (deflated 4%)
09:34:50   adding: features/org.eclipse.papyrus.releng.feature_1.0.0.202105031304.jar (deflated 3%)
09:34:50   adding: features/org.eclipse.papyrus.toolsmiths.feature_1.2.0.202105031304.jar (deflated 3%)
09:34:50   adding: features/org.eclipse.papyrus.debug.feature_1.0.0.202105031304.jar (deflated 3%)
09:34:50   adding: features/org.eclipse.papyrus.junit.feature.source_1.0.0.202105031304.jar (deflated 7%)
09:34:50   adding: features/org.eclipse.papyrus.toolsmiths.feature.source_1.2.0.202105031304.jar (deflated 7%)
09:34:50   adding: features/org.eclipse.papyrus.debug.feature.source_1.0.0.202105031304.jar (deflated 7%)
09:34:50   adding: features/org.eclipse.papyrus.releng.feature.source_1.0.0.202105031304.jar (deflated 7%)
09:34:50   adding: features/org.eclipse.papyrus.gmf.tooling.feature_3.3.0.202105031304.jar (deflated 2%)
09:34:50   adding: features/org.eclipse.papyrus.uml.assistants.feature.source_4.0.0.202105031304.jar (deflated 7%)
09:34:50   adding: features/org.eclipse.papyrus.junit.feature_1.0.0.202105031304.jar (deflated 3%)
09:34:50   adding: features/org.eclipse.papyrus.toolsmiths.validation.feature.source_1.0.0.202105031304.jar (deflated 7%)
09:34:50   adding: features/org.eclipse.papyrus.diagramgen.feature_1.1.0.202105031304.jar (deflated 3%)
09:34:50   adding: p2.index (deflated 35%)
09:34:50   adding: plugins/ (stored 0%)
09:34:50   adding: plugins/org.eclipse.cbi.p2repo.cli_1.0.300.20190930-1609.jar (deflated 10%)
09:34:50   adding: plugins/org.eclipse.cbi.p2repo.cli_1.0.300.20190930-1609.jar.pack.gz (stored 0%)
09:34:50   adding: plugins/org.eclipse.papyrus.def.source_2.1.0.202105031304.jar (deflated 7%)
09:34:50   adding: plugins/org.eclipse.papyrus.dev.ui_1.0.0.202105031304.jar (deflated 18%)
09:34:50   adding: plugins/org.eclipse.papyrus.dev.ui_1.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:50   adding: plugins/org.eclipse.papyrus.infra.emf.types.ui.properties_4.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:50   adding: plugins/org.eclipse.papyrus.infra.emf.types.ui.properties_4.0.0.202105031304.jar (deflated 23%)
09:34:50   adding: plugins/org.eclipse.papyrus.junit.utils.source_3.1.0.202105031304.jar (deflated 9%)
09:34:50   adding: plugins/org.eclipse.papyrus.codegen_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:50   adding: plugins/org.eclipse.papyrus.codegen_2.0.0.202105031304.jar (deflated 16%)
09:34:50   adding: plugins/org.eclipse.papyrus.gmf.tooldef.edit_2.3.0.202105031304.jar (deflated 18%)
09:34:50   adding: plugins/org.eclipse.papyrus.gmf.tooldef.edit_2.3.0.202105031304.jar.pack.gz (deflated 0%)
09:34:50   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration_1.1.0.202105031304.jar.pack.gz (stored 0%)
09:34:50   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration_1.1.0.202105031304.jar (deflated 21%)
09:34:50   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend_1.0.0.202105031304.jar (deflated 4%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend_1.0.0.202105031304.jar.pack.gz (deflated 1%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.palette_4.0.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.palette_4.0.0.202105031304.jar (deflated 13%)
09:34:51   adding: plugins/org.eclipse.papyrus.junit.framework_2.1.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.junit.framework_2.1.0.202105031304.jar (deflated 15%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.common_2.0.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.common_2.0.0.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.editpartview_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.editpartview_2.0.0.202105031304.jar (deflated 17%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.xpand_2.2.0.202105031304.jar (deflated 9%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.xpand_2.2.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.emf.types.ui.properties.source_4.0.0.202105031304.jar (deflated 19%)
09:34:51   adding: plugins/org.eclipse.papyrus.architectureview.source_2.0.0.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration.ui.source_1.0.0.202105031304.jar (deflated 16%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui_2.0.0.202105031304.jar (deflated 22%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.ui.source_1.0.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.properties.generation.source_3.0.0.202105031304.jar (deflated 15%)
09:34:51   adding: plugins/org.eclipse.papyrus.bundles.tests.source_2.0.0.202105031304.jar (deflated 9%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.common_1.3.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.common_1.3.0.202105031304.jar (deflated 13%)
09:34:51   adding: plugins/org.eclipse.papyrus.views.properties.toolsmiths.source_3.1.0.202105031304.jar (deflated 15%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.graphdef.codegen_2.10.0.202105031304.jar (deflated 35%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.graphdef.codegen_2.10.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.types.ui.properties.source_4.0.0.202105031304.jar (deflated 16%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.graphdef.codegen.ui_1.3.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.graphdef.codegen.ui_1.3.0.202105031304.jar (deflated 13%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator_3.0.0.202105031304.jar (deflated 10%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator_3.0.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.common.source_2.0.0.202105031304.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator_2.0.0.202105031304.jar (deflated 27%)
09:34:51   adding: plugins/org.eclipse.cbi.p2repo.aggregator.source_1.0.300.20200825-1205.jar (deflated 9%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator.ui_2.1.0.202105031304.jar (deflated 17%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator.ui_2.1.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.assistants.codegen.source_2.0.100.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.bridge.source_1.3.1.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration.ui_1.0.0.202105031304.jar (deflated 16%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration.ui_1.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.mwe2.utils.source_2.0.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.source_2.0.0.202105031304.jar (deflated 15%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.nattable.source_2.0.0.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.css.debug.source_2.0.0.202105031304.jar (deflated 13%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.xpand.qvtlibrary_1.2.0.202105031304.jar (deflated 16%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.xpand.qvtlibrary_1.2.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.cbi.p2repo.p2.source_1.0.300.20200619-1617.jar (deflated 8%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator.source_3.0.0.202105031304.jar (deflated 8%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.map.source_2.9.0.202105031304.jar (deflated 9%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.figureview_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.figureview_2.0.0.202105031304.jar (deflated 17%)
09:34:51   adding: plugins/org.eclipse.papyrus.architectureview_2.0.0.202105031304.jar (deflated 15%)
09:34:51   adding: plugins/org.eclipse.papyrus.architectureview_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.nattable_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.nattable_2.0.0.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.bridge.ui.dashboard.source_2.3.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.types.ui.properties_4.0.0.202105031304.jar (deflated 21%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.types.ui.properties_4.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.types.source_4.0.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.bridge.trace_1.3.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.bridge.trace_1.3.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.bridge.trace.source_1.3.0.202105031304.jar (deflated 13%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.graphdef.edit.source_2.9.0.202105031304.jar (deflated 10%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.m2m.qvto.tests.tools_2.1.0.202105031304.jar (deflated 13%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.m2m.qvto.tests.tools_2.1.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.architecture.source_2.0.0.202105031304.jar (deflated 20%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen_2.11.0.202105031304.jar (deflated 8%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen_2.11.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator.ui.source_2.0.0.202105031304.jar (deflated 22%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.palette.source_4.0.0.202105031304.jar (deflated 9%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.profile_2.0.0.202105031304.jar (deflated 16%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.profile_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.codegen.source_2.0.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen.edit_2.9.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen.edit_2.9.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.releng.tools.source_3.1.0.202105031304.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.common.source_1.3.0.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.elementtypes.source_2.0.0.202105031304.jar (deflated 19%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.emf.commandstack.source_2.0.0.202105031304.jar (deflated 15%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.map_2.9.0.202105031304.jar (deflated 9%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.map_2.9.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.junit.framework.source_2.1.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.css.debug_2.0.0.202105031304.jar (deflated 15%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.css.debug_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.view.services.edit.request.source_2.0.0.202105031304.jar (deflated 22%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.xpand.source_2.2.0.202105031304.jar (deflated 10%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.ecore_2.0.0.202105031304.jar (deflated 20%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.ecore_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.bundles.tests_2.0.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.bundles.tests_2.0.0.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.editpartview.source_2.0.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.ecore.source_2.0.0.202105031304.jar (deflated 19%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.editpoliciesstates_2.0.0.202105031304.jar (deflated 17%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.editpoliciesstates_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmfgenextension.source_3.0.0.202105031304.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.figureview.source_2.0.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend.source_1.0.0.202105031304.jar (deflated 5%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.project.management.source_2.0.100.202105031304.jar (deflated 15%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen.source_2.11.0.202105031304.jar (deflated 8%)
09:34:51   adding: plugins/org.eclipse.papyrus.def_2.1.0.202105031304.jar.pack.gz (deflated 1%)
09:34:51   adding: plugins/org.eclipse.papyrus.def_2.1.0.202105031304.jar (deflated 7%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.xpand.qvtlibrary.source_1.2.0.202105031304.jar (deflated 17%)
09:34:51   adding: plugins/org.eclipse.papyrus.customization.nattableconfiguration_3.0.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.customization.nattableconfiguration_3.0.0.202105031304.jar (deflated 17%)
09:34:51   adding: plugins/org.eclipse.cbi.p2repo.aggregator.legacy.source_1.0.300.20190930-1609.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen.ui_1.3.0.202105031304.jar (deflated 13%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen.ui_1.3.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.graphdef_2.9.0.202105031304.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.graphdef_2.9.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.view.services.edit.request_2.0.0.202105031304.jar (deflated 22%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.view.services.edit.request_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.releng.tools_3.1.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.releng.tools_3.1.0.202105031304.jar (deflated 13%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.graphdef.codegen.source_2.10.0.202105031304.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.validate.source_1.2.0.202105031304.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.elementtypes_2.0.0.202105031304.jar (deflated 16%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.elementtypes_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.architecture_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.architecture_2.0.0.202105031304.jar (deflated 18%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.bridge.ui.source_1.5.1.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.graphdef.codegen.ui.source_1.3.0.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration.source_1.1.0.202105031304.jar (deflated 20%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui_1.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui_1.0.0.202105031304.jar (deflated 21%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator.ui.source_2.1.0.202105031304.jar (deflated 15%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.pluginexplorer.source_2.0.0.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.editor.source_3.0.0.202105031304.jar (deflated 9%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui.source_2.0.0.202105031304.jar (deflated 20%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator.ui_2.0.0.202105031304.jar (deflated 23%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator.ui_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.bridge.ui.dashboard_2.3.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.bridge.ui.dashboard_2.3.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.expressions.source_2.0.0.202105031304.jar (deflated 15%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen.edit.source_2.9.0.202105031304.jar (deflated 10%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.source_2.1.0.202105031304.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.bridge_1.3.1.202105031304.jar (deflated 9%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.bridge_1.3.1.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor_4.1.0.202105031304.jar (deflated 15%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor_4.1.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.cbi.p2repo.util.source_1.0.300.20190930-1609.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.profile.source_2.0.0.202105031304.jar (deflated 19%)
09:34:51   adding: plugins/org.eclipse.cbi.p2repo.aggregator_1.0.300.20200825-1205.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.cbi.p2repo.aggregator_1.0.300.20200825-1205.jar (deflated 9%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.types_4.0.0.202105031304.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.types_4.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.editor_3.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.editor_3.0.0.202105031304.jar (deflated 16%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.edit.source_3.0.0.202105031304.jar (deflated 15%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.plugin.builder_1.0.0.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.plugin.builder_1.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.tooldef.source_2.3.0.202105031304.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen.ui.source_1.3.0.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor.source_4.1.0.202105031304.jar (deflated 9%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths_2.0.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths_2.0.0.202105031304.jar (deflated 16%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.pluginexplorer_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.pluginexplorer_2.0.0.202105031304.jar (deflated 15%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.project.management_2.0.100.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.project.management_2.0.100.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.mwe2.utils_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.mwe2.utils_2.0.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.map.edit.source_2.9.0.202105031304.jar (deflated 9%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.graphdef.source_2.9.0.202105031304.jar (deflated 10%)
09:34:51   adding: plugins/org.eclipse.cbi.p2repo.cli.source_1.0.300.20190930-1609.jar (deflated 13%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.emf.commandstack_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.emf.commandstack_2.0.0.202105031304.jar (deflated 19%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator.source_2.0.0.202105031304.jar (deflated 16%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.validate_1.2.0.202105031304.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.validate_1.2.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.bridge.ui_1.5.1.202105031304.jar (deflated 13%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.bridge.ui_1.5.1.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmfgenextension_3.0.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmfgenextension_3.0.0.202105031304.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui.source_1.0.0.202105031304.jar (deflated 20%)
09:34:51   adding: plugins/org.eclipse.papyrus.junit.utils_3.1.0.202105031304.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.junit.utils_3.1.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.graphdef.edit_2.9.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.graphdef.edit_2.9.0.202105031304.jar (deflated 27%)
09:34:51   adding: plugins/org.eclipse.papyrus.customization.nattableconfiguration.source_3.0.0.202105031304.jar (deflated 10%)
09:34:51   adding: plugins/org.eclipse.cbi.p2repo.aggregator.legacy_1.0.300.20190930-1609.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.cbi.p2repo.aggregator.legacy_1.0.300.20190930-1609.jar (deflated 6%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator.source_5.0.0.202105031304.jar (deflated 11%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.editpoliciesstates.source_2.0.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.cbi.p2repo.util_1.0.300.20190930-1609.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.cbi.p2repo.util_1.0.300.20190930-1609.jar (deflated 10%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.properties.generation_3.0.0.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.properties.generation_3.0.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.assistants.codegen_2.0.100.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.dev.assistants.codegen_2.0.100.202105031304.jar (deflated 14%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.expressions_2.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.toolsmiths.expressions_2.0.0.202105031304.jar (deflated 18%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.tooldef_2.3.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.tooldef_2.3.0.202105031304.jar (deflated 13%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.tooldef.edit.source_2.3.0.202105031304.jar (deflated 9%)
09:34:51   adding: plugins/org.eclipse.papyrus.views.properties.toolsmiths_3.1.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.views.properties.toolsmiths_3.1.0.202105031304.jar (deflated 16%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator_5.0.0.202105031304.jar (deflated 12%)
09:34:51   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator_5.0.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.edit_3.0.0.202105031304.jar (deflated 30%)
09:34:51   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.edit_3.0.0.202105031304.jar.pack.gz (stored 0%)
09:34:51   adding: plugins/org.eclipse.cbi.p2repo.p2_1.0.300.20200619-1617.jar (deflated 7%)
09:34:51   adding: plugins/org.eclipse.cbi.p2repo.p2_1.0.300.20200619-1617.jar.pack.gz (deflated 0%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.map.edit_2.9.0.202105031304.jar (deflated 21%)
09:34:51   adding: plugins/org.eclipse.papyrus.gmf.map.edit_2.9.0.202105031304.jar.pack.gz (deflated 0%)
09:34:51 ++ mv /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Release/repository/Papyrus-Toolsmiths-5.2.0I2.zip tmp/toolsmiths
09:34:51 ++ cd tmp
09:34:51 ++ zip -r Papyrus-Toolsmiths.zip toolsmiths
09:34:51   adding: toolsmiths/ (stored 0%)
09:34:51   adding: toolsmiths/Papyrus-Toolsmiths-5.2.0I2.zip (stored 0%)
09:34:52 ++ mv tmp/Papyrus-Toolsmiths.zip .
09:34:52 Terminating xvnc.
09:34:54 Archiving artifacts
09:35:00 Finished: SUCCESS