Skip to content

Console Output

Triggered by Gerrit: https://git.eclipse.org/r/c/esf/esf-tools/+/201357
Running as SYSTEM
Agent basic-n816s is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-n816s"
  namespace: "esf"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.esf.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-n816s"
    - 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: "basic-n816s"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.esf.svc.cluster.local/esf/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    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-esf"
      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 basic-n816s (basic) in workspace /home/jenkins/agent/workspace/esf-tools-gerrit-build
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/esf/esf-tools.git
 > git init /home/jenkins/agent/workspace/esf-tools-gerrit-build # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/esf/esf-tools.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/esf/esf-tools.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/esf/esf-tools.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/esf/esf-tools.git # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/esf/esf-tools.git
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/esf/esf-tools.git refs/changes/57/201357/1 # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 65c7345c1dcf22fbb123e59d0e66a9be6c011bf3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 65c7345c1dcf22fbb123e59d0e66a9be6c011bf3 # timeout=10
Commit message: "[releng] Change signature plugin, add eclipse CBI repository"
 > git rev-list --no-walk b239a3c00d7653570d4c34af9001b9d3f47ba086 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[esf-tools-gerrit-build] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=6de216696463eda7645f01b80af45381e7e65c73 -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=ansgar.radermacher@cea.fr "-DGERRIT_EVENT_ACCOUNT_NAME=Ansgar Radermacher" -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/c/esf/esf-tools/+/201357 -DGERRIT_PATCHSET_UPLOADER_EMAIL=ansgar.radermacher@cea.fr -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=esf/esf-tools -DGERRIT_CHANGE_NUMBER=201357 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Ansgar Radermacher\" <ansgar.radermacher@cea.fr>' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/57/201357/1 "-DGERRIT_PATCHSET_UPLOADER_NAME=Ansgar Radermacher" '-DGERRIT_CHANGE_OWNER=\"Ansgar Radermacher\" <ansgar.radermacher@cea.fr>' -DGERRIT_CHANGE_COMMIT_MESSAGE=W3JlbGVuZ10gcmVtb3ZlIHBhY2sgcGx1Z2lucwoKQ2hhbmdlLUlkOiBJMmI4Zjk4ODE0MGFjZjdhYjJiYWMwYmU3YWM0NjdmMGZjMzY2MDQzOQpTaWduZWQtb2ZmLWJ5OiBhcmFkZXJtYWNoZSA8YW5zZ2FyLnJhZGVybWFjaGVyQGNlYS5mcj4K "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=[releng] remove pack plugins" '-DGERRIT_EVENT_ACCOUNT=\"Ansgar Radermacher\" <ansgar.radermacher@cea.fr>' -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=I2b8f988140acf7ab2bac0be7ac467f0fc3660439 -DGERRIT_EVENT_HASH=423075110 -DGERRIT_VERSION=3.5.1 -DGERRIT_EVENT_ACCOUNT_EMAIL=ansgar.radermacher@cea.fr -DGERRIT_PATCHSET_NUMBER=1 "-DGERRIT_CHANGE_OWNER_NAME=Ansgar Radermacher" clean verify
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
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] Pack200 is not supported when running on Java 14 and higher
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] Fetching p2.index from https://download.eclipse.org/releases/2020-06/ (122B)
[INFO] Adding repository https://download.eclipse.org/releases/2020-06
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2020-06/ (483B)
[INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2020-06/ (142B)
[INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2020-06/ (66.17kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-06/202006171000/ (142B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2020-06/202006171000/ (834.45kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/ (130B)
[INFO] Adding repository https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/ (130B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.0.0_papyrus-sysml-oxygen_73/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.0.0_papyrus-sysml-oxygen_73/ (7.4kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.1.0_papyrus-sysml-oxygen_85/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.1.0_papyrus-sysml-oxygen_85/ (7.41kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.2.0_papyrus-sysml-oxygen_100/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.2.0_papyrus-sysml-oxygen_100/ (7.43kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/photon/ (130B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/photon/ (436B)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/photon/1.3.0_papyrus-sysml-photon_4/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/photon/1.3.0_papyrus-sysml-photon_4/ (4.87kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2018-09/ (130B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2018-09/ (414B)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2018-09/1.3.1_papyrus-sysml-2018-09_10/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2018-09/1.3.1_papyrus-sysml-2018-09_10/ (4.89kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/ (130B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/ (415B)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/ (10.27kB)
[INFO] Fetching p2.index from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/ (172B)
[INFO] Adding repository https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository
[INFO] Fetching content.xml.xz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/ (6.27kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng.branding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/resources/org.polarsys.esf.analysis.common.resources.graphical/pom.xml
[INFO] Fetching 202006171000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-06/ (63B)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.63MB)
[INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.41MB)
[INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.18kB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.34kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.26kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (702.6kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (351.46kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (144.32kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.5kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (406.88kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (125.66kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.79kB)
[INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.89MB)
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (112.78kB)
[INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (126.94kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (98.42kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (133.96kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (190.18kB)
[INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (179.47kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (303.22kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (161.34kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (91.99kB)
[INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.09kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.13kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (87.19kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.43kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.57kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.39kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.75kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.18kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (317.81kB)
[INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.35MB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.03kB)
[INFO] Fetching org.eclipse.swt_3.114.100.v20200604-0951.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.91kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (210.75kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (199.18kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.32kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.24kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.63kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (393.67kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.42kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.11kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (247.55kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (100.54kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (229.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (115.02kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (245.55kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (138.55kB)
[INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (294.87kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.81kB)
[INFO] Fetching org.eclipse.urischeme_1.1.0.v20200603-1117.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.27kB)
[INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (366.78kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (160.99kB)
[INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (467.13kB)
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (266.85kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200604-0951.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.35MB)
[INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.51MB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.24kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/org.polarsys.esf.analysis.common.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/doc/org.polarsys.esf.fmea.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.execution:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution/pom.xml
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (898.68kB)
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.77MB)
[INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3MB)
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (504.53kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (259.85kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.88kB)
[INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (453.74kB)
[INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (387.41kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.9kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (99.44kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (161.06kB)
[INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.81kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (498.28kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.12kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (183.86kB)
[INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (364.49kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (227.16kB)
[INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (106.16kB)
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.21kB)
[INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (158.93kB)
[INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (380.27kB)
[INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200526-1503.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (547.77kB)
[INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.35kB)
[INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (289.29kB)
[INFO] Fetching org.eclipse.jdt.core_3.22.0.v20200530-2032.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (6.83MB)
[INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (873.17kB)
[INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.02MB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.38kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (143.42kB)
[INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (207.75kB)
[INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.99MB)
[INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200602-0959.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.95MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.11.0.v20200525-2012.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (394.85kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (335.69kB)
[INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200518-1033.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (552.23kB)
[INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (792.23kB)
[INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1MB)
[INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200530-0835.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.37MB)
[INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.28kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (642.22kB)
[INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (601.59kB)
[INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (324.07kB)
[INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.59kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (91.42kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (113.69kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (602.2kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.11kB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (90.58kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (183.62kB)
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (294.64kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (342.87kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.87kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (403.76kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.07kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.07kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.9kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (153.16kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (352.65kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (125.23kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.92kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.93kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (138.79kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (106.93kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (367.36kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (244.04kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.94kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (205.87kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.3kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (130.15kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.8kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.1kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (98.06kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (235.35kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.33kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (110.63kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (248.27kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (129.37kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.6.0.v20200602-1138.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (608.72kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (167.21kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (975.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (117.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (257.14kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (100.25kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (76.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (133.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (386.74kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (114.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (190.36kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (93.45kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.73kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.6kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (218.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (90.14kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (137.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (92.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (196.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.85kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.91kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (117.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (318.69kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (110.07kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200526-0740.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.5MB)
[INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200525-2012.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (967.3kB)
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (534.67kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.07kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (461.16kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200501-1429.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (174.21kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (415.44kB)
[INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.4MB)
[INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (418kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (170.97kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.2.v20200609-1812.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20200609-1812.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.98kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20200609-1812.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (859.78kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.15.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (376.67kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20200609-1812.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (140.32kB)
[INFO] Fetching org.eclipse.ocl_3.15.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20200609-1812.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.85kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.42MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (108.48kB)
[INFO] Fetching org.eclipse.ocl.common_1.8.400.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.2kB)
[INFO] Fetching org.eclipse.papyrus.editor_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (313.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_3.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (230.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.12kB)
[INFO] Fetching org.eclipse.papyrus.emf_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.16kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.96kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.78kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.96kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.85kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (104.51kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (155.58kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (458.15kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (158.54kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.18kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (187.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.64kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.51kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (91.96kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.79kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.52kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.73kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.72kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.81kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_3.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (113.93kB)
[INFO] Fetching org.eclipse.pde.core_3.13.400.v20200415-0531.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.1.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (88.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_3.1.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (310.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_4.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (92.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.1.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.5kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.4.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (113.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (229.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (64.21kB)
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20200302-1312.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.66kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20200302-1312.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (93.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (138.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (249.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.1.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.4kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (104.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_6.7.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.89kB)
[INFO] Fetching org.eclipse.pde.ui_3.11.400.v20200514-1728.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (4.44MB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (97.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (92.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (136.06kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20200302-1312.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (854.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_4.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (104.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.1.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.104.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (980.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (104.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (295.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_2.1.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (106.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (64.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20200302-1312.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (76.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (116.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.75kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (92.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_3.6.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (936.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (126.63kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (457.64kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.41kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.5.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (162.27kB)
[INFO] Fetching org.eclipse.xwt_1.4.0.202003031031.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (580.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.44kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (291.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (67.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.1.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (148.61kB)
[INFO] Fetching org.eclipse.pde_3.13.1100.v20200604-0540.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (67.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.43kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20200302-1312.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.33MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.4.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.5.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (174.19kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_3.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (211.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (211.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (218.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_4.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (292.37kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200525-1037.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (338.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_5.4.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (258.05kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20200302-1312.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (214.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_4.3.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (511.08kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20200302-1312.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (135.37kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_4.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (258.31kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20200302-1312.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.79kB)
[INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (478.57kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.02kB)
[INFO] Fetching org.eclipse.pde.launching_3.8.200.v20200512-0948.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.74kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200522-1354.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (379.6kB)
[INFO] Fetching org.eclipse.ui.views.log_1.2.1100.v20200513-0930.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.25kB)
[INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.35kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (136.42kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20200302-1312.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (258.01kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.43kB)
[INFO] Fetching org.polarsys.esf.core.common_0.7.0.202304161620.jar from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (38.32kB)
[INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (324.13kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfarchitectureconcepts_0.7.0.202304161620.jar from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (112.57kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfcore_0.7.0.202304161620.jar from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (57.91kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfbehaviours_0.7.0.202304161620.jar from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (50.63kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfproperties_0.7.0.202304161620.jar from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (63.05kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfsafetyconcepts_0.7.0.202304161620.jar from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (156.91kB)
[INFO] Fetching org.polarsys.esf.core.utils_0.7.0.202304161620.jar from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (26.98kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.execution.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution.ui/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (199.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.04kB)
[INFO] Fetching org.polarsys.esf.core.common.ui_0.7.0.202304161620.jar from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (153.41kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.metamodel:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/metamodel/org.polarsys.esf.fmea.metamodel/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.profile.service.types:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.service.types/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.profile.tools:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.tools/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng.branding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/resources/org.polarsys.esf.fmea.resources.graphical/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/table/org.polarsys.esf.fmea.table/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.diagram:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/diagram/org.polarsys.esf.localanalysis.diagram/pom.xml
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.5kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (245.89kB)
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.1.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (205.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.3.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (141.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (4.17MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_3.5.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (805.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.6kB)
[INFO] Fetching org.polarsys.esf.core.diagram.esfarchitectureconcepts_0.7.0.202304161620.jar from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (80.22kB)
[INFO] Fetching org.polarsys.esf.core.resources.graphical_0.7.0.202304161620.jar from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (242.85kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfarchitectureconcepts.application_0.7.0.202304161620.jar from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (23.91kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/doc/org.polarsys.esf.localanalysis.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.execution:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution/pom.xml
[INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (253.78kB)
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.execution.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution.ui/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.metamodel:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/metamodel/org.polarsys.esf.localanalysis.metamodel/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile.service.types:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.service.types/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile.tools:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.tools/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile.validation:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.validation/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng.branding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/resources/org.polarsys.esf.localanalysis.resources.graphical/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/table/org.polarsys.esf.localanalysis.table/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/ui/org.polarsys.esf.localanalysis.ui/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.profile/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.table/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.ui/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.releng/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/doc/org.polarsys.esf.safetyreq.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.execution.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/execution/org.polarsys.esf.safetyreq.execution.ui/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Fetching org.eclipse.papyrus.sysml14_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (441.74kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.metamodel:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/metamodel/org.polarsys.esf.safetyreq.metamodel/pom.xml
[INFO] Fetching org.polarsys.esf.core.metamodel.esfcore_0.7.0.202304161620.jar from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (27.38kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.profile.service.types:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.service.types/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.profile.tools:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.tools/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng.branding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/resources/org.polarsys.esf.safetyreq.resources.graphical/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/table/org.polarsys.esf.safetyreq.table/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:esf-tools.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/p2/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] ESF Tools                                                          [pom]
[INFO] ESF Tools Analysis                                                 [pom]
[INFO] ESF Common Analysis Tools                                          [pom]
[INFO] ESF Common Analysis Tools Releng                                   [pom]
[INFO] ESF Common Analysis Tools UI                            [eclipse-plugin]
[INFO] ESF Tools Local Analysis                                           [pom]
[INFO] ESF Local Analysis Resources                                       [pom]
[INFO] ESFLocalAnalysis Graphical Resources                    [eclipse-plugin]
[INFO] ESF Local Analysis Profile                                         [pom]
[INFO] ESFLocalAnalysis Profile                                [eclipse-plugin]
[INFO] ESFLocalAnalysis Profile Tools                          [eclipse-plugin]
[INFO] ESFLocalAnalysis Profile Service Types                  [eclipse-plugin]
[INFO] ESF Local Analysis Diagram                                         [pom]
[INFO] ESFLocalAnalysis Diagram                                [eclipse-plugin]
[INFO] ESF Local Analysis Table                                           [pom]
[INFO] ESFLocalAnalysis Table                                  [eclipse-plugin]
[INFO] ESF Local Analysis Execution                                       [pom]
[INFO] Local Analysis Execution                                [eclipse-plugin]
[INFO] ESF Common Analysis Tools Resources                                [pom]
[INFO] ESF Common Analysis Tools Graphical Resources           [eclipse-plugin]
[INFO] ESF Common Analysis Tools  branding                     [eclipse-plugin]
[INFO] ESF Common Analysis Tools  feature                     [eclipse-feature]
[INFO] ESF Tools FMEA                                                     [pom]
[INFO] ESF FMEA Doc                                                       [pom]
[INFO] ESF FMEA Documentation                                  [eclipse-plugin]
[INFO] ESF FMEA Execution                                                 [pom]
[INFO] ESF FMEA Resources                                                 [pom]
[INFO] ESFFMEA Graphical Resources                             [eclipse-plugin]
[INFO] ESF FMEA Profile                                                   [pom]
[INFO] ESFFMEA Profile                                         [eclipse-plugin]
[INFO] ESFFMEA Profile Tools                                   [eclipse-plugin]
[INFO] ESFFMEA Profile Service Types                           [eclipse-plugin]
[INFO] ESF FMEA Table                                                     [pom]
[INFO] ESFFMEA Table                                           [eclipse-plugin]
[INFO] FMEA Execution                                          [eclipse-plugin]
[INFO] FMEA Execution UI                                       [eclipse-plugin]
[INFO] ESF FMEA Meta-model                                                [pom]
[INFO] ESFFMEA Meta-model                                      [eclipse-plugin]
[INFO] ESF Tools FMEA Releng                                              [pom]
[INFO] ESF FMEA branding                                       [eclipse-plugin]
[INFO] ESF FMEA feature                                       [eclipse-feature]
[INFO] ESF Local Analysis Doc                                             [pom]
[INFO] ESF Local Analysis Documentation                        [eclipse-plugin]
[INFO] Local Analysis Execution UI                             [eclipse-plugin]
[INFO] ESF Local Analysis Meta-model                                      [pom]
[INFO] ESFLocalAnalysis Meta-model                             [eclipse-plugin]
[INFO] ESFLocalAnalysis Profile Validation                     [eclipse-plugin]
[INFO] ESF Tools Local Analysis Releng                                    [pom]
[INFO] ESF Local Analysis branding                             [eclipse-plugin]
[INFO] ESF Local Analysis UI                                              [pom]
[INFO] ESFLocalAnalysis UI                                     [eclipse-plugin]
[INFO] ESF Local Analysis feature                             [eclipse-feature]
[INFO] ESF Tools Risk Analysis                                            [pom]
[INFO] ESFRiskAnalysis profile                                 [eclipse-plugin]
[INFO] ESFRiskAnalysis table                                   [eclipse-plugin]
[INFO] ESFRiskAnalysis UI                                      [eclipse-plugin]
[INFO] ESF Risk Analysis feature                              [eclipse-feature]
[INFO] ESF Tools Safety Requirements                                      [pom]
[INFO] ESF Safety Requirements  Doc                                       [pom]
[INFO] ESF Safety Requirements Documentation                   [eclipse-plugin]
[INFO] ESF Safety Requirements Execution                                  [pom]
[INFO] ESF Safety Requirements Resources                                  [pom]
[INFO] ESFSafety Requirements Graphical Resources              [eclipse-plugin]
[INFO] ESF SafetyReq Profile                                              [pom]
[INFO] ESFSafetyReq Profile                                    [eclipse-plugin]
[INFO] ESFSafetyReq Profile Tools                              [eclipse-plugin]
[INFO] ESFSafetyReq Profile Service Types                      [eclipse-plugin]
[INFO] ESF SafetyReq Table                                                [pom]
[INFO] ESFSafetyReq Table                                      [eclipse-plugin]
[INFO] Safety Requirements Execution UI                        [eclipse-plugin]
[INFO] ESF SafetyReq Meta-model                                           [pom]
[INFO] ESFSafetyReq Meta-model                                 [eclipse-plugin]
[INFO] ESF Tools SafetyReq Releng                                         [pom]
[INFO] ESF SafetyReq branding                                  [eclipse-plugin]
[INFO] ESF SafetyReq feature                                  [eclipse-feature]
[INFO] esf-tools.p2                                        [eclipse-repository]
[INFO] 
[INFO] ---------------------< org.polarsys.esf:esf-tools >---------------------
[INFO] Building ESF Tools 0.7.0-SNAPSHOT                                 [1/76]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ----------------< org.polarsys.esf:esf-tools.analysis >-----------------
[INFO] Building ESF Tools Analysis 0.7.0-SNAPSHOT                        [2/76]
[INFO]   from analysis/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------------< org.polarsys.esf:esf-tools.analysis.common >-------------
[INFO] Building ESF Common Analysis Tools 0.7.0-SNAPSHOT                 [3/76]
[INFO]   from analysis/common/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.common ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.common ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ---------< org.polarsys.esf:esf-tools.analysis.common.releng >----------
[INFO] Building ESF Common Analysis Tools Releng 0.7.0-SNAPSHOT          [4/76]
[INFO]   from analysis/common/releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.common.releng ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.common.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --------< org.polarsys.esf:org.polarsys.esf.analysis.common.ui >--------
[INFO] Building ESF Common Analysis Tools UI 0.7.0-SNAPSHOT              [5/76]
[INFO]   from analysis/common/org.polarsys.esf.analysis.common.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.analysis.common.ui ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.analysis.common.ui ---
[INFO] Resolving class path of ESF Common Analysis Tools UI...
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.26kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.62kB)
[INFO] Fetching org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.46kB)
[INFO] Fetching org.eclipse.fx.osgi_3.6.0.201907240103.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.98kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.114.100.v20200604-0951.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.91MB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.54kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200604-0951.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.05MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200604-0951.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.96MB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.4kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (242.18kB)
[INFO] Fetching org.eclipse.equinox.region_1.4.600.v20191002-1632.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (76.18kB)
[INFO] Fetching org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.55kB)
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.analysis.common.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.analysis.common.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.analysis.common.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/org.polarsys.esf.analysis.common.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.analysis.common.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/org.polarsys.esf.analysis.common.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.analysis.common.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.analysis.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/org.polarsys.esf.analysis.common.ui/target/org.polarsys.esf.analysis.common.ui-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.analysis.common.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.polarsys.esf:esf-tools.analysis.localanalysis >----------
[INFO] Building ESF Tools Local Analysis 0.7.0-SNAPSHOT                  [6/76]
[INFO]   from analysis/localanalysis/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.localanalysis ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.localanalysis ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ----< org.polarsys.esf:esf-tools.analysis.localanalysis.resources >-----
[INFO] Building ESF Local Analysis Resources 0.7.0-SNAPSHOT              [7/76]
[INFO]   from analysis/localanalysis/resources/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.localanalysis.resources ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.localanalysis.resources ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.localanalysis.resources.graphical >--
[INFO] Building ESFLocalAnalysis Graphical Resources 0.7.0-SNAPSHOT      [8/76]
[INFO]   from analysis/localanalysis/resources/org.polarsys.esf.localanalysis.resources.graphical/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] Resolving class path of ESFLocalAnalysis Graphical Resources...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 37 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/resources/org.polarsys.esf.localanalysis.resources.graphical/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/resources/org.polarsys.esf.localanalysis.resources.graphical/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/resources/org.polarsys.esf.localanalysis.resources.graphical/target/org.polarsys.esf.localanalysis.resources.graphical-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.polarsys.esf:esf-tools.analysis.localanalysis.profile >------
[INFO] Building ESF Local Analysis Profile 0.7.0-SNAPSHOT                [9/76]
[INFO]   from analysis/localanalysis/profile/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.localanalysis.profile ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.localanalysis.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ------< org.polarsys.esf:org.polarsys.esf.localanalysis.profile >-------
[INFO] Building ESFLocalAnalysis Profile 0.7.0-SNAPSHOT                 [10/76]
[INFO]   from analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.profile ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.localanalysis.profile ---
[INFO] Resolving class path of ESFLocalAnalysis Profile...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.6kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.47kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.900.v20200428-1854.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (210.17kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.41kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1000.v20200505-1625.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (214.75kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.100.v20180828-0158.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.11kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.27kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.52kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.74kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.67kB)
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.localanalysis.profile ---
[INFO] Compiling 99 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.localanalysis.profile ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile/target/org.polarsys.esf.localanalysis.profile-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.localanalysis.profile ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.polarsys.esf:org.polarsys.esf.localanalysis.profile.tools >----
[INFO] Building ESFLocalAnalysis Profile Tools 0.7.0-SNAPSHOT           [11/76]
[INFO]   from analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.tools/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] Resolving class path of ESFLocalAnalysis Profile Tools...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.tools/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.tools/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.tools/target/org.polarsys.esf.localanalysis.profile.tools-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.localanalysis.profile.service.types >--
[INFO] Building ESFLocalAnalysis Profile Service Types 0.7.0-SNAPSHOT   [12/76]
[INFO]   from analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.service.types/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] Resolving class path of ESFLocalAnalysis Profile Service Types...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (752.78kB)
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.service.types/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.service.types/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.service.types/target/org.polarsys.esf.localanalysis.profile.service.types-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.polarsys.esf:esf-tools.analysis.localanalysis.diagram >------
[INFO] Building ESF Local Analysis Diagram 0.7.0-SNAPSHOT               [13/76]
[INFO]   from analysis/localanalysis/diagram/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.localanalysis.diagram ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.localanalysis.diagram ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ------< org.polarsys.esf:org.polarsys.esf.localanalysis.diagram >-------
[INFO] Building ESFLocalAnalysis Diagram 0.7.0-SNAPSHOT                 [14/76]
[INFO]   from analysis/localanalysis/diagram/org.polarsys.esf.localanalysis.diagram/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] Resolving class path of ESFLocalAnalysis Diagram...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/diagram/org.polarsys.esf.localanalysis.diagram/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/diagram/org.polarsys.esf.localanalysis.diagram/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/diagram/org.polarsys.esf.localanalysis.diagram/target/org.polarsys.esf.localanalysis.diagram-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.polarsys.esf:esf-tools.analysis.localanalysis.table >-------
[INFO] Building ESF Local Analysis Table 0.7.0-SNAPSHOT                 [15/76]
[INFO]   from analysis/localanalysis/table/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.localanalysis.table ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.localanalysis.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.localanalysis.table >--------
[INFO] Building ESFLocalAnalysis Table 0.7.0-SNAPSHOT                   [16/76]
[INFO]   from analysis/localanalysis/table/org.polarsys.esf.localanalysis.table/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.table ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.localanalysis.table ---
[INFO] Resolving class path of ESFLocalAnalysis Table...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.localanalysis.table ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/table/org.polarsys.esf.localanalysis.table/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/table/org.polarsys.esf.localanalysis.table/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.localanalysis.table ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.table ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/table/org.polarsys.esf.localanalysis.table/target/org.polarsys.esf.localanalysis.table-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.localanalysis.table ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.polarsys.esf:esf-tools.analysis.localanalysis.execution >-----
[INFO] Building ESF Local Analysis Execution 0.7.0-SNAPSHOT             [17/76]
[INFO]   from analysis/localanalysis/execution/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.localanalysis.execution ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.localanalysis.execution ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -----< org.polarsys.esf:org.polarsys.esf.localanalysis.execution >------
[INFO] Building Local Analysis Execution 0.7.0-SNAPSHOT                 [18/76]
[INFO]   from analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.execution ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.localanalysis.execution ---
[INFO] Resolving class path of Local Analysis Execution...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.execution ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.execution ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.localanalysis.execution ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.execution ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.localanalysis.execution ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.execution ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution/target/org.polarsys.esf.localanalysis.execution-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.localanalysis.execution ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.polarsys.esf:esf-tools.analysis.common.resources >--------
[INFO] Building ESF Common Analysis Tools Resources 0.7.0-SNAPSHOT      [19/76]
[INFO]   from analysis/common/resources/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.common.resources ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.common.resources ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.analysis.common.resources.graphical >--
[INFO] Building ESF Common Analysis Tools Graphical Resources 0.7.0-SNAPSHOT [20/76]
[INFO]   from analysis/common/resources/org.polarsys.esf.analysis.common.resources.graphical/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] Resolving class path of ESF Common Analysis Tools Graphical Resources...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/resources/org.polarsys.esf.analysis.common.resources.graphical/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/resources/org.polarsys.esf.analysis.common.resources.graphical/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/resources/org.polarsys.esf.analysis.common.resources.graphical/target/org.polarsys.esf.analysis.common.resources.graphical-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.analysis.common.releng.branding >--
[INFO] Building ESF Common Analysis Tools  branding 0.7.0-SNAPSHOT      [21/76]
[INFO]   from analysis/common/releng/org.polarsys.esf.analysis.common.releng.branding/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] Resolving class path of ESF Common Analysis Tools  branding...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng.branding/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng.branding/target/org.polarsys.esf.analysis.common.releng.branding-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.polarsys.esf:org.polarsys.esf.analysis.common.releng >------
[INFO] Building ESF Common Analysis Tools  feature 0.7.0-SNAPSHOT       [22/76]
[INFO]   from analysis/common/releng/org.polarsys.esf.analysis.common.releng/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.analysis.common.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.analysis.common.releng ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.analysis.common.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.analysis.common.releng ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.analysis.common.releng ---
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.analysis.common.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.analysis.common.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.esf.analysis.common.releng ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng/target/org.polarsys.esf.analysis.common.releng-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.analysis.common.releng ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.analysis.common.releng ---
[INFO] 
[INFO] --------------< org.polarsys.esf:esf-tools.analysis.fmea >--------------
[INFO] Building ESF Tools FMEA 0.7.0-SNAPSHOT                           [23/76]
[INFO]   from analysis/fmea/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.fmea ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.fmea ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ------------< org.polarsys.esf:esf-tools.analysis.fmea.doc >------------
[INFO] Building ESF FMEA Doc 0.7.0-SNAPSHOT                             [24/76]
[INFO]   from analysis/fmea/doc/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.fmea.doc ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.fmea.doc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------------< org.polarsys.esf:org.polarsys.esf.fmea.doc >-------------
[INFO] Building ESF FMEA Documentation 0.7.0-SNAPSHOT                   [25/76]
[INFO]   from analysis/fmea/doc/org.polarsys.esf.fmea.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.doc ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.fmea.doc ---
[INFO] Resolving class path of ESF FMEA Documentation...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.fmea.doc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/doc/org.polarsys.esf.fmea.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.fmea.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/doc/org.polarsys.esf.fmea.doc/target/org.polarsys.esf.fmea.doc-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.fmea.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.polarsys.esf:esf-tools.analysis.fmea.execution >---------
[INFO] Building ESF FMEA Execution 0.7.0-SNAPSHOT                       [26/76]
[INFO]   from analysis/fmea/execution/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.fmea.execution ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.fmea.execution ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ---------< org.polarsys.esf:esf-tools.analysis.fmea.resources >---------
[INFO] Building ESF FMEA Resources 0.7.0-SNAPSHOT                       [27/76]
[INFO]   from analysis/fmea/resources/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.fmea.resources ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.fmea.resources ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -----< org.polarsys.esf:org.polarsys.esf.fmea.resources.graphical >-----
[INFO] Building ESFFMEA Graphical Resources 0.7.0-SNAPSHOT              [28/76]
[INFO]   from analysis/fmea/resources/org.polarsys.esf.fmea.resources.graphical/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] Resolving class path of ESFFMEA Graphical Resources...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/resources/org.polarsys.esf.fmea.resources.graphical/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/resources/org.polarsys.esf.fmea.resources.graphical/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/resources/org.polarsys.esf.fmea.resources.graphical/target/org.polarsys.esf.fmea.resources.graphical-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------< org.polarsys.esf:esf-tools.analysis.fmea.profile >----------
[INFO] Building ESF FMEA Profile 0.7.0-SNAPSHOT                         [29/76]
[INFO]   from analysis/fmea/profile/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.fmea.profile ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.fmea.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -----------< org.polarsys.esf:org.polarsys.esf.fmea.profile >-----------
[INFO] Building ESFFMEA Profile 0.7.0-SNAPSHOT                          [30/76]
[INFO]   from analysis/fmea/profile/org.polarsys.esf.fmea.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.profile ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.fmea.profile ---
[INFO] Resolving class path of ESFFMEA Profile...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.fmea.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.fmea.profile ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.fmea.profile ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile/target/org.polarsys.esf.fmea.profile-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.fmea.profile ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.polarsys.esf:org.polarsys.esf.fmea.profile.tools >--------
[INFO] Building ESFFMEA Profile Tools 0.7.0-SNAPSHOT                    [31/76]
[INFO]   from analysis/fmea/profile/org.polarsys.esf.fmea.profile.tools/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] Resolving class path of ESFFMEA Profile Tools...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.tools/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.tools/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.tools/target/org.polarsys.esf.fmea.profile.tools-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.polarsys.esf:org.polarsys.esf.fmea.profile.service.types >----
[INFO] Building ESFFMEA Profile Service Types 0.7.0-SNAPSHOT            [32/76]
[INFO]   from analysis/fmea/profile/org.polarsys.esf.fmea.profile.service.types/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] Resolving class path of ESFFMEA Profile Service Types...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.service.types/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.service.types/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.service.types/target/org.polarsys.esf.fmea.profile.service.types-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] No tests to run.
[INFO] 
[INFO] -----------< org.polarsys.esf:esf-tools.analysis.fmea.table >-----------
[INFO] Building ESF FMEA Table 0.7.0-SNAPSHOT                           [33/76]
[INFO]   from analysis/fmea/table/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.fmea.table ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.fmea.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ------------< org.polarsys.esf:org.polarsys.esf.fmea.table >------------
[INFO] Building ESFFMEA Table 0.7.0-SNAPSHOT                            [34/76]
[INFO]   from analysis/fmea/table/org.polarsys.esf.fmea.table/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.table ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.fmea.table ---
[INFO] Resolving class path of ESFFMEA Table...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.fmea.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.fmea.table ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/table/org.polarsys.esf.fmea.table/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/table/org.polarsys.esf.fmea.table/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.fmea.table ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.table ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/table/org.polarsys.esf.fmea.table/target/org.polarsys.esf.fmea.table-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.fmea.table ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------< org.polarsys.esf:org.polarsys.esf.fmea.execution >----------
[INFO] Building FMEA Execution 0.7.0-SNAPSHOT                           [35/76]
[INFO]   from analysis/fmea/execution/org.polarsys.esf.fmea.execution/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.execution ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.fmea.execution ---
[INFO] Resolving class path of FMEA Execution...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.fmea.execution ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.execution ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.fmea.execution ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.execution ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.fmea.execution ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.execution ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution/target/org.polarsys.esf.fmea.execution-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.fmea.execution ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.polarsys.esf:org.polarsys.esf.fmea.execution.ui >---------
[INFO] Building FMEA Execution UI 0.7.0-SNAPSHOT                        [36/76]
[INFO]   from analysis/fmea/execution/org.polarsys.esf.fmea.execution.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] Resolving class path of FMEA Execution UI...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution.ui/target/org.polarsys.esf.fmea.execution.ui-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.polarsys.esf:esf-tools.analysis.fmea.metamodel >---------
[INFO] Building ESF FMEA Meta-model 0.7.0-SNAPSHOT                      [37/76]
[INFO]   from analysis/fmea/metamodel/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.fmea.metamodel ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.fmea.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ----------< org.polarsys.esf:org.polarsys.esf.fmea.metamodel >----------
[INFO] Building ESFFMEA Meta-model 0.7.0-SNAPSHOT                       [38/76]
[INFO]   from analysis/fmea/metamodel/org.polarsys.esf.fmea.metamodel/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.metamodel ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.fmea.metamodel ---
[INFO] Resolving class path of ESFFMEA Meta-model...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.fmea.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.fmea.metamodel ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/metamodel/org.polarsys.esf.fmea.metamodel/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/metamodel/org.polarsys.esf.fmea.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.fmea.metamodel ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/metamodel/org.polarsys.esf.fmea.metamodel/target/org.polarsys.esf.fmea.metamodel-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.fmea.metamodel ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------< org.polarsys.esf:esf-tools.analysis.fmea.releng >-----------
[INFO] Building ESF Tools FMEA Releng 0.7.0-SNAPSHOT                    [39/76]
[INFO]   from analysis/fmea/releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.fmea.releng ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.fmea.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.fmea.releng.branding >-------
[INFO] Building ESF FMEA branding 0.7.0-SNAPSHOT                        [40/76]
[INFO]   from analysis/fmea/releng/org.polarsys.esf.fmea.releng.branding/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] Resolving class path of ESF FMEA branding...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng.branding/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng.branding/target/org.polarsys.esf.fmea.releng.branding-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] No tests to run.
[INFO] 
[INFO] -----------< org.polarsys.esf:org.polarsys.esf.fmea.releng >------------
[INFO] Building ESF FMEA feature 0.7.0-SNAPSHOT                         [41/76]
[INFO]   from analysis/fmea/releng/org.polarsys.esf.fmea.releng/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.fmea.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.fmea.releng ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.fmea.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.fmea.releng ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.fmea.releng ---
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.fmea.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.fmea.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.esf.fmea.releng ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng/target/org.polarsys.esf.fmea.releng-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.releng ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.fmea.releng ---
[INFO] 
[INFO] -------< org.polarsys.esf:esf-tools.analysis.localanalysis.doc >--------
[INFO] Building ESF Local Analysis Doc 0.7.0-SNAPSHOT                   [42/76]
[INFO]   from analysis/localanalysis/doc/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.localanalysis.doc ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.localanalysis.doc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --------< org.polarsys.esf:org.polarsys.esf.localanalysis.doc >---------
[INFO] Building ESF Local Analysis Documentation 0.7.0-SNAPSHOT         [43/76]
[INFO]   from analysis/localanalysis/doc/org.polarsys.esf.localanalysis.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.doc ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.localanalysis.doc ---
[INFO] Resolving class path of ESF Local Analysis Documentation...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.doc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 19 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/doc/org.polarsys.esf.localanalysis.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.localanalysis.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/doc/org.polarsys.esf.localanalysis.doc/target/org.polarsys.esf.localanalysis.doc-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.localanalysis.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.polarsys.esf:org.polarsys.esf.localanalysis.execution.ui >----
[INFO] Building Local Analysis Execution UI 0.7.0-SNAPSHOT              [44/76]
[INFO]   from analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] Resolving class path of Local Analysis Execution UI...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution.ui/target/org.polarsys.esf.localanalysis.execution.ui-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.polarsys.esf:esf-tools.analysis.localanalysis.metamodel >-----
[INFO] Building ESF Local Analysis Meta-model 0.7.0-SNAPSHOT            [45/76]
[INFO]   from analysis/localanalysis/metamodel/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.localanalysis.metamodel ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.localanalysis.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -----< org.polarsys.esf:org.polarsys.esf.localanalysis.metamodel >------
[INFO] Building ESFLocalAnalysis Meta-model 0.7.0-SNAPSHOT              [46/76]
[INFO]   from analysis/localanalysis/metamodel/org.polarsys.esf.localanalysis.metamodel/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] Resolving class path of ESFLocalAnalysis Meta-model...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/metamodel/org.polarsys.esf.localanalysis.metamodel/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/metamodel/org.polarsys.esf.localanalysis.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/metamodel/org.polarsys.esf.localanalysis.metamodel/target/org.polarsys.esf.localanalysis.metamodel-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.localanalysis.profile.validation >--
[INFO] Building ESFLocalAnalysis Profile Validation 0.7.0-SNAPSHOT      [47/76]
[INFO]   from analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.validation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] Resolving class path of ESFLocalAnalysis Profile Validation...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.validation/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.validation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.validation/target/org.polarsys.esf.localanalysis.profile.validation-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.polarsys.esf:esf-tools.analysis.localanalysis.releng >------
[INFO] Building ESF Tools Local Analysis Releng 0.7.0-SNAPSHOT          [48/76]
[INFO]   from analysis/localanalysis/releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.localanalysis.releng ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.localanalysis.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.localanalysis.releng.branding >---
[INFO] Building ESF Local Analysis branding 0.7.0-SNAPSHOT              [49/76]
[INFO]   from analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng.branding/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] Resolving class path of ESF Local Analysis branding...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng.branding/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng.branding/target/org.polarsys.esf.localanalysis.releng.branding-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.polarsys.esf:esf-tools.analysis.localanalysis.ui >--------
[INFO] Building ESF Local Analysis UI 0.7.0-SNAPSHOT                    [50/76]
[INFO]   from analysis/localanalysis/ui/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.localanalysis.ui ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.localanalysis.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ---------< org.polarsys.esf:org.polarsys.esf.localanalysis.ui >---------
[INFO] Building ESFLocalAnalysis UI 0.7.0-SNAPSHOT                      [51/76]
[INFO]   from analysis/localanalysis/ui/org.polarsys.esf.localanalysis.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.ui ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.localanalysis.ui ---
[INFO] Resolving class path of ESFLocalAnalysis UI...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 58 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.localanalysis.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/ui/org.polarsys.esf.localanalysis.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/ui/org.polarsys.esf.localanalysis.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.localanalysis.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/ui/org.polarsys.esf.localanalysis.ui/target/org.polarsys.esf.localanalysis.ui-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.localanalysis.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.localanalysis.releng >-------
[INFO] Building ESF Local Analysis feature 0.7.0-SNAPSHOT               [52/76]
[INFO]   from analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.localanalysis.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.localanalysis.releng ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.releng ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.releng ---
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.localanalysis.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.localanalysis.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.esf.localanalysis.releng ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng/target/org.polarsys.esf.localanalysis.releng-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.releng ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.localanalysis.releng ---
[INFO] 
[INFO] ----------< org.polarsys.esf:esf-tools.analysis.riskanalysis >----------
[INFO] Building ESF Tools Risk Analysis 0.7.0-SNAPSHOT                  [53/76]
[INFO]   from analysis/riskanalysis/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.riskanalysis ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.riskanalysis ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.riskanalysis.profile >-------
[INFO] Building ESFRiskAnalysis profile 0.7.0-SNAPSHOT                  [54/76]
[INFO]   from analysis/riskanalysis/org.polarsys.esf.riskanalysis.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] Resolving class path of ESFRiskAnalysis profile...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.profile/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.profile/target/org.polarsys.esf.riskanalysis.profile-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.polarsys.esf:org.polarsys.esf.riskanalysis.table >--------
[INFO] Building ESFRiskAnalysis table 0.7.0-SNAPSHOT                    [55/76]
[INFO]   from analysis/riskanalysis/org.polarsys.esf.riskanalysis.table/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.riskanalysis.table ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.riskanalysis.table ---
[INFO] Resolving class path of ESFRiskAnalysis table...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.riskanalysis.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.riskanalysis.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.table/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.riskanalysis.table ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.table/src does not exist
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.riskanalysis.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.table/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.riskanalysis.table ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.riskanalysis.table ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.table/target/org.polarsys.esf.riskanalysis.table-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.riskanalysis.table ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.polarsys.esf:org.polarsys.esf.riskanalysis.ui >----------
[INFO] Building ESFRiskAnalysis UI 0.7.0-SNAPSHOT                       [56/76]
[INFO]   from analysis/riskanalysis/org.polarsys.esf.riskanalysis.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] Resolving class path of ESFRiskAnalysis UI...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.ui/target/org.polarsys.esf.riskanalysis.ui-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.riskanalysis.releng >--------
[INFO] Building ESF Risk Analysis feature 0.7.0-SNAPSHOT                [57/76]
[INFO]   from analysis/riskanalysis/org.polarsys.esf.riskanalysis.releng/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.releng/target/org.polarsys.esf.riskanalysis.releng-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] 
[INFO] -----------< org.polarsys.esf:esf-tools.analysis.safetyreq >------------
[INFO] Building ESF Tools Safety Requirements 0.7.0-SNAPSHOT            [58/76]
[INFO]   from analysis/safetyreq/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.safetyreq ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.safetyreq ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ---------< org.polarsys.esf:esf-tools.analysis.safetyreq.doc >----------
[INFO] Building ESF Safety Requirements  Doc 0.7.0-SNAPSHOT             [59/76]
[INFO]   from analysis/safetyreq/doc/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.safetyreq.doc ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.safetyreq.doc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ----------< org.polarsys.esf:org.polarsys.esf.safetyreq.doc >-----------
[INFO] Building ESF Safety Requirements Documentation 0.7.0-SNAPSHOT    [60/76]
[INFO]   from analysis/safetyreq/doc/org.polarsys.esf.safetyreq.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.doc ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.safetyreq.doc ---
[INFO] Resolving class path of ESF Safety Requirements Documentation...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.safetyreq.doc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/doc/org.polarsys.esf.safetyreq.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.safetyreq.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/doc/org.polarsys.esf.safetyreq.doc/target/org.polarsys.esf.safetyreq.doc-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.safetyreq.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.polarsys.esf:esf-tools.analysis.safetyreq.execution >-------
[INFO] Building ESF Safety Requirements Execution 0.7.0-SNAPSHOT        [61/76]
[INFO]   from analysis/safetyreq/execution/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.safetyreq.execution ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.safetyreq.execution ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ------< org.polarsys.esf:esf-tools.analysis.safetyreq.resources >-------
[INFO] Building ESF Safety Requirements Resources 0.7.0-SNAPSHOT        [62/76]
[INFO]   from analysis/safetyreq/resources/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.safetyreq.resources ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.safetyreq.resources ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.safetyreq.resources.graphical >---
[INFO] Building ESFSafety Requirements Graphical Resources 0.7.0-SNAPSHOT [63/76]
[INFO]   from analysis/safetyreq/resources/org.polarsys.esf.safetyreq.resources.graphical/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] Resolving class path of ESFSafety Requirements Graphical Resources...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/resources/org.polarsys.esf.safetyreq.resources.graphical/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/resources/org.polarsys.esf.safetyreq.resources.graphical/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/resources/org.polarsys.esf.safetyreq.resources.graphical/target/org.polarsys.esf.safetyreq.resources.graphical-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.polarsys.esf:esf-tools.analysis.safetyreq.profile >--------
[INFO] Building ESF SafetyReq Profile 0.7.0-SNAPSHOT                    [64/76]
[INFO]   from analysis/safetyreq/profile/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.safetyreq.profile ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.safetyreq.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --------< org.polarsys.esf:org.polarsys.esf.safetyreq.profile >---------
[INFO] Building ESFSafetyReq Profile 0.7.0-SNAPSHOT                     [65/76]
[INFO]   from analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.profile ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.safetyreq.profile ---
[INFO] Resolving class path of ESFSafetyReq Profile...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.safetyreq.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.safetyreq.profile ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.safetyreq.profile ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile/target/org.polarsys.esf.safetyreq.profile-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.safetyreq.profile ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.polarsys.esf:org.polarsys.esf.safetyreq.profile.tools >------
[INFO] Building ESFSafetyReq Profile Tools 0.7.0-SNAPSHOT               [66/76]
[INFO]   from analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.tools/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] Resolving class path of ESFSafetyReq Profile Tools...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.tools/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.tools/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.tools/target/org.polarsys.esf.safetyreq.profile.tools-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.safetyreq.profile.service.types >--
[INFO] Building ESFSafetyReq Profile Service Types 0.7.0-SNAPSHOT       [67/76]
[INFO]   from analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.service.types/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] Resolving class path of ESFSafetyReq Profile Service Types...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.service.types/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.service.types/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.service.types/target/org.polarsys.esf.safetyreq.profile.service.types-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.polarsys.esf:esf-tools.analysis.safetyreq.table >---------
[INFO] Building ESF SafetyReq Table 0.7.0-SNAPSHOT                      [68/76]
[INFO]   from analysis/safetyreq/table/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.safetyreq.table ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.safetyreq.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ---------< org.polarsys.esf:org.polarsys.esf.safetyreq.table >----------
[INFO] Building ESFSafetyReq Table 0.7.0-SNAPSHOT                       [69/76]
[INFO]   from analysis/safetyreq/table/org.polarsys.esf.safetyreq.table/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.table ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.safetyreq.table ---
[INFO] Resolving class path of ESFSafetyReq Table...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.safetyreq.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.safetyreq.table ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/table/org.polarsys.esf.safetyreq.table/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/table/org.polarsys.esf.safetyreq.table/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.safetyreq.table ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.table ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/table/org.polarsys.esf.safetyreq.table/target/org.polarsys.esf.safetyreq.table-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.safetyreq.table ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.polarsys.esf:org.polarsys.esf.safetyreq.execution.ui >------
[INFO] Building Safety Requirements Execution UI 0.7.0-SNAPSHOT         [70/76]
[INFO]   from analysis/safetyreq/execution/org.polarsys.esf.safetyreq.execution.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] Resolving class path of Safety Requirements Execution UI...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/execution/org.polarsys.esf.safetyreq.execution.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/execution/org.polarsys.esf.safetyreq.execution.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/execution/org.polarsys.esf.safetyreq.execution.ui/target/org.polarsys.esf.safetyreq.execution.ui-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.polarsys.esf:esf-tools.analysis.safetyreq.metamodel >-------
[INFO] Building ESF SafetyReq Meta-model 0.7.0-SNAPSHOT                 [71/76]
[INFO]   from analysis/safetyreq/metamodel/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.safetyreq.metamodel ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.safetyreq.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.safetyreq.metamodel >--------
[INFO] Building ESFSafetyReq Meta-model 0.7.0-SNAPSHOT                  [72/76]
[INFO]   from analysis/safetyreq/metamodel/org.polarsys.esf.safetyreq.metamodel/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] Resolving class path of ESFSafetyReq Meta-model...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/metamodel/org.polarsys.esf.safetyreq.metamodel/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/metamodel/org.polarsys.esf.safetyreq.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/metamodel/org.polarsys.esf.safetyreq.metamodel/target/org.polarsys.esf.safetyreq.metamodel-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.polarsys.esf:esf-tools.analysis.safetyreq.releng >--------
[INFO] Building ESF Tools SafetyReq Releng 0.7.0-SNAPSHOT               [73/76]
[INFO]   from analysis/safetyreq/releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.analysis.safetyreq.releng ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.analysis.safetyreq.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ----< org.polarsys.esf:org.polarsys.esf.safetyreq.releng.branding >-----
[INFO] Building ESF SafetyReq branding 0.7.0-SNAPSHOT                   [74/76]
[INFO]   from analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng.branding/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] Resolving class path of ESF SafetyReq branding...
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng.branding/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng.branding/target/org.polarsys.esf.safetyreq.releng.branding-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.polarsys.esf:org.polarsys.esf.safetyreq.releng >---------
[INFO] Building ESF SafetyReq feature 0.7.0-SNAPSHOT                    [75/76]
[INFO]   from analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.safetyreq.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.safetyreq.releng ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.releng ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.releng ---
[INFO] 
[INFO] --- license:2.11:check (default) @ org.polarsys.esf.safetyreq.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.safetyreq.releng ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.esf.safetyreq.releng ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng/target/org.polarsys.esf.safetyreq.releng-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.releng ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.safetyreq.releng ---
[INFO] 
[INFO] -------------------< org.polarsys.esf:esf-tools.p2 >--------------------
[INFO] Building esf-tools.p2 0.7.0-SNAPSHOT                             [76/76]
[INFO]   from p2/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esf-tools.p2 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ esf-tools.p2 ---
[INFO] The project's OSGi version is 0.7.0.202304170840
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ esf-tools.p2 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ esf-tools.p2 ---
[INFO] 
[INFO] --- license:2.11:check (default) @ esf-tools.p2 ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ esf-tools.p2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/p2/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ esf-tools.p2 ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ esf-tools.p2 ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ esf-tools.p2 ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ esf-tools.p2 ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ esf-tools.p2 ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (253.02kB)
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (519.07kB)
[INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (476.29kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (249kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.29MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (97.69kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (293.72kB)
[INFO] Fetching org.eclipse.emf.codegen_2.20.0.v20200324-0932.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (360.12kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.22.0.v20200324-0947.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.05MB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.22.0.v20200324-0947.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (184.6kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (294.88kB)
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (91.05kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.33kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201812070911.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.89kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201812070911.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.26kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.10.2.v20200609-1812.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.49kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.10.2.v20200609-1812.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (207.26kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (157.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.58kB)
[INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201812270937.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (5.23MB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.71kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.77kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (374.75kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (397.01kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (400.5kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (213.23kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (405.32kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (556.8kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.98kB)
[INFO] Fetching org.eclipse.xtext.ui_2.22.0.v20200602-1242.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.84MB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.9.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (147.21kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.23MB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.9.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (160.72kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.8.400.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.29kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (97.4kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (200.16kB)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.61kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.22.0.v20200602-1242.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.06kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (272.69kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (304.62kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (241.83kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20200302-1312.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (341.26kB)
[INFO] Fetching org.eclipse.ocl.uml_5.10.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (346.52kB)
[INFO] Fetching org.eclipse.xtext_2.22.0.v20200602-1352.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.58MB)
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (205.11kB)
[INFO] Fetching org.eclipse.xtext.builder_2.22.0.v20200602-1242.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (380.64kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (673.94kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (392.14kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (88kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.12.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (177.92kB)
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.78kB)
[INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.99kB)
[INFO] Fetching org.eclipse.papyrus.developer.doc_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.78MB)
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (284.63kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (186.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.05MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (444.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (183.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (5.12MB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (378.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (634.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (874.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (171.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (814.48kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (463.84kB)
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.24MB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.1MB)
[INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.papyrus.uml.migration.doc_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.37kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (891.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.19MB)
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (923.19kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (89.18kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (155.94kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (512.83kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (470kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (333.25kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (127.93kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (576.66kB)
[INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.93kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (83.57kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.32kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (156.65kB)
[INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.52kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (70.02kB)
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.9kB)
[INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.86kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.51kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.72kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (219.83kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (149.79kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (365.64kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (116.84kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.06kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.71kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (157.73kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (280.71kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (80.28kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.59kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.97kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.13kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.75kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.63kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.3kB)
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.84kB)
[INFO] Fetching org.eclipse.papyrus.emf.ui_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.92kB)
[INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (137.82kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.47kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (68.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.64kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (201.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.5.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (61.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.5kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (119.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.4.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (276.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.1.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (128.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (337.78kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (162.82kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.95kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.22.0.v20200602-0713.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (159.3kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.22.0.v20200602-1114.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (494.2kB)
[INFO] Fetching org.eclipse.xtext.util_2.22.0.v20200602-1352.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (300.81kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (201.73kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.22.0.v20200602-1242.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (252.96kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.22.0.v20200602-1242.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (132.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.3.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.77kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.81kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.45kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (245.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.18kB)
[INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.8kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (242.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (587.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.82kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.5.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (177.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.4kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (97.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.47kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (64.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (83.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (319.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.8kB)
[INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.sdk_4.8.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.86kB)
[INFO] Fetching org.eclipse.papyrus.sdk.feature_4.8.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.400.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.72kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.diagram.blockdefinition_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (38.31kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.diagram.common_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (90.03kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.diagram.internalblock_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (27.54kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.diagram.parametric_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (44.5kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.diagram.requirement_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (20.92kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.edit_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (187.87kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.nattable.allocation_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (17.66kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.nattable.common_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (21.55kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.nattable.requirement_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (20.62kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.nattable.ui_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (42.12kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.service.types_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (82.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.01MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.5.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.53MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.2.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.2MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.300.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.35MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.3.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.99MB)
[INFO] Fetching org.eclipse.papyrus.sysml14.architecture_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (44.92kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.ui_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (114.7kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.validation_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (157.68kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.feature_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/features/ (19.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions_2.1.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.55kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_1.4.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (246.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.46kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (405.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (384.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (114.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.1.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (696.19kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.3MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (155.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.47MB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (128.76kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (68.56kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (104.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (234.75kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (70.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (332.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.32kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.36kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (75.53kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.51MB)
[INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.78kB)
[INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.4.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (161.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.53kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.78kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.1.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (165.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.74kB)
[INFO] Fetching org.eclipse.papyrus.views.validation_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.200.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (160.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (76.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (91.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.47kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.78kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.43kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (156.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (185.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (110.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (114.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (186.36kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.69kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (113.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (302.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (376.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.19kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.76kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.03kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.75kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.87kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.32kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.87kB)
[INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v202005180122.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (792.18kB)
[INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.81kB)
[INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.8kB)
[INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.77kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB)
[INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.79kB)
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.44kB)
[INFO] Fetching org.eclipse.wst.sse.core_1.2.400.v202004081818.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (433.52kB)
[INFO] Fetching org.eclipse.xtend.lib_2.22.0.v20200602-0713.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (104.12kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.22.0.v20200602-0713.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (75.99kB)
[INFO] Fetching org.eclipse.xtext.smap_2.22.0.v20200602-1114.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.98kB)
[INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (130.19kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.22.0.v20200602-1242.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (246.89kB)
[INFO] Fetching org.eclipse.xtext.ide_2.22.0.v20200602-1352.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (475.73kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.22.0.v20200602-1242.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (190.36kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.22.0.v20200602-1242.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (130.26kB)
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ esf-tools.p2 ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/esf-tools-gerrit-build/p2/target/esf-tools.p2-0.7.0-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ESF Tools 0.7.0-SNAPSHOT:
[INFO] 
[INFO] ESF Tools .......................................... SUCCESS [  2.242 s]
[INFO] ESF Tools Analysis ................................. SUCCESS [  0.088 s]
[INFO] ESF Common Analysis Tools .......................... SUCCESS [  0.047 s]
[INFO] ESF Common Analysis Tools Releng ................... SUCCESS [  0.004 s]
[INFO] ESF Common Analysis Tools UI ....................... SUCCESS [  4.078 s]
[INFO] ESF Tools Local Analysis ........................... SUCCESS [  0.042 s]
[INFO] ESF Local Analysis Resources ....................... SUCCESS [  0.004 s]
[INFO] ESFLocalAnalysis Graphical Resources ............... SUCCESS [  0.388 s]
[INFO] ESF Local Analysis Profile ......................... SUCCESS [  0.021 s]
[INFO] ESFLocalAnalysis Profile ........................... SUCCESS [  2.170 s]
[INFO] ESFLocalAnalysis Profile Tools ..................... SUCCESS [  1.014 s]
[INFO] ESFLocalAnalysis Profile Service Types ............. SUCCESS [  1.921 s]
[INFO] ESF Local Analysis Diagram ......................... SUCCESS [  0.003 s]
[INFO] ESFLocalAnalysis Diagram ........................... SUCCESS [  1.970 s]
[INFO] ESF Local Analysis Table ........................... SUCCESS [  0.004 s]
[INFO] ESFLocalAnalysis Table ............................. SUCCESS [  1.319 s]
[INFO] ESF Local Analysis Execution ....................... SUCCESS [  0.005 s]
[INFO] Local Analysis Execution ........................... SUCCESS [  1.680 s]
[INFO] ESF Common Analysis Tools Resources ................ SUCCESS [  0.003 s]
[INFO] ESF Common Analysis Tools Graphical Resources ...... SUCCESS [  0.229 s]
[INFO] ESF Common Analysis Tools  branding ................ SUCCESS [  0.046 s]
[INFO] ESF Common Analysis Tools  feature ................. SUCCESS [  0.115 s]
[INFO] ESF Tools FMEA ..................................... SUCCESS [  0.011 s]
[INFO] ESF FMEA Doc ....................................... SUCCESS [  0.002 s]
[INFO] ESF FMEA Documentation ............................. SUCCESS [  0.034 s]
[INFO] ESF FMEA Execution ................................. SUCCESS [  0.004 s]
[INFO] ESF FMEA Resources ................................. SUCCESS [  0.034 s]
[INFO] ESFFMEA Graphical Resources ........................ SUCCESS [  0.167 s]
[INFO] ESF FMEA Profile ................................... SUCCESS [  0.008 s]
[INFO] ESFFMEA Profile .................................... SUCCESS [  1.063 s]
[INFO] ESFFMEA Profile Tools .............................. SUCCESS [  0.795 s]
[INFO] ESFFMEA Profile Service Types ...................... SUCCESS [  1.208 s]
[INFO] ESF FMEA Table ..................................... SUCCESS [  0.003 s]
[INFO] ESFFMEA Table ...................................... SUCCESS [  1.397 s]
[INFO] FMEA Execution ..................................... SUCCESS [  1.306 s]
[INFO] FMEA Execution UI .................................. SUCCESS [  1.593 s]
[INFO] ESF FMEA Meta-model ................................ SUCCESS [  0.003 s]
[INFO] ESFFMEA Meta-model ................................. SUCCESS [  0.183 s]
[INFO] ESF Tools FMEA Releng .............................. SUCCESS [  0.002 s]
[INFO] ESF FMEA branding .................................. SUCCESS [  0.020 s]
[INFO] ESF FMEA feature ................................... SUCCESS [  0.193 s]
[INFO] ESF Local Analysis Doc ............................. SUCCESS [  0.002 s]
[INFO] ESF Local Analysis Documentation ................... SUCCESS [  0.038 s]
[INFO] Local Analysis Execution UI ........................ SUCCESS [  1.645 s]
[INFO] ESF Local Analysis Meta-model ...................... SUCCESS [  0.003 s]
[INFO] ESFLocalAnalysis Meta-model ........................ SUCCESS [  0.129 s]
[INFO] ESFLocalAnalysis Profile Validation ................ SUCCESS [  0.766 s]
[INFO] ESF Tools Local Analysis Releng .................... SUCCESS [  0.002 s]
[INFO] ESF Local Analysis branding ........................ SUCCESS [  0.020 s]
[INFO] ESF Local Analysis UI .............................. SUCCESS [  0.004 s]
[INFO] ESFLocalAnalysis UI ................................ SUCCESS [  1.463 s]
[INFO] ESF Local Analysis feature ......................... SUCCESS [  0.214 s]
[INFO] ESF Tools Risk Analysis ............................ SUCCESS [  0.005 s]
[INFO] ESFRiskAnalysis profile ............................ SUCCESS [  0.532 s]
[INFO] ESFRiskAnalysis table .............................. SUCCESS [  0.312 s]
[INFO] ESFRiskAnalysis UI ................................. SUCCESS [  0.728 s]
[INFO] ESF Risk Analysis feature .......................... SUCCESS [  0.139 s]
[INFO] ESF Tools Safety Requirements ...................... SUCCESS [  0.009 s]
[INFO] ESF Safety Requirements  Doc ....................... SUCCESS [  0.002 s]
[INFO] ESF Safety Requirements Documentation .............. SUCCESS [  0.070 s]
[INFO] ESF Safety Requirements Execution .................. SUCCESS [  0.003 s]
[INFO] ESF Safety Requirements Resources .................. SUCCESS [  0.002 s]
[INFO] ESFSafety Requirements Graphical Resources ......... SUCCESS [  0.175 s]
[INFO] ESF SafetyReq Profile .............................. SUCCESS [  0.005 s]
[INFO] ESFSafetyReq Profile ............................... SUCCESS [  0.714 s]
[INFO] ESFSafetyReq Profile Tools ......................... SUCCESS [  0.725 s]
[INFO] ESFSafetyReq Profile Service Types ................. SUCCESS [  0.161 s]
[INFO] ESF SafetyReq Table ................................ SUCCESS [  0.003 s]
[INFO] ESFSafetyReq Table ................................. SUCCESS [  0.779 s]
[INFO] Safety Requirements Execution UI ................... SUCCESS [  0.824 s]
[INFO] ESF SafetyReq Meta-model ........................... SUCCESS [  0.003 s]
[INFO] ESFSafetyReq Meta-model ............................ SUCCESS [  0.123 s]
[INFO] ESF Tools SafetyReq Releng ......................... SUCCESS [  0.003 s]
[INFO] ESF SafetyReq branding ............................. SUCCESS [  0.059 s]
[INFO] ESF SafetyReq feature .............................. SUCCESS [  0.140 s]
[INFO] esf-tools.p2 ....................................... SUCCESS [ 11.581 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:15 min
[INFO] Finished at: 2023-04-17T08:41:20Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS