Branch indexing Connecting to https://api.github.com using eclipse-capella-bot/****** (GitHub bot (username/token)) Obtained Jenkinsfile from 5c8296f8bc4f31b4e9afabd40e60160d532f7036 Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent centos-7-2drj4 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-2drj4" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.capella.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-2drj4" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-2drj4" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false 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 - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-capella" 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" Running on centos-7-2drj4 in /home/jenkins/agent/workspace/Basic-vp_v1.4.x [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-basic-vp.git > git init /home/jenkins/agent/workspace/Basic-vp_v1.4.x # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-basic-vp.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --progress https://github.com/eclipse/capella-basic-vp.git +refs/heads/v1.4.x:refs/remotes/origin/v1.4.x # timeout=10 Avoid second fetch Checking out Revision 5c8296f8bc4f31b4e9afabd40e60160d532f7036 (v1.4.x) > git config remote.origin.url https://github.com/eclipse/capella-basic-vp.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v1.4.x:refs/remotes/origin/v1.4.x # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c8296f8bc4f31b4e9afabd40e60160d532f7036 # timeout=10 Commit message: "Merge pull request #12 from arnauddieumegard/releng/tp_for_capella_release" > git rev-list --no-walk a16d571c217fb86d0bd3b90360b16c7c41340563 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Package basic vp) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn clean install -Pmass -Pperfo -Pprice -e -f pom.xml Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.af.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/.polyglot.build.properties [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (6.91kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (6.91kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (17.67kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (17.67kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ (122B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-06 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (492B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (492B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ (142B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ (142B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ (24.89kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ (24.89kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ (829.91kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ (829.91kB) [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (172B) [INFO] Adding repository https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06 [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (45.5kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (45.5kB) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (29.94kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (29.94kB) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (58.26kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (58.26kB) [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (172B) [INFO] Adding repository https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (6.37kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (6.37kB) [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (172B) [INFO] Adding repository https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (7.29kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (7.29kB) [INFO] Adding repository https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella [INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/ (15.81kB) [INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/ (15.81kB) [INFO] Adding repository http://download.eclipse.org/sirius/updates/legacy/1.1.0 [INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) [INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) [INFO] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (172B) [INFO] Adding repository http://download.eclipse.org/egf/updates/1.6.1/2019-06 [INFO] Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (17.24kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (17.24kB) [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B) [INFO] Adding repository http://download.eclipse.org/nebula/releases/1.4.0 [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ (11.51kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ (11.51kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB) [INFO] Adding repository https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/ (138.8kB) [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/ (138.8kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.af.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/.polyglot.build.properties [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160221192158/repository/ [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (591.9kB) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (591.9kB) [INFO] Fetching 201906191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-06/ [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.55MB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.55MB) [INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (454.46kB) [INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (454.46kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.52kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.52kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.72kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.72kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (17.78kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (37.68kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (37.68kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.71kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (154.23kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (154.23kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.66kB) [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.66kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (146.77kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (146.77kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (115.24kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (115.24kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (485.5kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (485.5kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (399.18kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (399.18kB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.66kB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.66kB) [INFO] Fetching org.eclipse.ant.core_3.5.400.v20190510-0606.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.18kB) [INFO] Fetching org.eclipse.ant.core_3.5.400.v20190510-0606.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.18kB) [INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.02kB) [INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.02kB) [INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.24kB) [INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.24kB) [INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (303.02kB) [INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (303.02kB) [INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (361.71kB) [INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (361.71kB) [INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.98kB) [INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.98kB) [INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (318.48kB) [INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (318.48kB) [INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (964.19kB) [INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (964.19kB) [INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.79kB) [INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.79kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (229.07kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (229.07kB) [INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (195.05kB) [INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (195.05kB) [INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.14kB) [INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.14kB) [INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.84kB) [INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.84kB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.5MB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.5MB) [INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.18kB) [INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.18kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.27kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.27kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.95kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.95kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.91kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.91kB) [INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.78kB) [INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.78kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.59kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.59kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.02kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.02kB) [INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.68kB) [INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.68kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.77kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.77kB) [INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.05kB) [INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.05kB) [INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.7kB) [INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.7kB) [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.79kB) [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.79kB) [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1MB) [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1MB) [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.15kB) [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.15kB) [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.98kB) [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.98kB) [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,012.08kB) [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,012.08kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.77kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.77kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.95kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.95kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.07kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.61kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.61kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.91kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.91kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.69kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.69kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.53kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.53kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.16kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.16kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (98kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.01kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.01kB) [INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (358.07kB) [INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (358.07kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.06kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.06kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.2kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.2kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.84kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.84kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.97kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.97kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.57kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.57kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.89kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.89kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.18kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.18kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.98kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.98kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (49.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (49.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.25kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.25kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.69kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.69kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (110.68kB) [INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (110.68kB) [INFO] Fetching org.eclipse.jdt.core_3.18.0.v20190522-0428.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (6.65MB) [INFO] Fetching org.eclipse.jdt.core_3.18.0.v20190522-0428.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (6.65MB) [INFO] Fetching org.eclipse.jdt.launching_3.14.0.v20190508-0531.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (272.59kB) [INFO] Fetching org.eclipse.jdt.launching_3.14.0.v20190508-0531.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (272.59kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (416.42kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (416.42kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.63kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.63kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (58.61kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (58.61kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (25.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (25.06kB) [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (96.72kB) [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (96.72kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.12.0.v20190226-1307.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.31kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.12.0.v20190226-1307.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.31kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.8kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.8kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.1.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (133.67kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.1.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (133.67kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.48kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.48kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.1kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.1kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.1kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.1kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.42kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.99kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.99kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.12kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.12kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (72.9kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.81kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.81kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.87kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.87kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.29kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.29kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (121.81kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (121.81kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.17kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.62kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (133.46kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (133.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (114.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (114.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (190.36kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (190.36kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (110.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (110.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.200.v20190520-0718.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (285.64kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.200.v20190520-0718.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (285.64kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.jdt.debug_3.13.0.v20190521-1707.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (931.98kB) [INFO] Fetching org.eclipse.jdt.debug_3.13.0.v20190521-1707.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (931.98kB) [INFO] Fetching org.eclipse.jdt.ui_3.18.0.v20190601-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.jdt.ui_3.18.0.v20190601-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.52kB) [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.52kB) [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (492.8kB) [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (492.8kB) [INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (126.2kB) [INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (126.2kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.13kB) [INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.13kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.46kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.46kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (159.39kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (159.39kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.08MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.08MB) [INFO] Fetching org.eclipse.pde.build_3.10.400.v20190320-1020.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (478.55kB) [INFO] Fetching org.eclipse.pde.build_3.10.400.v20190320-1020.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (478.55kB) [INFO] Fetching org.eclipse.pde.core_3.13.0.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.pde.core_3.13.0.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.sirius_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (352.7kB) [INFO] Fetching org.eclipse.sirius_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (352.7kB) [INFO] Fetching org.eclipse.sirius.common_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (85.88kB) [INFO] Fetching org.eclipse.sirius.common_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (85.88kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (33.14kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (33.14kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (14.3kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (14.3kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (9.96kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (9.96kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.42kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.42kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.09kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.09kB) [INFO] Fetching org.eclipse.sirius.diagram_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (353.8kB) [INFO] Fetching org.eclipse.sirius.diagram_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (353.8kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.sirius.query.legacy_1.1.0.201504271341.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/plugins/ (304.07kB) [INFO] Fetching org.eclipse.sirius.query.legacy_1.1.0.201504271341.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/plugins/ (304.07kB) [INFO] Fetching org.eclipse.sirius.table_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (97.29kB) [INFO] Fetching org.eclipse.sirius.table_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (97.29kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.76kB) [INFO] Fetching org.polarsys.capella.common_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (78.2kB) [INFO] Fetching org.polarsys.capella.common_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (78.2kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (43.55kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (43.55kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (142.81kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (142.81kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (39.11kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (39.11kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (98.53kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (98.53kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (33.81kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (33.81kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (70.07kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (70.07kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (15.57kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (15.57kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (48.72kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (48.72kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (51.86kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (51.86kB) [INFO] Fetching org.polarsys.capella.common.model_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (28.81kB) [INFO] Fetching org.polarsys.capella.common.model_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (28.81kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (47.63kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (47.63kB) [INFO] Fetching org.polarsys.capella.common.ef_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (32.98kB) [INFO] Fetching org.polarsys.capella.common.ef_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (32.98kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (15.86kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (15.86kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (19.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (19.98kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (31.89kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (31.89kB) [INFO] Fetching org.polarsys.capella.common.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (42.16kB) [INFO] Fetching org.polarsys.capella.common.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (42.16kB) [INFO] Fetching org.polarsys.capella.common.libraries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (28.01kB) [INFO] Fetching org.polarsys.capella.common.libraries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (28.01kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (41.68kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (41.68kB) [INFO] Fetching org.polarsys.capella.common.queries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (41.22kB) [INFO] Fetching org.polarsys.capella.common.queries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (41.22kB) [INFO] Fetching org.polarsys.capella.common.tools.report_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (43.13kB) [INFO] Fetching org.polarsys.capella.common.tools.report_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (43.13kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (17.18kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (17.18kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (129.49kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (129.49kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (291.62kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (291.62kB) [INFO] Fetching org.polarsys.capella.core.data.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (2.27MB) [INFO] Fetching org.polarsys.capella.core.data.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (2.27MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (1.26MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (1.26MB) [INFO] Fetching org.polarsys.capella.core.data.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (413.75kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (413.75kB) [INFO] Fetching org.polarsys.capella.core.model.handler_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (119.7kB) [INFO] Fetching org.polarsys.capella.core.model.handler_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (119.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (272.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (272.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (77.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (77.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (70.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (70.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (6.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (6.21kB) [INFO] Fetching org.polarsys.kitalpha.report_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.report_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (32.23kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (32.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.35kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (33.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (33.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (29.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (29.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (59.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (59.89kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (32.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (32.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.94kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.94kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (22.61kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (22.61kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (15.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (15.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (22.27kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (22.27kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.63kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.63kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,006.66kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,006.66kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (790.84kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (790.84kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.af.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.feature/.polyglot.build.properties [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (246.29kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (246.29kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (183.86kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (183.86kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.24MB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.24MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (286.98kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (286.98kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.5.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.27kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.5.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.27kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.52kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.52kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (257.14kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (257.14kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (120.53kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (120.53kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (39.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (39.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (14.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (14.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (100.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (100.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (76.2kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (76.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (93.45kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (93.45kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.73kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.73kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (49.3kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (49.3kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (218.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (218.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (137.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (137.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.1kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.1kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (196.73kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (196.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (23.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (23.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (123.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (123.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (318.69kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (318.69kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (93.44kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (93.44kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.1kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.1kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (23.94kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (23.94kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (169.49kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (169.49kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (2.9MB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (2.9MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.33kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.33kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (39.24kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (39.24kB) [INFO] Fetching org.eclipse.sirius.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (379.12kB) [INFO] Fetching org.eclipse.sirius.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (379.12kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (13.5kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (13.5kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.94kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.94kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (10.54kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (10.54kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.02kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.02kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.46kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.46kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (53.02kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (53.02kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (143.14kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (143.14kB) [INFO] Fetching org.polarsys.capella.common.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (205.31kB) [INFO] Fetching org.polarsys.capella.common.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (205.31kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (463.37kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (463.37kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (43.84kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (43.84kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (20.74kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (20.74kB) [INFO] Fetching org.polarsys.capella.common.re.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (63.75kB) [INFO] Fetching org.polarsys.capella.common.re.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (63.75kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (164.36kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (164.36kB) [INFO] Fetching org.polarsys.capella.common.ui.services_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (19.63kB) [INFO] Fetching org.polarsys.capella.common.ui.services_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (19.63kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (25.66kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (25.66kB) [INFO] Fetching org.polarsys.capella.core.preferences_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (227.63kB) [INFO] Fetching org.polarsys.capella.core.preferences_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (227.63kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (19.21kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (19.21kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (15.79kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (15.79kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (68.35kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (68.35kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (27.84kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (27.84kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (64.84kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (64.84kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.52kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.52kB) [INFO] Fetching org.polarsys.capella.core.af.integration_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (25.31kB) [INFO] Fetching org.polarsys.capella.core.af.integration_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (25.31kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (1.38MB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (1.38MB) [INFO] Fetching org.polarsys.capella.core.libraries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (68.26kB) [INFO] Fetching org.polarsys.capella.core.libraries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (68.26kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (72.72kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (72.72kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (72.73kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (72.73kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (27.05kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (27.05kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (260.46kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (260.46kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (182.59kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (182.59kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (52.31kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (52.31kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (70.61kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (70.61kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (30.17kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (30.17kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (99.54kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (99.54kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (35.32kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (35.32kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (225.36kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (225.36kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (25.48kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (25.48kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (105kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (105kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (78.91kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (78.91kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (158.46kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (158.46kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (48.95kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (48.95kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (84.69kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (84.69kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (26.21kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (26.21kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (210.85kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (210.85kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (30.71kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (30.71kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (15.4kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (15.4kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (50.74kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (50.74kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (19.43kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (19.43kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (26.43kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (26.43kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (28.36kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (28.36kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (13.77kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (13.77kB) [INFO] Fetching org.polarsys.capella.core.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (38.8kB) [INFO] Fetching org.polarsys.capella.core.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (38.8kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (42.45kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (42.45kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (113.82kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (113.82kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (19.38kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (19.38kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (464.48kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/releases/1.4.2-R20201014-090868/org.polarsys.capella.rcp.site/plugins/ (464.48kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.representation.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.representation.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.representation.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.design:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.design:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.design:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.fc:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.fc:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.fc:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.computation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.computation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.computation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.generation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.generation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.generation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.transformation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.transformation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.transformation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.sbrowser:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.sbrowser:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.sbrowser:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.mass.vpdsl:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.vpdsl:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.vpdsl:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.basic.mass.viewpoint.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.mass.viewpoint.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.basic.mass.viewpoint.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.af.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.af.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.af.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.representation.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.representation.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.representation.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.design:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.design:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.design:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.fc:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.fc:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.fc:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.computation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.computation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.computation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.generation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.generation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.generation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.transformation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.transformation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.transformation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.sbrowser:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.sbrowser:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.sbrowser:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.vpdsl:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.vpdsl:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.vpdsl:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.af.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.af.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.af.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.representation.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.representation.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.representation.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.design:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.design:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.design:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.fc:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.fc:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.fc:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.computation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.computation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.computation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.generation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.generation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.generation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.transformation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.transformation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.transformation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.sbrowser:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.sbrowser:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.sbrowser:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.price.vpdsl:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.vpdsl:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.price.vpdsl:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.basic.price.viewpoint.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.price.viewpoint.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.basic.price.viewpoint.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.basic.viewpoints:pom:1.4.2-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Basic Viewpoints [pom] [INFO] org.polarsys.capella.basic.mass.viewpoint.features [pom] [INFO] org.polarsys.capella.basic.mass.viewpoint.plugins [pom] [INFO] org.polarsys.capella.vp.mass.model [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.design [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.af.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.sbrowser [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.ui [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.representation.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.rules.analysis [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.transformation [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.validation [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.generation [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.computation [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.vpdsl [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.fc [eclipse-plugin] [INFO] org.polarsys.capella.basic.mass.viewpoint.site [eclipse-repository] [INFO] org.polarsys.capella.basic.perfo.viewpoint.features [pom] [INFO] org.polarsys.capella.basic.perfo.viewpoint.plugins [pom] [INFO] org.polarsys.capella.vp.perfo.model [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.design [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.af.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.ui [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.sbrowser [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.representation.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.rules.analysis [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.validation [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.transformation [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.generation [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.computation [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.vpdsl [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.fc [eclipse-plugin] [INFO] org.polarsys.capella.basic.perfo.viewpoint.site [eclipse-repository] [INFO] org.polarsys.capella.basic.price.viewpoint.features [pom] [INFO] org.polarsys.capella.basic.price.viewpoint.plugins [pom] [INFO] org.polarsys.capella.vp.price.model [eclipse-plugin] [INFO] org.polarsys.capella.vp.price [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.design [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.af.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.rules.analysis [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.computation [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.generation [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.transformation [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.validation [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.sbrowser [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.ui [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.representation.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.vpdsl [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.fc [eclipse-plugin] [INFO] org.polarsys.capella.basic.price.viewpoint.site [eclipse-repository] [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.addon.basic.viewpoints >------ [INFO] Building Capella Basic Viewpoints 1.4.2-SNAPSHOT [1/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.addon.basic.viewpoints --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.addon.basic.viewpoints --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.addon.basic.viewpoints --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.addon.basic.viewpoints --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.addon.basic.viewpoints --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.capella.addon.basic.viewpoints --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/pom.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.addon.basic.viewpoints/1.4.2-SNAPSHOT/org.polarsys.capella.addon.basic.viewpoints-1.4.2-SNAPSHOT.pom [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.mass.viewpoint.features >--- [INFO] Building org.polarsys.capella.basic.mass.viewpoint.features 1.4.2-SNAPSHOT [2/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.basic.mass.viewpoint.features --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.basic.mass.viewpoint.features --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.basic.mass.viewpoint.features --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.basic.mass.viewpoint.features --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.mass.viewpoint.features --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.capella.basic.mass.viewpoint.features --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/pom.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.mass.viewpoint.features/1.4.2-SNAPSHOT/org.polarsys.capella.basic.mass.viewpoint.features-1.4.2-SNAPSHOT.pom [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.mass.viewpoint.plugins >--- [INFO] Building org.polarsys.capella.basic.mass.viewpoint.plugins 1.4.2-SNAPSHOT [3/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.basic.mass.viewpoint.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.basic.mass.viewpoint.plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.basic.mass.viewpoint.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.basic.mass.viewpoint.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.mass.viewpoint.plugins --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.capella.basic.mass.viewpoint.plugins --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/pom.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.mass.viewpoint.plugins/1.4.2-SNAPSHOT/org.polarsys.capella.basic.mass.viewpoint.plugins-1.4.2-SNAPSHOT.pom [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.mass.model >----------- [INFO] Building org.polarsys.capella.vp.mass.model 1.4.2-SNAPSHOT [4/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.model --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass.model --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/target/org.polarsys.capella.vp.mass.model-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/target/org.polarsys.capella.vp.mass.model-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.model --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/target/org.polarsys.capella.vp.mass.model-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.model-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.model-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/target/org.polarsys.capella.vp.mass.model-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.model-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.model-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.model-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.vp.mass >-------------- [INFO] Building org.polarsys.capella.vp.mass 1.4.2-SNAPSHOT [5/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/target/org.polarsys.capella.vp.mass-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/target/org.polarsys.capella.vp.mass-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/target/org.polarsys.capella.vp.mass-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/target/org.polarsys.capella.vp.mass-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.mass.design >---------- [INFO] Building org.polarsys.capella.vp.mass.design 1.4.2-SNAPSHOT [6/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.design --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.design --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass.design --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.design --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/target/org.polarsys.capella.vp.mass.design-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.design --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/target/org.polarsys.capella.vp.mass.design-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.design --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/target/org.polarsys.capella.vp.mass.design-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.design-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.design-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/target/org.polarsys.capella.vp.mass.design-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.design-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.design-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.design-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.vp.mass.af >------------ [INFO] Building org.polarsys.capella.vp.mass.af 1.4.2-SNAPSHOT [7/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.af --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.af --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass.af --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/target/org.polarsys.capella.vp.mass.af-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/target/org.polarsys.capella.vp.mass.af-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.af --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/target/org.polarsys.capella.vp.mass.af-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.af-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.af-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/target/org.polarsys.capella.vp.mass.af-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.af-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.af-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.af-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.mass.af.feature >-------- [INFO] Building org.polarsys.capella.vp.mass.af.feature 1.4.2-SNAPSHOT [8/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/target/org.polarsys.capella.vp.mass.af.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/target/org.polarsys.capella.vp.mass.af.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/target/org.polarsys.capella.vp.mass.af.feature-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.af.feature-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.af.feature-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/target/org.polarsys.capella.vp.mass.af.feature-1.4.2-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.af.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.af.feature-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.af.feature-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.mass.model.edit >-------- [INFO] Building org.polarsys.capella.vp.mass.model.edit 1.4.2-SNAPSHOT [9/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/target/org.polarsys.capella.vp.mass.model.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/target/org.polarsys.capella.vp.mass.model.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/target/org.polarsys.capella.vp.mass.model.edit-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.model.edit-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.model.edit-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/target/org.polarsys.capella.vp.mass.model.edit-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.model.edit-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.model.edit-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.model.edit-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.mass.sbrowser >--------- [INFO] Building org.polarsys.capella.vp.mass.sbrowser 1.2.0-SNAPSHOT [10/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] The project's OSGi version is 1.2.0.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.sbrowser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass.sbrowser --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.polarsys:org.polarsys.capella.vp.mass.sbrowser:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/.polyglot.build.properties [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.sbrowser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/target/org.polarsys.capella.vp.mass.sbrowser-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/target/org.polarsys.capella.vp.mass.sbrowser-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/target/org.polarsys.capella.vp.mass.sbrowser-1.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.mass.sbrowser-1.2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.mass.sbrowser-1.2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/target/org.polarsys.capella.vp.mass.sbrowser-1.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.mass.sbrowser-1.2.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.mass.sbrowser-1.2.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.mass.sbrowser-1.2.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.vp.mass.ui >------------ [INFO] Building org.polarsys.capella.vp.mass.ui 1.4.2-SNAPSHOT [11/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.ui --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/target/org.polarsys.capella.vp.mass.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/target/org.polarsys.capella.vp.mass.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.ui --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/target/org.polarsys.capella.vp.mass.ui-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.ui-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.ui-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/target/org.polarsys.capella.vp.mass.ui-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.ui-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.ui-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.ui-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.mass.representation.feature >-- [INFO] Building org.polarsys.capella.vp.mass.representation.feature 1.4.2-SNAPSHOT [12/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/target/org.polarsys.capella.vp.mass.representation.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/target/org.polarsys.capella.vp.mass.representation.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/target/org.polarsys.capella.vp.mass.representation.feature-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.representation.feature-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.representation.feature-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/target/org.polarsys.capella.vp.mass.representation.feature-1.4.2-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.representation.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.representation.feature-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.representation.feature-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.mass.rules.analysis >------ [INFO] Building org.polarsys.capella.vp.mass.rules.analysis 1.4.2-SNAPSHOT [13/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.rules.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.rules.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/target/org.polarsys.capella.vp.mass.rules.analysis-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/target/org.polarsys.capella.vp.mass.rules.analysis-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/target/org.polarsys.capella.vp.mass.rules.analysis-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.analysis-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.analysis-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/target/org.polarsys.capella.vp.mass.rules.analysis-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.analysis-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.analysis-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.analysis-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.vp.mass.rules.transformation >--- [INFO] Building org.polarsys.capella.vp.mass.rules.transformation 1.4.2-SNAPSHOT [14/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.rules.transformation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.rules.transformation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/target/org.polarsys.capella.vp.mass.rules.transformation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/target/org.polarsys.capella.vp.mass.rules.transformation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/target/org.polarsys.capella.vp.mass.rules.transformation-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.transformation-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.transformation-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/target/org.polarsys.capella.vp.mass.rules.transformation-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.transformation-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.transformation-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.transformation-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.mass.rules.validation >----- [INFO] Building org.polarsys.capella.vp.mass.rules.validation 1.4.2-SNAPSHOT [15/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.rules.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.rules.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/target/org.polarsys.capella.vp.mass.rules.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/target/org.polarsys.capella.vp.mass.rules.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/target/org.polarsys.capella.vp.mass.rules.validation-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.validation-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.validation-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/target/org.polarsys.capella.vp.mass.rules.validation-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.validation-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.validation-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.validation-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.mass.rules.generation >----- [INFO] Building org.polarsys.capella.vp.mass.rules.generation 1.4.2-SNAPSHOT [16/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.rules.generation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.rules.generation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/target/org.polarsys.capella.vp.mass.rules.generation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/target/org.polarsys.capella.vp.mass.rules.generation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/target/org.polarsys.capella.vp.mass.rules.generation-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.generation-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.generation-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/target/org.polarsys.capella.vp.mass.rules.generation-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.generation-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.generation-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.generation-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.mass.rules.computation >----- [INFO] Building org.polarsys.capella.vp.mass.rules.computation 1.4.2-SNAPSHOT [17/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.rules.computation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.rules.computation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/target/org.polarsys.capella.vp.mass.rules.computation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/target/org.polarsys.capella.vp.mass.rules.computation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/target/org.polarsys.capella.vp.mass.rules.computation-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.computation-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.computation-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/target/org.polarsys.capella.vp.mass.rules.computation-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.computation-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.computation-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.computation-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.mass.rules.feature >------- [INFO] Building org.polarsys.capella.vp.mass.rules.feature 1.4.2-SNAPSHOT [18/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/target/org.polarsys.capella.vp.mass.rules.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/target/org.polarsys.capella.vp.mass.rules.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/target/org.polarsys.capella.vp.mass.rules.feature-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.feature-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.feature-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/target/org.polarsys.capella.vp.mass.rules.feature-1.4.2-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.feature-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.rules.feature-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.mass.vpdsl >----------- [INFO] Building org.polarsys.capella.vp.mass.vpdsl 1.4.2-SNAPSHOT [19/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/target/org.polarsys.capella.vp.mass.vpdsl-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/target/org.polarsys.capella.vp.mass.vpdsl-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/target/org.polarsys.capella.vp.mass.vpdsl-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.vpdsl-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.vpdsl-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/target/org.polarsys.capella.vp.mass.vpdsl-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.vpdsl-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.vpdsl-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.vpdsl-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.mass.feature >---------- [INFO] Building org.polarsys.capella.vp.mass.feature 1.4.2-SNAPSHOT [20/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.mass.feature --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.feature/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.mass.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.feature/target/org.polarsys.capella.vp.mass.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.feature/target/org.polarsys.capella.vp.mass.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.feature --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.feature/target/org.polarsys.capella.vp.mass.feature-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.feature-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.feature-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.feature/target/org.polarsys.capella.vp.mass.feature-1.4.2-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.feature-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/features/org.polarsys.capella.vp.mass.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.mass.feature-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.vp.mass.fc >------------ [INFO] Building org.polarsys.capella.vp.mass.fc 1.1.0-SNAPSHOT [21/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.fc --- [INFO] The project's OSGi version is 1.1.0.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.mass.fc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.fc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.mass.fc --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.polarsys:org.polarsys.capella.vp.mass.fc:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/.polyglot.build.properties [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.fc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.fc --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/target/org.polarsys.capella.vp.mass.fc-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.fc --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/target/org.polarsys.capella.vp.mass.fc-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.mass.fc --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/target/org.polarsys.capella.vp.mass.fc-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.fc/1.1.0-SNAPSHOT/org.polarsys.capella.vp.mass.fc-1.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.fc/1.1.0-SNAPSHOT/org.polarsys.capella.vp.mass.fc-1.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/target/org.polarsys.capella.vp.mass.fc-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.fc/1.1.0-SNAPSHOT/org.polarsys.capella.vp.mass.fc-1.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.fc/1.1.0-SNAPSHOT/org.polarsys.capella.vp.mass.fc-1.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.mass.fc/1.1.0-SNAPSHOT/org.polarsys.capella.vp.mass.fc-1.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.mass.viewpoint.site >----- [INFO] Building org.polarsys.capella.basic.mass.viewpoint.site 1.4.2-SNAPSHOT [22/64] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.mass.viewpoint.site --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:publish-products (default-publish-products) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:publish-categories (default-publish-categories) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.1.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.1.0:archive-repository (default-archive-repository) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/org.polarsys.capella.basic.mass.viewpoint.site-1.4.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- tycho-eclipserun-plugin:1.1.0:eclipse-run (create-dropins) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/ (122B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/oxygen [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/oxygen/ (502B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/oxygen/ (502B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/oxygen/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/oxygen/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/oxygen/ (72.42kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/oxygen/ (72.42kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201804111000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201804111000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201804111000/ (863.03kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201804111000/ (863.03kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ (863.37kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ (863.37kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201712201001/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201712201001/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201712201001/ (861.64kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201712201001/ (861.64kB) [INFO] Fetching 201804111000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ [INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (435.62kB) [INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (435.62kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (104.09kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (104.09kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.98kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.98kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (140.57kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (140.57kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.93kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.93kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.64kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.64kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (107.7kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (107.7kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (323.38kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (323.38kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.54kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.54kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.49kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.49kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.04kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.04kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (18.71kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (18.71kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.55kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.55kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (18.68kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (18.68kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.33kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.33kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (32.4kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (32.4kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.62kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.62kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (22.71kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (22.71kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (52.2kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (52.2kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (101.67kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.34kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.34kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.38kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.38kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (45.05kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (45.05kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (33kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (33kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (15.87kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (15.87kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (21.49kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (21.49kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (12.31kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (12.31kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.1.v20180131-1435.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.1.v20180131-1435.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.19kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.3kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.3kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.14kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.14kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.68kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.68kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (17.84kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201804111000/features/ (17.84kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.64kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.64kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/eclipserun-work/configuration, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/repository, -destination, /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass/eclipse] [INFO] [INFO] --- maven-antrun-plugin:1.7:run (package-dropins) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] Executing tasks main: [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass/eclipse/artifacts.jar [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass/eclipse/content.jar [zip] Building zip: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass-dropins-1.4.2.202011031342.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository-plugin:1.1.0:archive-repository (archive-repository) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass-updateSite-1.4.2.202011031342.zip [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass-updateSite-1.4.2.202011031342.zip to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.mass.viewpoint.site/1.4.2-SNAPSHOT/org.polarsys.capella.basic.mass.viewpoint.site-1.4.2-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/pom.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.mass.viewpoint.site/1.4.2-SNAPSHOT/org.polarsys.capella.basic.mass.viewpoint.site-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.mass.viewpoint.site/1.4.2-SNAPSHOT/org.polarsys.capella.basic.mass.viewpoint.site-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.mass.viewpoint.site/1.4.2-SNAPSHOT/org.polarsys.capella.basic.mass.viewpoint.site-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.features >-- [INFO] Building org.polarsys.capella.basic.perfo.viewpoint.features 1.4.2-SNAPSHOT [23/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.basic.perfo.viewpoint.features --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.basic.perfo.viewpoint.features --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.basic.perfo.viewpoint.features --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.basic.perfo.viewpoint.features --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.perfo.viewpoint.features --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.capella.basic.perfo.viewpoint.features --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/pom.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.perfo.viewpoint.features/1.4.2-SNAPSHOT/org.polarsys.capella.basic.perfo.viewpoint.features-1.4.2-SNAPSHOT.pom [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.plugins >--- [INFO] Building org.polarsys.capella.basic.perfo.viewpoint.plugins 1.4.2-SNAPSHOT [24/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.basic.perfo.viewpoint.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.basic.perfo.viewpoint.plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.basic.perfo.viewpoint.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.basic.perfo.viewpoint.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.perfo.viewpoint.plugins --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.capella.basic.perfo.viewpoint.plugins --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/pom.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.perfo.viewpoint.plugins/1.4.2-SNAPSHOT/org.polarsys.capella.basic.perfo.viewpoint.plugins-1.4.2-SNAPSHOT.pom [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.perfo.model >---------- [INFO] Building org.polarsys.capella.vp.perfo.model 1.4.2-SNAPSHOT [25/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.model --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo.model --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/target/org.polarsys.capella.vp.perfo.model-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/target/org.polarsys.capella.vp.perfo.model-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.model --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/target/org.polarsys.capella.vp.perfo.model-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.model-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.model-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/target/org.polarsys.capella.vp.perfo.model-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.model-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.model-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.model-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.vp.perfo >------------- [INFO] Building org.polarsys.capella.vp.perfo 1.4.2-SNAPSHOT [26/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/target/org.polarsys.capella.vp.perfo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/target/org.polarsys.capella.vp.perfo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/target/org.polarsys.capella.vp.perfo-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/target/org.polarsys.capella.vp.perfo-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.perfo.design >---------- [INFO] Building org.polarsys.capella.vp.perfo.design 1.4.2-SNAPSHOT [27/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.design --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.design --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo.design --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.design --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/target/org.polarsys.capella.vp.perfo.design-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.design --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/target/org.polarsys.capella.vp.perfo.design-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.design --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/target/org.polarsys.capella.vp.perfo.design-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.design-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.design-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/target/org.polarsys.capella.vp.perfo.design-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.design-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.design-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.design-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.perfo.af >------------ [INFO] Building org.polarsys.capella.vp.perfo.af 1.4.2-SNAPSHOT [28/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.af --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.af --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo.af --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/target/org.polarsys.capella.vp.perfo.af-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/target/org.polarsys.capella.vp.perfo.af-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.af --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/target/org.polarsys.capella.vp.perfo.af-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.af-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.af-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/target/org.polarsys.capella.vp.perfo.af-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.af-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.af-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.af-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.perfo.af.feature >-------- [INFO] Building org.polarsys.capella.vp.perfo.af.feature 1.4.2-SNAPSHOT [29/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/target/org.polarsys.capella.vp.perfo.af.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/target/org.polarsys.capella.vp.perfo.af.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/target/org.polarsys.capella.vp.perfo.af.feature-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.af.feature-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.af.feature-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/target/org.polarsys.capella.vp.perfo.af.feature-1.4.2-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.af.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.af.feature-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.af.feature-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.perfo.model.edit >-------- [INFO] Building org.polarsys.capella.vp.perfo.model.edit 1.4.2-SNAPSHOT [30/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/target/org.polarsys.capella.vp.perfo.model.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/target/org.polarsys.capella.vp.perfo.model.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/target/org.polarsys.capella.vp.perfo.model.edit-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.model.edit-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.model.edit-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/target/org.polarsys.capella.vp.perfo.model.edit-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.model.edit-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.model.edit-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.model.edit-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.perfo.ui >------------ [INFO] Building org.polarsys.capella.vp.perfo.ui 1.4.2-SNAPSHOT [31/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.ui --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/target/org.polarsys.capella.vp.perfo.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.ui --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/target/org.polarsys.capella.vp.perfo.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.ui --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/target/org.polarsys.capella.vp.perfo.ui-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.ui-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.ui-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/target/org.polarsys.capella.vp.perfo.ui-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.ui-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.ui-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.ui-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.perfo.sbrowser >--------- [INFO] Building org.polarsys.capella.vp.perfo.sbrowser 1.2.0-SNAPSHOT [32/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] The project's OSGi version is 1.2.0.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.sbrowser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo.sbrowser --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.sbrowser:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/.polyglot.build.properties [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.sbrowser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/target/org.polarsys.capella.vp.perfo.sbrowser-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/target/org.polarsys.capella.vp.perfo.sbrowser-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/target/org.polarsys.capella.vp.perfo.sbrowser-1.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.perfo.sbrowser-1.2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.perfo.sbrowser-1.2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/target/org.polarsys.capella.vp.perfo.sbrowser-1.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.perfo.sbrowser-1.2.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.perfo.sbrowser-1.2.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.perfo.sbrowser-1.2.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.perfo.representation.feature >-- [INFO] Building org.polarsys.capella.vp.perfo.representation.feature 1.4.2-SNAPSHOT [33/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/target/org.polarsys.capella.vp.perfo.representation.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/target/org.polarsys.capella.vp.perfo.representation.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/target/org.polarsys.capella.vp.perfo.representation.feature-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.representation.feature-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.representation.feature-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/target/org.polarsys.capella.vp.perfo.representation.feature-1.4.2-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.representation.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.representation.feature-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.representation.feature-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.perfo.rules.analysis >------ [INFO] Building org.polarsys.capella.vp.perfo.rules.analysis 1.4.2-SNAPSHOT [34/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.rules.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.rules.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/target/org.polarsys.capella.vp.perfo.rules.analysis-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.rules.analysis --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/target/org.polarsys.capella.vp.perfo.rules.analysis-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/target/org.polarsys.capella.vp.perfo.rules.analysis-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.analysis-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.analysis-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/target/org.polarsys.capella.vp.perfo.rules.analysis-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.analysis-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.analysis-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.analysis-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.perfo.rules.validation >----- [INFO] Building org.polarsys.capella.vp.perfo.rules.validation 1.4.2-SNAPSHOT [35/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.rules.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.rules.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/target/org.polarsys.capella.vp.perfo.rules.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.rules.validation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/target/org.polarsys.capella.vp.perfo.rules.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/target/org.polarsys.capella.vp.perfo.rules.validation-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.validation-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.validation-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/target/org.polarsys.capella.vp.perfo.rules.validation-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.validation-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.validation-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.validation-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.perfo.rules.transformation >--- [INFO] Building org.polarsys.capella.vp.perfo.rules.transformation 1.4.2-SNAPSHOT [36/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.rules.transformation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.rules.transformation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/target/org.polarsys.capella.vp.perfo.rules.transformation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.rules.transformation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/target/org.polarsys.capella.vp.perfo.rules.transformation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/target/org.polarsys.capella.vp.perfo.rules.transformation-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.transformation-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.transformation-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/target/org.polarsys.capella.vp.perfo.rules.transformation-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.transformation-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.transformation-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.transformation-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.perfo.rules.generation >----- [INFO] Building org.polarsys.capella.vp.perfo.rules.generation 1.4.2-SNAPSHOT [37/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.rules.generation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.rules.generation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/target/org.polarsys.capella.vp.perfo.rules.generation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.rules.generation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/target/org.polarsys.capella.vp.perfo.rules.generation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/target/org.polarsys.capella.vp.perfo.rules.generation-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.generation-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.generation-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/target/org.polarsys.capella.vp.perfo.rules.generation-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.generation-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.generation-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.generation-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.perfo.rules.computation >---- [INFO] Building org.polarsys.capella.vp.perfo.rules.computation 1.4.2-SNAPSHOT [38/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.rules.computation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.rules.computation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/target/org.polarsys.capella.vp.perfo.rules.computation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.rules.computation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/target/org.polarsys.capella.vp.perfo.rules.computation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/target/org.polarsys.capella.vp.perfo.rules.computation-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.computation-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.computation-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/target/org.polarsys.capella.vp.perfo.rules.computation-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.computation-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.computation-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.computation-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.perfo.rules.feature >------ [INFO] Building org.polarsys.capella.vp.perfo.rules.feature 1.4.2-SNAPSHOT [39/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/target/org.polarsys.capella.vp.perfo.rules.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/target/org.polarsys.capella.vp.perfo.rules.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/target/org.polarsys.capella.vp.perfo.rules.feature-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.feature-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.feature-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/target/org.polarsys.capella.vp.perfo.rules.feature-1.4.2-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.feature-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.rules.feature-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.perfo.vpdsl >---------- [INFO] Building org.polarsys.capella.vp.perfo.vpdsl 1.4.2-SNAPSHOT [40/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/target/org.polarsys.capella.vp.perfo.vpdsl-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/target/org.polarsys.capella.vp.perfo.vpdsl-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/target/org.polarsys.capella.vp.perfo.vpdsl-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.vpdsl-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.vpdsl-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/target/org.polarsys.capella.vp.perfo.vpdsl-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.vpdsl-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.vpdsl-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.vpdsl-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.perfo.feature >--------- [INFO] Building org.polarsys.capella.vp.perfo.feature 1.4.2-SNAPSHOT [41/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.perfo.feature --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.perfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/target/org.polarsys.capella.vp.perfo.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/target/org.polarsys.capella.vp.perfo.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.feature --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/target/org.polarsys.capella.vp.perfo.feature-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.feature-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.feature-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/target/org.polarsys.capella.vp.perfo.feature-1.4.2-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.feature-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.perfo.feature-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.perfo.fc >------------ [INFO] Building org.polarsys.capella.vp.perfo.fc 1.1.0-SNAPSHOT [42/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.fc --- [INFO] The project's OSGi version is 1.1.0.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.perfo.fc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.fc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.fc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.fc --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/target/org.polarsys.capella.vp.perfo.fc-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.perfo.fc --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/target/org.polarsys.capella.vp.perfo.fc-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.fc/1.1.0-SNAPSHOT/org.polarsys.capella.vp.perfo.fc-1.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.fc/1.1.0-SNAPSHOT/org.polarsys.capella.vp.perfo.fc-1.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.fc/1.1.0-SNAPSHOT/org.polarsys.capella.vp.perfo.fc-1.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.perfo.fc/1.1.0-SNAPSHOT/org.polarsys.capella.vp.perfo.fc-1.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.site >---- [INFO] Building org.polarsys.capella.basic.perfo.viewpoint.site 1.4.2-SNAPSHOT [43/64] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:publish-products (default-publish-products) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:publish-categories (default-publish-categories) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.1.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.1.0:archive-repository (default-archive-repository) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/org.polarsys.capella.basic.perfo.viewpoint.site-1.4.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- tycho-eclipserun-plugin:1.1.0:eclipse-run (create-dropins) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/eclipserun-work/configuration, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/repository, -destination, /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo/eclipse] [INFO] [INFO] --- maven-antrun-plugin:1.7:run (package-dropins) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] Executing tasks main: [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo/eclipse/artifacts.jar [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo/eclipse/content.jar [zip] Building zip: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo-dropins-1.4.2.202011031342.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository-plugin:1.1.0:archive-repository (archive-repository) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo-updateSite-1.4.2.202011031342.zip [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo-updateSite-1.4.2.202011031342.zip to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.perfo.viewpoint.site/1.4.2-SNAPSHOT/org.polarsys.capella.basic.perfo.viewpoint.site-1.4.2-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/pom.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.perfo.viewpoint.site/1.4.2-SNAPSHOT/org.polarsys.capella.basic.perfo.viewpoint.site-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.perfo.viewpoint.site/1.4.2-SNAPSHOT/org.polarsys.capella.basic.perfo.viewpoint.site-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.perfo.viewpoint.site/1.4.2-SNAPSHOT/org.polarsys.capella.basic.perfo.viewpoint.site-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.price.viewpoint.features >-- [INFO] Building org.polarsys.capella.basic.price.viewpoint.features 1.4.2-SNAPSHOT [44/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.basic.price.viewpoint.features --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.basic.price.viewpoint.features --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.basic.price.viewpoint.features --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.basic.price.viewpoint.features --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.price.viewpoint.features --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.capella.basic.price.viewpoint.features --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/pom.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.price.viewpoint.features/1.4.2-SNAPSHOT/org.polarsys.capella.basic.price.viewpoint.features-1.4.2-SNAPSHOT.pom [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.price.viewpoint.plugins >--- [INFO] Building org.polarsys.capella.basic.price.viewpoint.plugins 1.4.2-SNAPSHOT [45/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.basic.price.viewpoint.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.basic.price.viewpoint.plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.basic.price.viewpoint.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.basic.price.viewpoint.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.price.viewpoint.plugins --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.capella.basic.price.viewpoint.plugins --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/pom.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.price.viewpoint.plugins/1.4.2-SNAPSHOT/org.polarsys.capella.basic.price.viewpoint.plugins-1.4.2-SNAPSHOT.pom [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.price.model >---------- [INFO] Building org.polarsys.capella.vp.price.model 1.4.2-SNAPSHOT [46/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.model --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price.model --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/target/org.polarsys.capella.vp.price.model-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/target/org.polarsys.capella.vp.price.model-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.model --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/target/org.polarsys.capella.vp.price.model-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.model-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.model-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/target/org.polarsys.capella.vp.price.model-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.model-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.model-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.model/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.model-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.vp.price >------------- [INFO] Building org.polarsys.capella.vp.price 1.4.2-SNAPSHOT [47/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/target/org.polarsys.capella.vp.price-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/target/org.polarsys.capella.vp.price-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/target/org.polarsys.capella.vp.price-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/target/org.polarsys.capella.vp.price-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.price.design >---------- [INFO] Building org.polarsys.capella.vp.price.design 1.4.2-SNAPSHOT [48/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.design --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.design --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price.design --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.design --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/target/org.polarsys.capella.vp.price.design-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.design --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/target/org.polarsys.capella.vp.price.design-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.design --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/target/org.polarsys.capella.vp.price.design-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.design-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.design-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/target/org.polarsys.capella.vp.price.design-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.design-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.design-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.design/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.design-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.price.af >------------ [INFO] Building org.polarsys.capella.vp.price.af 1.4.2-SNAPSHOT [49/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.af --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.af --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price.af --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/target/org.polarsys.capella.vp.price.af-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/target/org.polarsys.capella.vp.price.af-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.af --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/target/org.polarsys.capella.vp.price.af-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.af-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.af-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/target/org.polarsys.capella.vp.price.af-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.af-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.af-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.af/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.af-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.price.af.feature >-------- [INFO] Building org.polarsys.capella.vp.price.af.feature 1.4.2-SNAPSHOT [50/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.af.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.price.af.feature --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.af.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.price.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/target/org.polarsys.capella.vp.price.af.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/target/org.polarsys.capella.vp.price.af.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.af.feature --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/target/org.polarsys.capella.vp.price.af.feature-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.af.feature-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.af.feature-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/target/org.polarsys.capella.vp.price.af.feature-1.4.2-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.af.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.af.feature-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.af.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.af.feature-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.price.rules.analysis >------ [INFO] Building org.polarsys.capella.vp.price.rules.analysis 1.4.2-SNAPSHOT [51/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.rules.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.rules.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/target/org.polarsys.capella.vp.price.rules.analysis-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.rules.analysis --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/target/org.polarsys.capella.vp.price.rules.analysis-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/target/org.polarsys.capella.vp.price.rules.analysis-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.analysis-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.analysis-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/target/org.polarsys.capella.vp.price.rules.analysis-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.analysis-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.analysis-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.analysis/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.analysis-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.price.rules.computation >---- [INFO] Building org.polarsys.capella.vp.price.rules.computation 1.4.2-SNAPSHOT [52/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.rules.computation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.rules.computation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/target/org.polarsys.capella.vp.price.rules.computation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.rules.computation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/target/org.polarsys.capella.vp.price.rules.computation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/target/org.polarsys.capella.vp.price.rules.computation-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.computation-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.computation-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/target/org.polarsys.capella.vp.price.rules.computation-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.computation-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.computation-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.computation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.computation-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.price.rules.generation >----- [INFO] Building org.polarsys.capella.vp.price.rules.generation 1.4.2-SNAPSHOT [53/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.rules.generation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.rules.generation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/target/org.polarsys.capella.vp.price.rules.generation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.rules.generation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/target/org.polarsys.capella.vp.price.rules.generation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/target/org.polarsys.capella.vp.price.rules.generation-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.generation-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.generation-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/target/org.polarsys.capella.vp.price.rules.generation-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.generation-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.generation-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.generation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.generation-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.price.rules.transformation >--- [INFO] Building org.polarsys.capella.vp.price.rules.transformation 1.4.2-SNAPSHOT [54/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.rules.transformation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.rules.transformation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/target/org.polarsys.capella.vp.price.rules.transformation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.rules.transformation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/target/org.polarsys.capella.vp.price.rules.transformation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/target/org.polarsys.capella.vp.price.rules.transformation-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.transformation-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.transformation-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/target/org.polarsys.capella.vp.price.rules.transformation-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.transformation-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.transformation-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.transformation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.transformation-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.price.rules.validation >----- [INFO] Building org.polarsys.capella.vp.price.rules.validation 1.4.2-SNAPSHOT [55/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.rules.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.rules.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/target/org.polarsys.capella.vp.price.rules.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.rules.validation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/target/org.polarsys.capella.vp.price.rules.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/target/org.polarsys.capella.vp.price.rules.validation-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.validation-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.validation-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/target/org.polarsys.capella.vp.price.rules.validation-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.validation-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.validation-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.validation/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.validation-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.price.rules.feature >------ [INFO] Building org.polarsys.capella.vp.price.rules.feature 1.4.2-SNAPSHOT [56/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/target/org.polarsys.capella.vp.price.rules.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/target/org.polarsys.capella.vp.price.rules.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/target/org.polarsys.capella.vp.price.rules.feature-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.feature-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.feature-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/target/org.polarsys.capella.vp.price.rules.feature-1.4.2-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.feature-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.rules.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.rules.feature-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.price.model.edit >-------- [INFO] Building org.polarsys.capella.vp.price.model.edit 1.4.2-SNAPSHOT [57/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.model.edit --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.model.edit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price.model.edit --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/target/org.polarsys.capella.vp.price.model.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/target/org.polarsys.capella.vp.price.model.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.model.edit --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/target/org.polarsys.capella.vp.price.model.edit-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.model.edit-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.model.edit-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/target/org.polarsys.capella.vp.price.model.edit-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.model.edit-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.model.edit-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.model.edit/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.model.edit-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.price.sbrowser >--------- [INFO] Building org.polarsys.capella.vp.price.sbrowser 1.2.0-SNAPSHOT [58/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] The project's OSGi version is 1.2.0.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.sbrowser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price.sbrowser --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.polarsys:org.polarsys.capella.vp.price.sbrowser:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/.polyglot.build.properties [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.sbrowser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/target/org.polarsys.capella.vp.price.sbrowser-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/target/org.polarsys.capella.vp.price.sbrowser-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/target/org.polarsys.capella.vp.price.sbrowser-1.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.price.sbrowser-1.2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.price.sbrowser-1.2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/target/org.polarsys.capella.vp.price.sbrowser-1.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.price.sbrowser-1.2.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.price.sbrowser-1.2.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.sbrowser/1.2.0-SNAPSHOT/org.polarsys.capella.vp.price.sbrowser-1.2.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.price.ui >------------ [INFO] Building org.polarsys.capella.vp.price.ui 1.4.2-SNAPSHOT [59/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.ui --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/target/org.polarsys.capella.vp.price.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.ui --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/target/org.polarsys.capella.vp.price.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.ui --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/target/org.polarsys.capella.vp.price.ui-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.ui-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.ui-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/target/org.polarsys.capella.vp.price.ui-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.ui-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.ui-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.ui/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.ui-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.price.representation.feature >-- [INFO] Building org.polarsys.capella.vp.price.representation.feature 1.4.2-SNAPSHOT [60/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/target/org.polarsys.capella.vp.price.representation.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/target/org.polarsys.capella.vp.price.representation.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/target/org.polarsys.capella.vp.price.representation.feature-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.representation.feature-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.representation.feature-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/target/org.polarsys.capella.vp.price.representation.feature-1.4.2-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.representation.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.representation.feature-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.representation.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.representation.feature-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.price.vpdsl >---------- [INFO] Building org.polarsys.capella.vp.price.vpdsl 1.4.2-SNAPSHOT [61/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price.vpdsl --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.polarsys:org.polarsys.capella.vp.price.vpdsl:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/.polyglot.build.properties [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/target/org.polarsys.capella.vp.price.vpdsl-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/target/org.polarsys.capella.vp.price.vpdsl-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/target/org.polarsys.capella.vp.price.vpdsl-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.vpdsl-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.vpdsl-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/target/org.polarsys.capella.vp.price.vpdsl-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.vpdsl-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.vpdsl-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.vpdsl/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.vpdsl-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.price.feature >--------- [INFO] Building org.polarsys.capella.vp.price.feature 1.4.2-SNAPSHOT [62/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.price.feature --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.feature/../../target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.price.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.feature/target/org.polarsys.capella.vp.price.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.feature/target/org.polarsys.capella.vp.price.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.feature --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.feature/target/org.polarsys.capella.vp.price.feature-1.4.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.feature-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.feature-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.feature/target/org.polarsys.capella.vp.price.feature-1.4.2-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.feature-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/features/org.polarsys.capella.vp.price.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.feature/1.4.2-SNAPSHOT/org.polarsys.capella.vp.price.feature-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.price.fc >------------ [INFO] Building org.polarsys.capella.vp.price.fc 1.1.0-SNAPSHOT [63/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.fc --- [INFO] The project's OSGi version is 1.1.0.202011031342 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.price.fc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.fc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.fc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.fc --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/target/org.polarsys.capella.vp.price.fc-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.vp.price.fc --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/target/org.polarsys.capella.vp.price.fc-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.fc/1.1.0-SNAPSHOT/org.polarsys.capella.vp.price.fc-1.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.fc/1.1.0-SNAPSHOT/org.polarsys.capella.vp.price.fc-1.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.fc/1.1.0-SNAPSHOT/org.polarsys.capella.vp.price.fc-1.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.vp.price.fc/1.1.0-SNAPSHOT/org.polarsys.capella.vp.price.fc-1.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.price.viewpoint.site >---- [INFO] Building org.polarsys.capella.basic.price.viewpoint.site 1.4.2-SNAPSHOT [64/64] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] The project's OSGi version is 1.4.2.202011031342 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/../../target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.price.viewpoint.site --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:publish-products (default-publish-products) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:publish-categories (default-publish-categories) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.1.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.1.0:archive-repository (default-archive-repository) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/target/org.polarsys.capella.basic.price.viewpoint.site-1.4.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- tycho-eclipserun-plugin:1.1.0:eclipse-run (create-dropins) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/target/eclipserun-work/configuration, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/target/repository, -destination, /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice/eclipse] [INFO] [INFO] --- maven-antrun-plugin:1.7:run (package-dropins) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] Executing tasks main: [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice/eclipse/artifacts.jar [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice/eclipse/content.jar [zip] Building zip: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice-dropins-1.4.2.202011031342.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository-plugin:1.1.0:archive-repository (archive-repository) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice-updateSite-1.4.2.202011031342.zip [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice-updateSite-1.4.2.202011031342.zip to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.price.viewpoint.site/1.4.2-SNAPSHOT/org.polarsys.capella.basic.price.viewpoint.site-1.4.2-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/pom.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.price.viewpoint.site/1.4.2-SNAPSHOT/org.polarsys.capella.basic.price.viewpoint.site-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.price.viewpoint.site/1.4.2-SNAPSHOT/org.polarsys.capella.basic.price.viewpoint.site-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Basic-vp_v1.4.x/releng/org.polarsys.capella.basic.price.viewpoint.site/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/org.polarsys.capella.basic.price.viewpoint.site/1.4.2-SNAPSHOT/org.polarsys.capella.basic.price.viewpoint.site-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Capella Basic Viewpoints 1.4.2-SNAPSHOT ............ SUCCESS [ 3.461 s] [INFO] org.polarsys.capella.basic.mass.viewpoint.features 1.4.2-SNAPSHOT SUCCESS [ 0.006 s] [INFO] org.polarsys.capella.basic.mass.viewpoint.plugins 1.4.2-SNAPSHOT SUCCESS [ 0.007 s] [INFO] org.polarsys.capella.vp.mass.model 1.4.2-SNAPSHOT .. SUCCESS [ 4.689 s] [INFO] org.polarsys.capella.vp.mass 1.4.2-SNAPSHOT ........ SUCCESS [ 0.480 s] [INFO] org.polarsys.capella.vp.mass.design 1.4.2-SNAPSHOT . SUCCESS [ 0.210 s] [INFO] org.polarsys.capella.vp.mass.af 1.4.2-SNAPSHOT ..... SUCCESS [ 0.070 s] [INFO] org.polarsys.capella.vp.mass.af.feature 1.4.2-SNAPSHOT SUCCESS [ 0.095 s] [INFO] org.polarsys.capella.vp.mass.model.edit 1.4.2-SNAPSHOT SUCCESS [ 0.299 s] [INFO] org.polarsys.capella.vp.mass.sbrowser 1.2.0-SNAPSHOT SUCCESS [ 0.264 s] [INFO] org.polarsys.capella.vp.mass.ui 1.4.2-SNAPSHOT ..... SUCCESS [ 0.229 s] [INFO] org.polarsys.capella.vp.mass.representation.feature 1.4.2-SNAPSHOT SUCCESS [ 0.094 s] [INFO] org.polarsys.capella.vp.mass.rules.analysis 1.4.2-SNAPSHOT SUCCESS [ 0.033 s] [INFO] org.polarsys.capella.vp.mass.rules.transformation 1.4.2-SNAPSHOT SUCCESS [ 0.054 s] [INFO] org.polarsys.capella.vp.mass.rules.validation 1.4.2-SNAPSHOT SUCCESS [ 0.035 s] [INFO] org.polarsys.capella.vp.mass.rules.generation 1.4.2-SNAPSHOT SUCCESS [ 0.063 s] [INFO] org.polarsys.capella.vp.mass.rules.computation 1.4.2-SNAPSHOT SUCCESS [ 0.032 s] [INFO] org.polarsys.capella.vp.mass.rules.feature 1.4.2-SNAPSHOT SUCCESS [ 0.070 s] [INFO] org.polarsys.capella.vp.mass.vpdsl 1.4.2-SNAPSHOT .. SUCCESS [ 0.040 s] [INFO] org.polarsys.capella.vp.mass.feature 1.4.2-SNAPSHOT SUCCESS [ 0.106 s] [INFO] org.polarsys.capella.vp.mass.fc 1.1.0-SNAPSHOT ..... SUCCESS [ 0.040 s] [INFO] org.polarsys.capella.basic.mass.viewpoint.site 1.4.2-SNAPSHOT SUCCESS [ 20.293 s] [INFO] org.polarsys.capella.basic.perfo.viewpoint.features 1.4.2-SNAPSHOT SUCCESS [ 0.005 s] [INFO] org.polarsys.capella.basic.perfo.viewpoint.plugins 1.4.2-SNAPSHOT SUCCESS [ 0.006 s] [INFO] org.polarsys.capella.vp.perfo.model 1.4.2-SNAPSHOT . SUCCESS [ 0.319 s] [INFO] org.polarsys.capella.vp.perfo 1.4.2-SNAPSHOT ....... SUCCESS [ 0.187 s] [INFO] org.polarsys.capella.vp.perfo.design 1.4.2-SNAPSHOT SUCCESS [ 0.202 s] [INFO] org.polarsys.capella.vp.perfo.af 1.4.2-SNAPSHOT .... SUCCESS [ 0.039 s] [INFO] org.polarsys.capella.vp.perfo.af.feature 1.4.2-SNAPSHOT SUCCESS [ 0.067 s] [INFO] org.polarsys.capella.vp.perfo.model.edit 1.4.2-SNAPSHOT SUCCESS [ 0.324 s] [INFO] org.polarsys.capella.vp.perfo.ui 1.4.2-SNAPSHOT .... SUCCESS [ 0.224 s] [INFO] org.polarsys.capella.vp.perfo.sbrowser 1.2.0-SNAPSHOT SUCCESS [ 0.244 s] [INFO] org.polarsys.capella.vp.perfo.representation.feature 1.4.2-SNAPSHOT SUCCESS [ 0.061 s] [INFO] org.polarsys.capella.vp.perfo.rules.analysis 1.4.2-SNAPSHOT SUCCESS [ 0.053 s] [INFO] org.polarsys.capella.vp.perfo.rules.validation 1.4.2-SNAPSHOT SUCCESS [ 0.029 s] [INFO] org.polarsys.capella.vp.perfo.rules.transformation 1.4.2-SNAPSHOT SUCCESS [ 0.045 s] [INFO] org.polarsys.capella.vp.perfo.rules.generation 1.4.2-SNAPSHOT SUCCESS [ 0.035 s] [INFO] org.polarsys.capella.vp.perfo.rules.computation 1.4.2-SNAPSHOT SUCCESS [ 0.029 s] [INFO] org.polarsys.capella.vp.perfo.rules.feature 1.4.2-SNAPSHOT SUCCESS [ 0.063 s] [INFO] org.polarsys.capella.vp.perfo.vpdsl 1.4.2-SNAPSHOT . SUCCESS [ 0.031 s] [INFO] org.polarsys.capella.vp.perfo.feature 1.4.2-SNAPSHOT SUCCESS [ 0.102 s] [INFO] org.polarsys.capella.vp.perfo.fc 1.1.0-SNAPSHOT .... SUCCESS [ 0.021 s] [INFO] org.polarsys.capella.basic.perfo.viewpoint.site 1.4.2-SNAPSHOT SUCCESS [ 4.030 s] [INFO] org.polarsys.capella.basic.price.viewpoint.features 1.4.2-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.basic.price.viewpoint.plugins 1.4.2-SNAPSHOT SUCCESS [ 0.005 s] [INFO] org.polarsys.capella.vp.price.model 1.4.2-SNAPSHOT . SUCCESS [ 0.220 s] [INFO] org.polarsys.capella.vp.price 1.4.2-SNAPSHOT ....... SUCCESS [ 0.196 s] [INFO] org.polarsys.capella.vp.price.design 1.4.2-SNAPSHOT SUCCESS [ 0.187 s] [INFO] org.polarsys.capella.vp.price.af 1.4.2-SNAPSHOT .... SUCCESS [ 0.037 s] [INFO] org.polarsys.capella.vp.price.af.feature 1.4.2-SNAPSHOT SUCCESS [ 0.058 s] [INFO] org.polarsys.capella.vp.price.rules.analysis 1.4.2-SNAPSHOT SUCCESS [ 0.028 s] [INFO] org.polarsys.capella.vp.price.rules.computation 1.4.2-SNAPSHOT SUCCESS [ 0.034 s] [INFO] org.polarsys.capella.vp.price.rules.generation 1.4.2-SNAPSHOT SUCCESS [ 0.042 s] [INFO] org.polarsys.capella.vp.price.rules.transformation 1.4.2-SNAPSHOT SUCCESS [ 0.029 s] [INFO] org.polarsys.capella.vp.price.rules.validation 1.4.2-SNAPSHOT SUCCESS [ 0.035 s] [INFO] org.polarsys.capella.vp.price.rules.feature 1.4.2-SNAPSHOT SUCCESS [ 0.051 s] [INFO] org.polarsys.capella.vp.price.model.edit 1.4.2-SNAPSHOT SUCCESS [ 0.276 s] [INFO] org.polarsys.capella.vp.price.sbrowser 1.2.0-SNAPSHOT SUCCESS [ 0.215 s] [INFO] org.polarsys.capella.vp.price.ui 1.4.2-SNAPSHOT .... SUCCESS [ 0.216 s] [INFO] org.polarsys.capella.vp.price.representation.feature 1.4.2-SNAPSHOT SUCCESS [ 0.083 s] [INFO] org.polarsys.capella.vp.price.vpdsl 1.4.2-SNAPSHOT . SUCCESS [ 0.029 s] [INFO] org.polarsys.capella.vp.price.feature 1.4.2-SNAPSHOT SUCCESS [ 0.095 s] [INFO] org.polarsys.capella.vp.price.fc 1.1.0-SNAPSHOT .... SUCCESS [ 0.021 s] [INFO] org.polarsys.capella.basic.price.viewpoint.site 1.4.2-SNAPSHOT SUCCESS [ 3.749 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:12 min [INFO] Finished at: 2020-11-03T13:44:58Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive artifacts) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-553AyCHZjPvq/agent.908 SSH_AGENT_PID=910 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Basic-vp_v1.4.x@tmp/private_key_7584505327143502028.key (/home/jenkins/agent/workspace/Basic-vp_v1.4.x@tmp/private_key_7584505327143502028.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + echo 'publish mass update site' publish mass update site + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/addons/basicmass/updates/nightly/1.4.x + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basicmass/updates/nightly/1.4.x + scp -r releng/org.polarsys.capella.basic.mass.viewpoint.site/target/repository/artifacts.jar releng/org.polarsys.capella.basic.mass.viewpoint.site/target/repository/artifacts.xml.xz releng/org.polarsys.capella.basic.mass.viewpoint.site/target/repository/content.jar releng/org.polarsys.capella.basic.mass.viewpoint.site/target/repository/content.xml.xz releng/org.polarsys.capella.basic.mass.viewpoint.site/target/repository/features releng/org.polarsys.capella.basic.mass.viewpoint.site/target/repository/p2.index releng/org.polarsys.capella.basic.mass.viewpoint.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basicmass/updates/nightly/1.4.x/ + echo 'publish mass dropins' publish mass dropins + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/addons/basicmass/dropins/nightly/1.4.x + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basicmass/dropins/nightly/1.4.x + scp -r releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass-dropins-1.4.2.202011031342.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basicmass/dropins/nightly/1.4.x/ + echo 'publish perfo update site' publish perfo update site + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/addons/basicperfo/updates/nightly/1.4.x + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basicperfo/updates/nightly/1.4.x + scp -r releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/repository/artifacts.jar releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/repository/artifacts.xml.xz releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/repository/content.jar releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/repository/content.xml.xz releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/repository/features releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/repository/p2.index releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basicperfo/updates/nightly/1.4.x/ + echo 'publish perfo dropins' publish perfo dropins + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/addons/basicperfo/dropins/nightly/1.4.x + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basicperfo/dropins/nightly/1.4.x + scp -r releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo-dropins-1.4.2.202011031342.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basicperfo/dropins/nightly/1.4.x/ + echo 'publish price update site' publish price update site + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/addons/basicprice/updates/nightly/1.4.x + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basicprice/updates/nightly/1.4.x + scp -r releng/org.polarsys.capella.basic.price.viewpoint.site/target/repository/artifacts.jar releng/org.polarsys.capella.basic.price.viewpoint.site/target/repository/artifacts.xml.xz releng/org.polarsys.capella.basic.price.viewpoint.site/target/repository/content.jar releng/org.polarsys.capella.basic.price.viewpoint.site/target/repository/content.xml.xz releng/org.polarsys.capella.basic.price.viewpoint.site/target/repository/features releng/org.polarsys.capella.basic.price.viewpoint.site/target/repository/p2.index releng/org.polarsys.capella.basic.price.viewpoint.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basicprice/updates/nightly/1.4.x/ + echo 'publish price dropins' publish price dropins + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/addons/basicprice/dropins/nightly/1.4.x + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basicprice/dropins/nightly/1.4.x + scp -r releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice-dropins-1.4.2.202011031342.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basicprice/dropins/nightly/1.4.x/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 910 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS