Skip to content

Console Output

Triggered by Gerrit: https://git.eclipse.org/r/c/papyrus/org.eclipse.papyrus-marte/+/201900
Running as SYSTEM
Agent centos-7-6n47h is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-6n47h"
  namespace: "papyrus"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-6n47h"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-6n47h"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3107.v665000b_51092"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-papyrus"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-7-6n47h (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/papyrus-marte-gerrit
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-AeWDu5YKCcXu/agent.47
SSH_AGENT_PID=49
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/papyrus-marte-gerrit@tmp/private_key_13690048780810621515.key (/home/jenkins/agent/workspace/papyrus-marte-gerrit@tmp/private_key_13690048780810621515.key)
[ssh-agent] Using credentials genie.papyrus (ssh://genie.papyrus@git.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-marte.git
 > git init /home/jenkins/agent/workspace/papyrus-marte-gerrit # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-marte.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-marte.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-marte.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-marte.git # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-marte.git
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-marte.git refs/changes/00/201900/3 # timeout=10
 > git rev-parse ce566cea73175b4fff68212eb40846b991fc74d5^{commit} # timeout=10
Checking out Revision ce566cea73175b4fff68212eb40846b991fc74d5 (refs/changes/00/201900/3)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ce566cea73175b4fff68212eb40846b991fc74d5 # timeout=10
Commit message: "Update Marte to version 1.3. see OMG document changebar for more details *remove extention to NamedElement since a Stereotype generalization is added Change-Id: I500c2ecfc727f95b7cfd79ec266301a535fb0f60 Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>"
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list --no-walk 0e91317b04d9962928d6f3a415307193cdee2bfc # timeout=10
[papyrus-marte-gerrit] $ /bin/sh -xe /tmp/jenkins10595434165991619921.sh
+ set +e
+ pwd
/home/jenkins/agent/workspace/papyrus-marte-gerrit
+ cat ../contributedFiles.txt
core/org.eclipse.papyrus.marte.static.profile/resources/MARTE.profile.di
core/org.eclipse.papyrus.marte.static.profile/resources/MARTE.profile.notation
core/org.eclipse.papyrus.marte.static.profile/resources/MARTE.profile.uml
core/org.eclipse.papyrus.marte.static.profile/resources/MARTE_Library.library.di
core/org.eclipse.papyrus.marte.static.profile/resources/MARTE_Library.library.notation
core/org.eclipse.papyrus.marte.static.profile/resources/MARTE_Library.library.uml
+ '[' -f ../notUTF8.log ']'
+ echo 'All contributed files are UTF8 compliant'
All contributed files are UTF8 compliant
+ '[' -f ../notLF.log ']'
+ echo 'All contributed files respect the Linux line endings'
All contributed files respect the Linux line endings
+ set -e
[papyrus-marte-gerrit] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=ce566cea73175b4fff68212eb40846b991fc74d5 -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=asma.smaoui@cea.fr "-DGERRIT_EVENT_ACCOUNT_NAME=smaoui asma" -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/c/papyrus/org.eclipse.papyrus-marte/+/201900 -DGERRIT_PATCHSET_UPLOADER_EMAIL=asma.smaoui@cea.fr -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=papyrus/org.eclipse.papyrus-marte -DGERRIT_CHANGE_NUMBER=201900 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"smaoui asma\" <asma.smaoui@cea.fr>' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/00/201900/3 "-DGERRIT_PATCHSET_UPLOADER_NAME=smaoui asma" '-DGERRIT_CHANGE_OWNER=\"smaoui asma\" <asma.smaoui@cea.fr>' -DGERRIT_CHANGE_COMMIT_MESSAGE=VXBkYXRlIE1hcnRlIHRvIHZlcnNpb24gMS4zLiBzZWUgT01HIGRvY3VtZW50IGNoYW5nZWJhciBmb3IgbW9yZSBkZXRhaWxzCipyZW1vdmUgZXh0ZW50aW9uIHRvIE5hbWVkRWxlbWVudCBzaW5jZSBhIFN0ZXJlb3R5cGUgZ2VuZXJhbGl6YXRpb24gaXMKYWRkZWQKQ2hhbmdlLUlkOiBJNTAwYzJlY2ZjNzI3Zjk1YjdjZmQ3OWVjMjY2MzAxYTUzNWZiMGY2MApTaWduZWQtb2ZmLWJ5OiBBc21hIFNtYW91aSA8YXNtYS5zbWFvdWlAY2VhLmZyPgo= "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=Update Marte to version 1.3. see OMG document changebar for more details *remove extention to NamedElement since a Stereotype generalization is added Change-Id: I500c2ecfc727f95b7cfd79ec266301a535fb0f60 Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>" '-DGERRIT_EVENT_ACCOUNT=\"smaoui asma\" <asma.smaoui@cea.fr>' -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=I500c2ecfc727f95b7cfd79ec266301a535fb0f60 -DGERRIT_EVENT_HASH=-445889846 -DGERRIT_VERSION=3.5.6 -DGERRIT_EVENT_ACCOUNT_EMAIL=asma.smaoui@cea.fr -DGERRIT_PATCHSET_NUMBER=3 "-DGERRIT_CHANGE_OWNER_NAME=smaoui asma" -Dmaven.repo.local=/home/jenkins/agent/workspace/papyrus-marte-gerrit/.repository clean verify
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] No system packages found in profile nor toolchain for JRE-1.1, using current JRE system packages.
This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JRE-1.1 in your toolchains.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/papyrus-marte-gerrit/targetplatform/org.eclipse.papyrus.marte.targetplatform.2022-03/org.eclipse.papyrus.marte.targetplatform.2022-03.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=org.eclipse.tycho.p2.target.ee.AllKnownEEsResolutionHints@48204, remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@dbcf7c3...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.static.profile:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/core/org.eclipse.papyrus.marte.static.profile/pom.xml
[INFO] Fetching 202203161000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-03/ (63B)
[INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (100.02kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.9.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (136.29kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (194.4kB)
[INFO] Fetching org.eclipse.equinox.common_3.16.0.v20220211-2322.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (144.49kB)
[INFO] Fetching org.eclipse.osgi_3.17.200.v20220215-2237.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.46MB)
[INFO] Fetching org.eclipse.core.jobs_3.12.100.v20220120-1329.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.25kB)
[INFO] Fetching org.eclipse.core.runtime_3.24.100.v20220211-2001.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.8kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.emf.common_2.24.0.v20220123-0838.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (367.53kB)
[INFO] Fetching org.eclipse.emf.ecore_2.26.0.v20220123-0838.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (229.56kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (18.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (18.48kB)
[INFO] Unpacking org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146...
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.03MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.03MB)
[INFO] Unpacking org.eclipse.uml2.uml_5.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.51kB)
[INFO] Unpacking org.eclipse.uml2.types_2.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.18kB)
[INFO] Unpacking org.eclipse.uml2.common_2.5.0.v20210228-1829...
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.properties:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.properties/pom.xml
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (931.78kB)
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.89MB)
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (141.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (141.49kB)
[INFO] Unpacking com.google.inject_3.0.0.v201605172100...
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.07kB)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.94MB)
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.41MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (46.27kB)
[INFO] Fetching org.apache.batik.anim_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (518.07kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.dom.svg_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (250.71kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.dom_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (201.99kB)
[INFO] Fetching org.apache.batik.awt.util_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (445.67kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.5kB)
[INFO] Fetching org.apache.batik.parser_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (92.39kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.71kB)
[INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (703.81kB)
[INFO] Fetching org.apache.batik.bridge_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (728.18kB)
[INFO] Fetching org.apache.batik.gvt_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (208.05kB)
[INFO] Fetching org.apache.batik.script_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (39.03kB)
[INFO] Fetching org.apache.batik.xml_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.81kB)
[INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.13MB)
[INFO] Fetching org.apache.batik.codec_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (125.46kB)
[INFO] Fetching org.apache.batik.transcoder_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (143.2kB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (20.34kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.35kB)
[INFO] Fetching org.apache.batik.ext_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.78kB)
[INFO] Fetching org.apache.batik.svggen_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (246.14kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (367.61kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (411.93kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (126.4kB)
[INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (72.7kB)
[INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.5MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.51kB)
[INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
[INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220105-1522.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (359.18kB)
[INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220105-1522.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (5.58MB)
[INFO] Fetching org.eclipse.ant.core_3.6.300.v20220214-2001.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (107.38kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (66.43kB)
[INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (287.81kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (92.92kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (92.12kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (288.46kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.300.v20220121-1426.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.81kB)
[INFO] Fetching org.eclipse.core.resources_3.16.100.v20220214-1012.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (880.97kB)
[INFO] Fetching org.eclipse.debug.core_3.19.0.v20220125-2302.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (396.72kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (215.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (215.67kB)
[INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308...
[INFO] Fetching org.eclipse.swt_3.119.0.v20220223-1102.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.97kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (52.48kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (55.13kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.14kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.200.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.46kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (51.03kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (107.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (107.16kB)
[INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.25.0.v20220218-1636.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (213.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.400.v20211026-1534.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (203.91kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.72kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (56.73kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (394.73kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (260.38kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (87.54kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (118.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.400.v20220308-0630.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (251.6kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.400.v20220222-1128.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (147.16kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (51.9kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (59.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (59.89kB)
[INFO] Unpacking org.eclipse.emf.common.ui_2.20.0.v20220226-1304...
[INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (432.55kB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (90.57kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (61.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (61.37kB)
[INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451...
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (294.61kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.86kB)
[INFO] Unpacking org.eclipse.emf.edit.ui_2.21.0.v20220226-1304...
[INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.ui.workbench_3.125.0.v20220308-0722.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (403.7kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (36.06kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.05kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.400.v20220223-1131.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (170.85kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (360.09kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.0.v20220210-1157.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (76.5kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.200.v20220207-0719.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (74.12kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.0.v20220215-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (173.65kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.200.v20220127-1112.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (110.36kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (116.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (116.64kB)
[INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (81.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (81.19kB)
[INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.48kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.300.v20220209-1714.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (218.82kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (58.07kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (130.72kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.0.v20220127-1312.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (102.07kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.2.v20220127-1658.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (242.66kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (113.21kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (248.88kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (129.25kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (366.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (366.65kB)
[INFO] Unpacking org.eclipse.gef_3.11.0.201606061308...
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (117.54kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (257.07kB)
[INFO] Fetching org.eclipse.ui.console_3.11.100.v20210721-1355.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (209.6kB)
[INFO] Fetching org.eclipse.jface.text_3.20.0.v20220218-1549.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.400.v20220218-1619.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (674.85kB)
[INFO] Fetching org.eclipse.team.core_3.9.300.v20220204-0611.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (401.7kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (101.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (120.45kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (39.17kB)
[INFO] Fetching org.eclipse.ui.ide_3.18.500.v20220215-1304.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.44MB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.81kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (100.17kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (76.16kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (133.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (386.74kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (114.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (190.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (93.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (101.63kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (107.15kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (49.28kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (218.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (90.08kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (137.48kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (92.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (198.28kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (215.81kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (62.88kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (118.04kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (123.71kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (318.59kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (110.01kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.jdt.core_3.29.0.v20220214-1307.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (6.66MB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.100.v20220301-0551.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (908.78kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.500.v20220125-2008.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (563.5kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.6.v20220309-1013.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.05MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20220309-1013.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (66.54kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20220309-1013.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (868.38kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (383.83kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20220309-1013.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (142.13kB)
[INFO] Fetching org.eclipse.ocl_3.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.6.v20220309-1013.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (75.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.119.0.v20220223-1102.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (131.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.42MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (53.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (53.45kB)
[INFO] Unpacking lpg.runtime.java_2.0.17.v201004271640...
[INFO] Fetching org.eclipse.ocl.common_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (36.28kB)
[INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.77kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.48kB)
[INFO] Fetching org.eclipse.pde.core_3.15.100.v20220221-1314.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.35MB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (67.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.81kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (106.81kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (464.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (125.05kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.23kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.63kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.95kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.25kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (157.84kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.05kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (73.58kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (160.95kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (30.36kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.52kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.97kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (191.74kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (94.56kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (32.16kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (39.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (29.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_4.2.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (134.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture_3.2.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (300.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_4.3.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (315.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (48.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_4.2.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (260.09kB)
[INFO] Fetching org.eclipse.xtend.lib_2.26.0.v20220228-0748.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (56.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (93.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (115.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (61.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (75.64kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.77kB)
[INFO] Unpacking org.eclipse.uml2.common.edit_2.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (232.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.78kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (109.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (106.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.19MB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (465.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_3.4.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (326.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (140.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (957.47kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (57.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (99.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (38.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (271.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (99.14kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (171.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (171.86kB)
[INFO] Unpacking org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (56.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (72.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (57.81kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.3.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1,006.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (55.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (97.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (300.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.53kB)
[INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (66.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (117.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (77.63kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (212.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (265.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (114.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (206.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (122.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (20.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.81kB)
[INFO] Fetching org.eclipse.xwt_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (178.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xwt_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (178.19kB)
[INFO] Unpacking org.eclipse.xwt_1.6.0.202105260718...
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.78kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (114.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (114.11kB)
[INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220...
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (48.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (117.79kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (330.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (822.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (25.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.91MB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (221.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (300.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (127.68kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (65.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (65.24kB)
[INFO] Unpacking org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (85.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_4.2.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (215.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (222.03kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (305.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.78kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.83kB)
[INFO] Unpacking org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (93.84kB)
[INFO] Fetching org.eclipse.pde.build_3.11.100.v20210916-0743.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (477.29kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (423.11kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.26.0.v20220228-0748.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (160.55kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.26.0.v20220228-0748.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (76.06kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.119.0.v20220223-1102.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.08MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.119.0.v20220223-1102.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.14MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.static.profile.ui:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.static.profile.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.vsl:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/pom.xml
[INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (802.8kB)
[INFO] Fetching org.aopalliance_1.0.0.v201105210816.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (8.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.aopalliance_1.0.0.v201105210816.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (8.68kB)
[INFO] Unpacking org.aopalliance_1.0.0.v201105210816...
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.96MB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.23kB)
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (358.42kB)
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (127.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (127.05kB)
[INFO] Unpacking org.eclipse.emf.codegen_2.22.0.v20210420-0623...
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.29.0.v20211216-0741.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (420.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.29.0.v20211216-0741.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (420.61kB)
[INFO] Unpacking org.eclipse.emf.codegen.ecore_2.29.0.v20211216-0741...
[INFO] Fetching org.eclipse.emf.mwe.core_1.6.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (61.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe.core_1.6.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (61.51kB)
[INFO] Unpacking org.eclipse.emf.mwe.core_1.6.2.v20220118-1914...
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (8.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (8.52kB)
[INFO] Unpacking org.eclipse.emf.mwe2.runtime_2.12.2.v20220118-1914...
[INFO] Fetching org.eclipse.emf.mwe.utils_1.6.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe.utils_1.6.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.67kB)
[INFO] Unpacking org.eclipse.emf.mwe.utils_1.6.2.v20220118-1914...
[INFO] Fetching org.eclipse.xtext_2.26.0.v20220228-0751.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.62MB)
[INFO] Fetching org.eclipse.xtext.generator_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (854.76kB)
[INFO] Fetching org.eclipse.xtext.util_2.26.0.v20220228-0751.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (305.17kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (103.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (103.07kB)
[INFO] Unpacking org.antlr.runtime_3.2.0.v201101311130...
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (144.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (144.49kB)
[INFO] Unpacking org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829...
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (535.07kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.36kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.95kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.26.0.v20220228-0751.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (966.36kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.vsl.ui:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/pom.xml
[INFO] Fetching io.github.classgraph_4.8.138.v20211212-1642.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (590.15kB)
[INFO] Fetching org.eclipse.compare_3.8.300.v20220121-1000.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (804.8kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (618.79kB)
[INFO] Fetching org.eclipse.debug.ui_3.16.0.v20220228-0706.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.97MB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.86kB)
[INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (74.19kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.0.v20220214-0655.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.91MB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (341.2kB)
[INFO] Fetching org.eclipse.jdt.ui_3.26.0.v20220222-0629.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.16MB)
[INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (489.96kB)
[INFO] Fetching org.eclipse.team.ui_3.9.200.v20211130-1532.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (468.75kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (172.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (72.47kB)
[INFO] Fetching org.eclipse.xtext.ui_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.88MB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (60.53kB)
[INFO] Fetching org.eclipse.xtext.builder_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (390.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (117.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.49kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (256.92kB)
[INFO] Fetching org.eclipse.xtext.smap_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.17kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (499.22kB)
[INFO] Fetching org.objectweb.asm_9.2.0.v20210813-1119.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (130.43kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (248.19kB)
[INFO] Fetching org.eclipse.xtext.ide_2.26.0.v20220228-0751.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (483.74kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (34.05kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (48.79kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.core.feature:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/releng/org.eclipse.papyrus.marte.core.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.ui.feature:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/releng/org.eclipse.papyrus.marte.ui.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.textedit.feature:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/releng/org.eclipse.papyrus.marte.textedit.feature/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MARTE                                                              [pom]
[INFO] MARTE Core                                                         [pom]
[INFO] org.eclipse.papyrus.marte.static.profile                [eclipse-plugin]
[INFO] MARTE View                                                         [pom]
[INFO] org.eclipse.papyrus.marte.properties                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.marte.static.profile.ui             [eclipse-plugin]
[INFO] MARTE Textedit                                                     [pom]
[INFO] org.eclipse.papyrus.marte.vsl                           [eclipse-plugin]
[INFO] org.eclipse.papyrus.marte.vsl.ui                        [eclipse-plugin]
[INFO] org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext [eclipse-plugin]
[INFO] org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui [eclipse-plugin]
[INFO] org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext [eclipse-plugin]
[INFO] org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui [eclipse-plugin]
[INFO] Target Platform                                                    [pom]
[INFO] org.eclipse.papyrus.marte.targetplatform.2022-03 [eclipse-target-definition]
[INFO] MARTE Releng                                                       [pom]
[INFO] MARTE profile and VSL                                  [eclipse-feature]
[INFO] MARTE profile and VSL                                  [eclipse-feature]
[INFO] MARTE and VSL Xtext support                            [eclipse-feature]
[INFO] 
[INFO] -----< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.parent >-----
[INFO] Building MARTE 1.2.3-SNAPSHOT                                     [1/19]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.parent ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.parent ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.parent ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.parent ---
[INFO] 
[INFO] ------< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.core >------
[INFO] Building MARTE Core 1.2.3-SNAPSHOT                                [2/19]
[INFO]   from core/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.core ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.core ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.core ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.core ---
[INFO] 
[INFO] --< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.static.profile >--
[INFO] Building org.eclipse.papyrus.marte.static.profile 1.2.3-SNAPSHOT  [3/19]
[INFO]   from core/org.eclipse.papyrus.marte.static.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.2:integration-test (default-integration-test)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] The project's OSGi version is 1.2.3.202305171148
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-id (default-validate-id) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-version (default-validate-version) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.2:target-platform (default-target-platform) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] 
[INFO] --- tycho-compiler:2.7.2:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] Resolving class path of org.eclipse.papyrus.marte.static.profile...
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (249.4kB)
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/core/org.eclipse.papyrus.marte.static.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:compile (default-compile) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] Compiling 714 source files to /home/jenkins/agent/workspace/papyrus-marte-gerrit/core/org.eclipse.papyrus.marte.static.profile/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.2:declarative-services (default-declarative-services) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/core/org.eclipse.papyrus.marte.static.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:testCompile (default-testCompile) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.marte.static.profile ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/core/org.eclipse.papyrus.marte.static.profile/target/org.eclipse.papyrus.marte.static.profile-1.2.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.2:package-plugin (default-package-plugin) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/core/org.eclipse.papyrus.marte.static.profile/target/org.eclipse.papyrus.marte.static.profile-1.2.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] 
[INFO] --- tycho-surefire:2.7.2:integration-test (default-integration-test) @ org.eclipse.papyrus.marte.static.profile ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.marte.static.profile ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.ui >-------
[INFO] Building MARTE View 1.2.3-SNAPSHOT                                [4/19]
[INFO]   from ui/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.ui ---
[INFO] 
[INFO] ---< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.properties >---
[INFO] Building org.eclipse.papyrus.marte.properties 1.2.3-SNAPSHOT      [5/19]
[INFO]   from ui/org.eclipse.papyrus.marte.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.2:integration-test (default-integration-test)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.properties ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.marte.properties ---
[INFO] The project's OSGi version is 1.2.3.202303241341
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-id (default-validate-id) @ org.eclipse.papyrus.marte.properties ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-version (default-validate-version) @ org.eclipse.papyrus.marte.properties ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.2:target-platform (default-target-platform) @ org.eclipse.papyrus.marte.properties ---
[INFO] 
[INFO] --- tycho-compiler:2.7.2:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.marte.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.marte.properties...
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (29.62kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (37.47kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (25.6kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.25kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (9.54kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.74kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.27kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.50.v20210914-1429.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (220.7kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (57.74kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.100.v20211201-1611.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (196.11kB)
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.marte.properties ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:compile (default-compile) @ org.eclipse.papyrus.marte.properties ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.properties:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.properties/pom.xml
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.properties/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.2:declarative-services (default-declarative-services) @ org.eclipse.papyrus.marte.properties ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.marte.properties ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:testCompile (default-testCompile) @ org.eclipse.papyrus.marte.properties ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.properties:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.properties/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.marte.properties ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.marte.properties ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.properties/target/org.eclipse.papyrus.marte.properties-1.2.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.2:package-plugin (default-package-plugin) @ org.eclipse.papyrus.marte.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.properties/target/org.eclipse.papyrus.marte.properties-1.2.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.marte.properties ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.properties ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.properties ---
[INFO] 
[INFO] --- tycho-surefire:2.7.2:integration-test (default-integration-test) @ org.eclipse.papyrus.marte.properties ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.marte.properties ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.static.profile.ui >--
[INFO] Building org.eclipse.papyrus.marte.static.profile.ui 1.2.3-SNAPSHOT [6/19]
[INFO]   from ui/org.eclipse.papyrus.marte.static.profile.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.2:integration-test (default-integration-test)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] The project's OSGi version is 1.2.3.202303241341
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-id (default-validate-id) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-version (default-validate-version) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.2:target-platform (default-target-platform) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.2:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.marte.static.profile.ui...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.static.profile.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:compile (default-compile) @ org.eclipse.papyrus.marte.static.profile.ui ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.static.profile.ui:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.static.profile.ui/pom.xml
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.static.profile.ui/src does not exist
[INFO] 
[INFO] --- tycho-ds:2.7.2:declarative-services (default-declarative-services) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.static.profile.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:testCompile (default-testCompile) @ org.eclipse.papyrus.marte.static.profile.ui ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.static.profile.ui:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.static.profile.ui/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.marte.static.profile.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.static.profile.ui/target/org.eclipse.papyrus.marte.static.profile.ui-1.2.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.2:package-plugin (default-package-plugin) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/ui/org.eclipse.papyrus.marte.static.profile.ui/target/org.eclipse.papyrus.marte.static.profile.ui-1.2.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.2:integration-test (default-integration-test) @ org.eclipse.papyrus.marte.static.profile.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.marte.static.profile.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.textedit >----
[INFO] Building MARTE Textedit 1.2.3-SNAPSHOT                            [7/19]
[INFO]   from textedit/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.textedit ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.textedit ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.textedit ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.textedit ---
[INFO] 
[INFO] ------< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.vsl >-------
[INFO] Building org.eclipse.papyrus.marte.vsl 1.2.3-SNAPSHOT             [8/19]
[INFO]   from textedit/org.eclipse.papyrus.marte.vsl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.2:integration-test (default-integration-test)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.vsl ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.marte.vsl ---
[INFO] The project's OSGi version is 1.2.3.202303241341
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-id (default-validate-id) @ org.eclipse.papyrus.marte.vsl ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-version (default-validate-version) @ org.eclipse.papyrus.marte.vsl ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.2:target-platform (default-target-platform) @ org.eclipse.papyrus.marte.vsl ---
[INFO] 
[INFO] --- tycho-compiler:2.7.2:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.marte.vsl ---
[INFO] Resolving class path of org.eclipse.papyrus.marte.vsl...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.marte.vsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:compile (default-compile) @ org.eclipse.papyrus.marte.vsl ---
[INFO] Compiling 109 source files to /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/target/classes
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/scoping/VSLScopeProvider.java:[105] 
	Classifier expectedType = (Classifier) VSLContextUtil.getExpectedType(analyzedRule);
	           ^^^^^^^^^^^^
The value of the local variable expectedType is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/scoping/VSLScopeProvider.java:[1007] 
	private static IScope getVisibleNamesAsAScopeWithAccountForInheritance(IScope outer, Classifier type, List<Visitor<NamedElement, Classifier>> visitors) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getVisibleNamesAsAScopeWithAccountForInheritance(IScope, Classifier, List<Visitor<NamedElement,Classifier>>) from the type VSLScopeProvider is never used locally
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/scoping/visitors/ScopingVisitors.java:[194] 
	List<Element> allOwnedElements = context.getOwnedElements();
	              ^^^^^^^^^^^^^^^^
The value of the local variable allOwnedElements is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/scoping/visitors/ScopingVisitors.java:[200] 
	EClass namedElementEClass = UMLPackage.eINSTANCE.getNamedElement();
	       ^^^^^^^^^^^^^^^^^^
The value of the local variable namedElementEClass is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/scoping/visitors/ScopingVisitors.java:[440] 
	protected Classifier visited;
	                     ^^^^^^^
The value of the field ScopingVisitors.Visitor_GetOwnedAndInheritedElements.visited is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/extensions/VSLTypeInferenceUtil.java:[555] 
	List<Property> tupleProperty = (List<Property>) stereotypeApplication.eGet(tupleAttrib);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<Property>
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/extensions/CopyOfVSLContextUtil.java:[41] 
	Type expectedType = null;
	     ^^^^^^^^^^^^
The value of the local variable expectedType is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/extensions/CopyOfVSLContextUtil.java:[231] 
	private static Type getExpectedTypeFor_Expression(Expression rule) {
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getExpectedTypeFor_Expression(Expression) from the type CopyOfVSLContextUtil is never used locally
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/extensions/VSLContextUtil.java:[170] 
	List<Property> attribCollection = (List<Property>) stereotypeApplication.eGet(choiceAttrib);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<Property>
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/extensions/VSLContextUtil.java:[197] 
	List<Property> attribCollection = (List<Property>) stereotypeApplication.eGet(tupleAttribute);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<Property>
10 problems (10 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.2:declarative-services (default-declarative-services) @ org.eclipse.papyrus.marte.vsl ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.marte.vsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:testCompile (default-testCompile) @ org.eclipse.papyrus.marte.vsl ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.marte.vsl ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.marte.vsl ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.vsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/target/org.eclipse.papyrus.marte.vsl-1.2.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.2:package-plugin (default-package-plugin) @ org.eclipse.papyrus.marte.vsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl/target/org.eclipse.papyrus.marte.vsl-1.2.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.marte.vsl ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.vsl ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.vsl ---
[INFO] 
[INFO] --- tycho-surefire:2.7.2:integration-test (default-integration-test) @ org.eclipse.papyrus.marte.vsl ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.marte.vsl ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.vsl.ui >-----
[INFO] Building org.eclipse.papyrus.marte.vsl.ui 1.2.3-SNAPSHOT          [9/19]
[INFO]   from textedit/org.eclipse.papyrus.marte.vsl.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.2:integration-test (default-integration-test)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] The project's OSGi version is 1.2.3.202303241341
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-id (default-validate-id) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-version (default-validate-version) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.2:target-platform (default-target-platform) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.2:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.marte.vsl.ui...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:compile (default-compile) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/VSLProposalProvider.java:[649] 
	char openingListChar = ' ';
	     ^^^^^^^^^^^^^^^
The value of the local variable openingListChar is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/VSLProposalUtils.java:[236] 
	String year = "" + (currentDate.getYear() + 1900);
	                                ^^^^^^^^^
The method getYear() from the type Date is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/VSLProposalUtils.java:[237] 
	String month = "" + currentDate.getMonth();
	                                ^^^^^^^^^^
The method getMonth() from the type Date is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/VSLProposalUtils.java:[242] 
	switch (currentDate.getDay()) {
	                    ^^^^^^^^
The method getDay() from the type Date is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/VSLProposalUtils.java:[265] 
	String dayOfMonth = "" + currentDate.getDate();
	                                     ^^^^^^^^^
The method getDate() from the type Date is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/VSLProposalUtils.java:[269] 
	String hour = "" + currentDate.getHours();
	                               ^^^^^^^^^^
The method getHours() from the type Date is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/VSLProposalUtils.java:[273] 
	String minute = "" + currentDate.getMinutes();
	                                 ^^^^^^^^^^^^
The method getMinutes() from the type Date is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/VSLProposalUtils.java:[277] 
	String second = "" + currentDate.getSeconds();
	                                 ^^^^^^^^^^^^
The method getSeconds() from the type Date is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/VSLProposalUtils.java:[281] 
	String centi = "00";
	       ^^^^^
The value of the local variable centi is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/CopyOfVSLProposalProvider.java:[25] 
	import org.eclipse.papyrus.infra.ui.util.DisplayUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DisplayUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/CopyOfVSLProposalProvider.java:[63] 
	private ILabelProvider labelProvider = DisplayUtils.getLabelProvider();
	                                       ^^^^^^^^^^^^
The type DisplayUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/CopyOfVSLProposalProvider.java:[63] 
	private ILabelProvider labelProvider = DisplayUtils.getLabelProvider();
	                                                    ^^^^^^^^^^^^^^^^^^
The method getLabelProvider() from the type DisplayUtils is deprecated
12 problems (12 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.2:declarative-services (default-declarative-services) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:testCompile (default-testCompile) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.marte.vsl.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/target/org.eclipse.papyrus.marte.vsl.ui-1.2.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.2:package-plugin (default-package-plugin) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.vsl.ui/target/org.eclipse.papyrus.marte.vsl.ui-1.2.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.2:integration-test (default-integration-test) @ org.eclipse.papyrus.marte.vsl.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.marte.vsl.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext >--
[INFO] Building org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext 1.2.3-SNAPSHOT [10/19]
[INFO]   from textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.2:integration-test (default-integration-test)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] The project's OSGi version is 1.2.3.202204141415
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-id (default-validate-id) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-version (default-validate-version) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.2:target-platform (default-target-platform) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-compiler:2.7.2:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:compile (default-compile) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.2:declarative-services (default-declarative-services) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:testCompile (default-testCompile) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/target/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext-1.2.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.2:package-plugin (default-package-plugin) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/target/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext-1.2.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-surefire:2.7.2:integration-test (default-integration-test) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui >--
[INFO] Building org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui 1.2.3-SNAPSHOT [11/19]
[INFO]   from textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.2:integration-test (default-integration-test)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] The project's OSGi version is 1.2.3.202204141415
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-id (default-validate-id) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-version (default-validate-version) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.2:target-platform (default-target-platform) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.2:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:compile (default-compile) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/src/org/eclipse/papyrus/marte/textedit/constraintwithvsl/xtext/ui/contributions/ConstraintWithVSLPopupEditorConfiguration.java:[25] 
	import org.eclipse.papyrus.extensionpoints.editors.configuration.ICustomDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ICustomDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/src/org/eclipse/papyrus/marte/textedit/constraintwithvsl/xtext/ui/contributions/ConstraintWithVSLPopupEditorConfiguration.java:[31] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/src/org/eclipse/papyrus/marte/textedit/constraintwithvsl/xtext/ui/contributions/ConstraintWithVSLPopupEditorConfiguration.java:[38] 
	public class ConstraintWithVSLPopupEditorConfiguration extends DefaultXtextDirectEditorConfiguration implements ICustomDirectEditorConfiguration {
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/src/org/eclipse/papyrus/marte/textedit/constraintwithvsl/xtext/ui/contributions/ConstraintWithVSLPopupEditorConfiguration.java:[38] 
	public class ConstraintWithVSLPopupEditorConfiguration extends DefaultXtextDirectEditorConfiguration implements ICustomDirectEditorConfiguration {
	                                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ICustomDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/src/org/eclipse/papyrus/marte/textedit/constraintwithvsl/xtext/ui/contributions/ConstraintWithVSLPopupEditorConfiguration.java:[41] 
	super();
	^^^^^^^^
The constructor DefaultXtextDirectEditorConfiguration() is deprecated
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.2:declarative-services (default-declarative-services) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:testCompile (default-testCompile) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/target/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui-1.2.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.2:package-plugin (default-package-plugin) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/target/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui-1.2.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.2:integration-test (default-integration-test) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext >--
[INFO] Building org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext 1.2.3-SNAPSHOT [12/19]
[INFO]   from textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.2:integration-test (default-integration-test)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] The project's OSGi version is 1.2.3.202204141415
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-id (default-validate-id) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-version (default-validate-version) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.2:target-platform (default-target-platform) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-compiler:2.7.2:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:compile (default-compile) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.2:declarative-services (default-declarative-services) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:testCompile (default-testCompile) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/target/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext-1.2.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.2:package-plugin (default-package-plugin) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/target/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext-1.2.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] 
[INFO] --- tycho-surefire:2.7.2:integration-test (default-integration-test) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui >--
[INFO] Building org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui 1.2.3-SNAPSHOT [13/19]
[INFO]   from textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.2:integration-test (default-integration-test)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] The project's OSGi version is 1.2.3.202204141415
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-id (default-validate-id) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-version (default-validate-version) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.2:target-platform (default-target-platform) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.2:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:compile (default-compile) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/src/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/ui/contributions/StereotypeApplicationPopupEditorConfigurationContribution.java:[28] 
	import org.eclipse.papyrus.extensionpoints.editors.configuration.ICustomDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ICustomDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/src/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/ui/contributions/StereotypeApplicationPopupEditorConfigurationContribution.java:[41] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/src/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/ui/contributions/StereotypeApplicationPopupEditorConfigurationContribution.java:[58] 
	public class StereotypeApplicationPopupEditorConfigurationContribution extends DefaultXtextDirectEditorConfiguration implements ICustomDirectEditorConfiguration {
	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/src/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/ui/contributions/StereotypeApplicationPopupEditorConfigurationContribution.java:[58] 
	public class StereotypeApplicationPopupEditorConfigurationContribution extends DefaultXtextDirectEditorConfiguration implements ICustomDirectEditorConfiguration {
	                                                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ICustomDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/src/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/ui/contributions/StereotypeApplicationPopupEditorConfigurationContribution.java:[104] 
	List listOfValues = (List) value;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/src/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/ui/contributions/StereotypeApplicationPopupEditorConfigurationContribution.java:[104] 
	List listOfValues = (List) value;
	                     ^^^^
List is a raw type. References to generic type List<E> should be parameterized
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.2:declarative-services (default-declarative-services) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.2:testCompile (default-testCompile) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/target/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui-1.2.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.2:package-plugin (default-package-plugin) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/target/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui-1.2.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.2:integration-test (default-integration-test) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.targetplatform >--
[INFO] Building Target Platform 1.2.3-SNAPSHOT                          [14/19]
[INFO]   from targetplatform/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.targetplatform ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.targetplatform ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.targetplatform ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.targetplatform ---
[INFO] 
[INFO] --< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.targetplatform.2022-03 >--
[INFO] Building org.eclipse.papyrus.marte.targetplatform.2022-03 1.2.3-SNAPSHOT [15/19]
[INFO]   from targetplatform/org.eclipse.papyrus.marte.targetplatform.2022-03/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-target-definition (default-package-target-definition)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-target-definition (default-package-target-definition)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.targetplatform.2022-03 ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.targetplatform.2022-03 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.marte.targetplatform.2022-03 ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.targetplatform.2022-03 ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.targetplatform.2022-03 ---
[INFO] 
[INFO] -----< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.releng >-----
[INFO] Building MARTE Releng 1.2.3-SNAPSHOT                             [16/19]
[INFO]   from releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.releng ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.releng ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.releng ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.releng ---
[INFO] 
[INFO] --< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.core.feature >--
[INFO] Building MARTE profile and VSL 1.2.3-SNAPSHOT                    [17/19]
[INFO]   from releng/org.eclipse.papyrus.marte.core.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.core.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/papyrus-marte-gerrit/releng/org.eclipse.papyrus.marte.core.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.2:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.marte.core.feature ---
[INFO] The project's OSGi version is 1.2.3.202305171148
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-id (default-validate-id) @ org.eclipse.papyrus.marte.core.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-version (default-validate-version) @ org.eclipse.papyrus.marte.core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.2:target-platform (default-target-platform) @ org.eclipse.papyrus.marte.core.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.marte.core.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.core.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:package-feature (default-package-feature) @ org.eclipse.papyrus.marte.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/releng/org.eclipse.papyrus.marte.core.feature/target/org.eclipse.papyrus.marte.core.feature-1.2.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.marte.core.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.marte.core.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/releng/org.eclipse.papyrus.marte.core.feature/target/org.eclipse.papyrus.marte.core.feature-1.2.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.core.feature ---
[INFO] 
[INFO] ---< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.ui.feature >---
[INFO] Building MARTE profile and VSL 1.2.3-SNAPSHOT                    [18/19]
[INFO]   from releng/org.eclipse.papyrus.marte.ui.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.ui.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/papyrus-marte-gerrit/releng/org.eclipse.papyrus.marte.ui.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.2:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.marte.ui.feature ---
[INFO] The project's OSGi version is 1.2.3.202305171148
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-id (default-validate-id) @ org.eclipse.papyrus.marte.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-version (default-validate-version) @ org.eclipse.papyrus.marte.ui.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.2:target-platform (default-target-platform) @ org.eclipse.papyrus.marte.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.marte.ui.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:package-feature (default-package-feature) @ org.eclipse.papyrus.marte.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/releng/org.eclipse.papyrus.marte.ui.feature/target/org.eclipse.papyrus.marte.ui.feature-1.2.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.marte.ui.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.marte.ui.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/releng/org.eclipse.papyrus.marte.ui.feature/target/org.eclipse.papyrus.marte.ui.feature-1.2.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.ui.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus.marte:org.eclipse.papyrus.marte.textedit.feature >--
[INFO] Building MARTE and VSL Xtext support 1.2.3-SNAPSHOT              [19/19]
[INFO]   from releng/org.eclipse.papyrus.marte.textedit.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.2:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.marte.textedit.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/papyrus-marte-gerrit/releng/org.eclipse.papyrus.marte.textedit.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.2:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.marte.textedit.feature ---
[INFO] The project's OSGi version is 1.2.3.202305171148
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-id (default-validate-id) @ org.eclipse.papyrus.marte.textedit.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:validate-version (default-validate-version) @ org.eclipse.papyrus.marte.textedit.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.2:target-platform (default-target-platform) @ org.eclipse.papyrus.marte.textedit.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.marte.textedit.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.2:plugin-source (plugin-source) @ org.eclipse.papyrus.marte.textedit.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.2:package-feature (default-package-feature) @ org.eclipse.papyrus.marte.textedit.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/releng/org.eclipse.papyrus.marte.textedit.feature/target/org.eclipse.papyrus.marte.textedit.feature-1.2.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.marte.textedit.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.2:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.marte.textedit.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.2:feature-source (feature-source) @ org.eclipse.papyrus.marte.textedit.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-marte-gerrit/releng/org.eclipse.papyrus.marte.textedit.feature/target/org.eclipse.papyrus.marte.textedit.feature-1.2.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.2:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.marte.textedit.feature ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MARTE 1.2.3-SNAPSHOT:
[INFO] 
[INFO] MARTE .............................................. SUCCESS [  2.006 s]
[INFO] MARTE Core ......................................... SUCCESS [  0.022 s]
[INFO] org.eclipse.papyrus.marte.static.profile ........... SUCCESS [ 18.135 s]
[INFO] MARTE View ......................................... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.marte.properties ............... SUCCESS [  2.959 s]
[INFO] org.eclipse.papyrus.marte.static.profile.ui ........ SUCCESS [  1.791 s]
[INFO] MARTE Textedit ..................................... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.marte.vsl ...................... SUCCESS [  1.722 s]
[INFO] org.eclipse.papyrus.marte.vsl.ui ................... SUCCESS [  2.266 s]
[INFO] org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext SUCCESS [  2.337 s]
[INFO] org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui SUCCESS [  1.985 s]
[INFO] org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext SUCCESS [  2.217 s]
[INFO] org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui SUCCESS [  2.474 s]
[INFO] Target Platform .................................... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.marte.targetplatform.2022-03 ... SUCCESS [  0.006 s]
[INFO] MARTE Releng ....................................... SUCCESS [  0.003 s]
[INFO] MARTE profile and VSL .............................. SUCCESS [  0.186 s]
[INFO] MARTE profile and VSL .............................. SUCCESS [  0.255 s]
[INFO] MARTE and VSL Xtext support ........................ SUCCESS [  0.310 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:56 min
[INFO] Finished at: 2023-05-17T11:50:44Z
[INFO] ------------------------------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 49 killed;
[ssh-agent] Stopped.
Finished: SUCCESS