Branch indexing Connecting to https://api.github.com using eclipse-capella-bot/****** (GitHub bot) Obtained Jenkinsfile from 03d78d360dde895df412cb6b2f13580f69ebaef7 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library capella-pipeline-library@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.26.2' > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master revision fb47edea7919c28c58bf8824e70aebcf18017f09 Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-pipeline-library > git init /var/jenkins/workspace/capella-product_master-m2@libs/capella-pipeline-library # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library > git --version # timeout=10 > git --version # 'git version 2.26.2' > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fb47edea7919c28c58bf8824e70aebcf18017f09 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fb47edea7919c28c58bf8824e70aebcf18017f09 # timeout=10 Commit message: "capella-textual-editor name of directory renamed to textualeditor" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos-7-zvx90’ Agent centos-7-74nkg 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-74nkg" 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-74nkg" - 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-74nkg" - 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-74nkg in /home/jenkins/agent/workspace/capella-product_master-m2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Honoring refspec on initial clone Cloning repository https://github.com/eclipse/capella.git > git init /home/jenkins/agent/workspace/capella-product_master-m2 # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials GitHub bot > git fetch --no-tags --progress --depth=1 https://github.com/eclipse/capella.git +refs/heads/master-m2:refs/remotes/origin/master-m2 # timeout=10 Avoid second fetch Checking out Revision 03d78d360dde895df412cb6b2f13580f69ebaef7 (master-m2) > git config remote.origin.url https://github.com/eclipse/capella.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master-m2:refs/remotes/origin/master-m2 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03d78d360dde895df412cb6b2f13580f69ebaef7 # timeout=13 Commit message: "[564979] Component.ownedComponentRealizations should not be semantic" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [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] { (Generate Target Platform) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + env JENKINS_UI_PORT_80_TCP_ADDR=172.30.40.204 JENKINS_DISCOVERY_PORT_50000_TCP=tcp://172.30.40.215:50000 JENKINS_AGENT_WORKDIR=/home/jenkins/agent JENKINS_NODE_COOKIE=5b1a590d-dffb-483a-be31-12d7b00f0e55 BUILD_URL=https://ci.eclipse.org/capella/job/capella-product/job/master-m2/1/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-74nkg JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true KUBERNETES_PORT=tcp://172.30.40.1:443 TERM=xterm HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6 KUBERNETES_PORT_443_TCP_PORT=443 STAGE_NAME=Generate Target Platform BUILD_TAG=jenkins-capella-product-master-m2-1 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=master-m2 KUBERNETES_PORT_53_TCP=tcp://172.30.40.1:53 OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle KUBERNETES_SERVICE_HOST=172.30.40.1 JOB_URL=https://ci.eclipse.org/capella/job/capella-product/job/master-m2/ WORKSPACE=/home/jenkins/agent/workspace/capella-product_master-m2 RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/master-m2/1/display/redirect?page=changes JENKINS_UI_PORT_80_TCP_PROTO=tcp KUBERNETES_PORT_53_UDP=udp://172.30.40.1:53 KUBERNETES_PORT_53_TCP_PORT=53 KUBERNETES_SERVICE_PORT_DNS=53 JENKINS_NAME=centos-7-74nkg USER_NAME=jenkins RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/master-m2/1/display/redirect?page=artifacts KUBERNETES_PORT_53_TCP_ADDR=172.30.40.1 JENKINS_HOME=/var/jenkins GIT_COMMIT=03d78d360dde895df412cb6b2f13580f69ebaef7 PATH=/opt/tools/java/oracle/jdk-8/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/opt/tools/apache-maven/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin KUBERNETES_PORT_53_UDP_ADDR=172.30.40.1 MAVEN_HOME=/opt/tools/apache-maven/latest RUN_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/master-m2/1/display/redirect JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp _=/usr/bin/env JENKINS_UI_PORT_80_TCP_PORT=80 PWD=/home/jenkins/agent/workspace/capella-product_master-m2 JENKINS_DISCOVERY_SERVICE_HOST=172.30.40.215 JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest JENKINS_UI_PORT=tcp://172.30.40.204:80 HUDSON_URL=https://ci.eclipse.org/capella/ LANG=en_US.UTF-8 KUBERNETES_PORT_53_UDP_PORT=53 JOB_NAME=capella-product/master-m2 GITLAB_OBJECT_KIND=none BUILD_DISPLAY_NAME=#1 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=1 JENKINS_DISCOVERY_PORT=tcp://172.30.40.215:50000 JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 JOB_BASE_NAME=master-m2 RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/master-m2/1/display/redirect?page=tests BUILD_KEY=master-m2 JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=172.30.40.215 JENKINS_SECRET=******** M2_HOME=/opt/tools/apache-maven/latest SHLVL=2 HOME=/home/jenkins KUBERNETES_PORT_53_UDP_PROTO=udp GIT_BRANCH=master-m2 KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-9b45b29c8a205e0121946320a6c3367f NODE_LABELS=centos-7 centos-7-74nkg jipp-migration migration GIT_URL=https://github.com/eclipse/capella.git CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/capella library.capella-pipeline-library.version=master HUDSON_HOME=/var/jenkins JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 NODE_NAME=centos-7-74nkg JENKINS_UI_PORT_80_TCP=tcp://172.30.40.204:80 JENKINS_UI_SERVICE_HOST=172.30.40.204 JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/master-m2/display/redirect BUILD_NUMBER=1 HUDSON_COOKIE=620ff452-72c8-41ae-9ffe-541d0b4f8722 KUBERNETES_PORT_53_TCP_PROTO=tcp DISPLAY=:0 KUBERNETES_PORT_443_TCP_ADDR=172.30.40.1 KUBERNETES_SERVICE_PORT_DNS_TCP=53 KUBERNETES_PORT_443_TCP=tcp://172.30.40.1:443 JENKINS_AGENT_NAME=centos-7-74nkg JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/plugins/org.polarsys.capella.targets/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] Scanning for projects... [INFO] [INFO] -------< org.polarsys.capella.releng:capella.target-definition >-------- [INFO] Building capella.target-definition 1.4.0-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ capella.target-definition --- [INFO] [INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (generate.target) @ capella.target-definition --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201709271000/ [INFO] Adding repository http://download.eclipse.org/releases/oxygen/201709271000 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201709271000/ [INFO] Adding repository http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest [INFO] Fetching content.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/ (4.87kB) [INFO] Fetching 201709271000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (592.33kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (137.12kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.6kB) [INFO] Fetching fr.obeo.releng.targetplatform_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (388.35kB) [INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (763.75kB) [INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.9kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (368.51kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.91kB) [INFO] Fetching org.eclipse.emf.ecore.xcore_1.5.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (288.75kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.1.100.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.66kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (99.04kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (130.65kB) [INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.0.v20170419-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (124.22kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (129.49kB) [INFO] Fetching org.eclipse.osgi_3.12.1.v20170821-1548.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (436.42kB) [INFO] Fetching fr.obeo.releng.targetplatform.ui_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (224.18kB) [INFO] Fetching fr.obeo.releng.targetplatform-feature_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/features/ (13.24kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (500.78kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (199.22kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (972.73kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.13kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (357.53kB) [INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (117.62kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.14kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (314.64kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.86kB) [INFO] Fetching org.eclipse.pde.core_3.11.100.v20170517-0724.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.26MB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.58MB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.68kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (81.59kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.29kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.64kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.09kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.98kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (140.62kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.93kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.7kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (323.38kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.08kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.01kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.jface.text_3.12.0.v20170523-1043.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (318.65kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (229.15kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.68kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.79kB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.71MB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (43.34kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.16kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.74kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.14kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (91.18kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.68kB) [INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (46.01kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (123.34kB) [INFO] Fetching org.eclipse.debug.ui_3.12.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (992.55kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (82.03kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.73kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.17kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.68kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.swt_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (355.4kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.85kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.98kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.3kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (94.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.39kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.53kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.54kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.49kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.04kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.71kB) [INFO] Fetching org.eclipse.ecf.source_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.64kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.24kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.01kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.55kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.68kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/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/201709271000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (76.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.4kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.01kB) [INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (301.21kB) [INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.6kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (949.16kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (428.2kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/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/201709271000/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.99kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.24kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (22.71kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.97kB) [INFO] Fetching org.eclipse.jdt.core_3.13.0.v20170516-1929.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (5.99MB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (451.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.2.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.23kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.48kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (88.62kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.05kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (869.55kB) [INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,013.66kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.43kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/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/201709271000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.600.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.22kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.32kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/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/201709271000/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/201709271000/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/201709271000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/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/201709271000/plugins/ (33kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.87kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/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/201709271000/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/201709271000/plugins/ (12.31kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.34kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.26kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/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/201709271000/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/201709271000/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/201709271000/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (77.77kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (17.77kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.14kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.0.500.v20160419-0100.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.21kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/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/201709271000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.04kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.82kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.07kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.3kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.77kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (138.7kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.2kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.25kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (240.44kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.2kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.5kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.79kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (176.09kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (95.47kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (59.53kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.04kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.73kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.82kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.1.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (295.29kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.78kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.89kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.02kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (297.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.85kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.83kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.2.0.v20170110-1705.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.01kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.2kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.13kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.66kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (147.33kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.63kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (38.93kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.19kB) [INFO] Fetching org.eclipse.equinox.p2.sdk_3.10.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.71kB) [INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (96.68kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.0.v20161219-2145.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98.55kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.0.v20170510-1451.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (912.15kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.1.v20170826-0709.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.6MB) [INFO] Fetching org.eclipse.jdt.ui_3.13.1.v20170822-1011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (3.98MB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (218.87kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (517.17kB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (127.48kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (179.49kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (134.81kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.86kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.89kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.42kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.07kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.36kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.84kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.37kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.47kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.93kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.75kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (190.91kB) [INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (258.65kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (514.68kB) [INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (158.48kB) [INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.16kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.23kB) [INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (531.72kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (67.04kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (92.88kB) [INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (144.1kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (365.3kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (210.36kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.67kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (165.1kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (206.53kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.49kB) [INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (62.08kB) [INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (21.18kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.11kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.35kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,005.58kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.65kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.93kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.1kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.58kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.49kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.56kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (387.14kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (20.89kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (281.71kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/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/capella-product_master-m2/releng/plugins/org.polarsys.capella.targets/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/capella-product_master-m2/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/configuration, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, full/capella.target-definition.targetplatform] Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/targets/modules/gmf-runtime-1.13.tpd Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/targets/modules/gmf-runtime-1.13.tpd Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/targets/modules/gmf-runtime-1.13.tpd Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/targets/modules/gmf-runtime-1.13.tpd >> Fetching p2.index from http://download.eclipse.org/releases/2019-06/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/releases/2019-06/ >> Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (492B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (492B) >> Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ >> Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ >> Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ >> Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ >> Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/ >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/ >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/ >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/ >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.1.IT5-1/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.1.IT5-1/ >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.1.IT5-1/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.1.IT5-1/ >> Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ >> Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/ (15.81kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/ (15.81kB) >> Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ >> Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ >> Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ >> Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB) Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/targets/modules/gmf-runtime-1.13.tpd >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ The target platform definition file has been successfully generated. /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:26 min [INFO] Finished at: 2020-10-09T08:16:53Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build and Package) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Djacoco.skip=true -DjavaDocPhase=none -Pfull -Psign clean package -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] Scanning for projects... /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties Oct 09, 2020 8:16:55 AM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Bundle-Localization. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ [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/ [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ [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/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ [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 p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/ [INFO] Adding repository https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06 [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/ [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/ [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1 [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/ [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.1.IT5-1/ [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.1.IT5-1 [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.1.IT5-1/ [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ [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/ [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 p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ [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/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ [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/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [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 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 p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ Oct 09, 2020 8:17:14 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 09, 2020 8:17:14 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [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] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.feature/pom.xml Oct 09, 2020 8:17:20 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 09, 2020 8:17:20 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [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.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.osgi_3.14.0.v20190517-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (454.46kB) [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.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.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.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.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.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.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.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.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.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.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.63kB) [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.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.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.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.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.66kB) [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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (215.67kB) [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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (352.21kB) [INFO] Fetching org.eclipse.sirius.common_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (85.89kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (33.1kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (14.23kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (9.97kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (7.43kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (93.41kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (18.11kB) [INFO] Fetching org.eclipse.sirius.diagram_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (353.72kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (23.97kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (2.9MB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (39.19kB) [INFO] Fetching org.eclipse.sirius.ui_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (378.99kB) [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.sirius.ext.draw2d_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (13.49kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (7.94kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (10.55kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (7.02kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (7.46kB) [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.table_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (97.09kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (26.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (33.81kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (51.86kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (19.97kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (23.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (17.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (21.8kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.report_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (15.68kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (22.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (75.74kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (269.03kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (15.52kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (18.6kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (12.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (21.94kB) [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] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.feature/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (262.51kB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.2kB) [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (687.76kB) [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (923.82kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (3.42MB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (257.93kB) [INFO] Fetching org.eclipse.sirius.table.ui_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (163.04kB) [INFO] Fetching org.eclipse.sirius.tree.ui_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (72.7kB) Oct 09, 2020 8:18:04 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Oct 09, 2020 8:18:04 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.61kB) [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.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.ecore_2.18.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (416.42kB) Oct 09, 2020 8:18:06 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 09, 2020 8:18:06 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (117.44kB) [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.help.base_4.2.600.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (175.2kB) [INFO] Fetching org.eclipse.help.ui_4.1.500.v20190519-2119.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (204.91kB) [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.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.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.pde.runtime_3.6.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (114.3kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (169.33kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (7.33kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (43.35kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (15.24kB) [INFO] Fetching org.eclipse.sirius.tree_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (72.68kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.69kB) [INFO] Fetching org.eclipse.urischeme_1.0.300.v20190514-0858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.42kB) [INFO] Fetching org.eclipse.ui.intro_3.5.600.v20190329-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (142.02kB) [INFO] Fetching org.polarsys.kitalpha.massactions_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (28.4kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (17.86kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (54.06kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (14.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (21.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (59.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (6.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (33.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (74.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (14.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (77.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (9.66kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (70.93kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (32.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (272.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (14.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (14.78kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (18.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (29.61kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (32.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (18.93kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (99.28kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (456.49kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (8.93kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (22.6kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.massactions.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.massactions.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.massactions.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ef:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ef:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ef:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.wizards:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.wizards:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.wizards:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.id.handler:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.id.handler:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.id.handler:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.libraries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.libraries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.linkedtext.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.linkedtext.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.linkedtext.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.menu.dynamic:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.menu.dynamic:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.menu.dynamic:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.model:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.model:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.model:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.model.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.model.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.model.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.customization:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.customization:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.customization:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.ted:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.ted:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.ted:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.queries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.queries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.queries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.file:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.file:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.file:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.transition:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.transition:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.transition:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.core:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.core:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.core:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.menu.dynamic:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.menu.dynamic:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.menu.dynamic:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.services:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.services:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.services:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit.browser:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit.browser:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit.browser:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.shared.id.handler:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.shared.id.handler:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.shared.id.handler:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.advance.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.advance.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.05kB) [INFO] Fetching javaewah_1.1.6.v20160919-1400.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.94kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.41kB) [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.73MB) [INFO] Fetching org.apache.commons.compress_1.18.0.v20181121-2221.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (610.43kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (314.74kB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.49MB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.47MB) [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (433.33kB) [INFO] Fetching org.apache.sshd.osgi_2.2.0.v20190425-2127.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (442.99kB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.96kB) [INFO] Fetching org.apache.sshd.sftp_2.2.0.v20190425-2127.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.77kB) [INFO] Fetching org.bouncycastle.bcpg_1.61.0.v20190602-1335.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.01kB) [INFO] Fetching org.bouncycastle.bcprov_1.61.0.v20190602-1335.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.32MB) [INFO] Fetching org.bouncycastle.bcpkix_1.61.0.v20190602-1335.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (819.58kB) [INFO] Fetching org.eclipse.egit.core_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (156.73kB) [INFO] Fetching org.eclipse.jgit_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.62MB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (149.06kB) [INFO] Fetching org.eclipse.jsch.core_1.3.500.v20190413-1338.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.73kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.33kB) [INFO] Fetching org.eclipse.egit.ui_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.egit_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.56kB) [INFO] Fetching org.eclipse.egit.doc_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.45MB) [INFO] Fetching org.eclipse.egit_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.egit.mylyn.ui_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.74kB) [INFO] Fetching org.eclipse.egit.mylyn_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.89kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (310.46kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.03kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81.5kB) [INFO] Fetching org.eclipse.egit.core.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (297.92kB) [INFO] Fetching org.eclipse.egit.ui.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.77MB) [INFO] Fetching org.eclipse.egit.mylyn.ui.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.09kB) [INFO] Fetching org.eclipse.egit.gitflow.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.69kB) [INFO] Fetching org.eclipse.egit.gitflow.ui.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.98kB) [INFO] Fetching org.eclipse.egit.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (9.68kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (7.43kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (2.6MB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (24.88kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (25.41kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (25.08kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (6.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (5.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (24.88kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (8.84kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (6.66kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (24.89kB) Oct 09, 2020 8:18:32 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Oct 09, 2020 8:18:32 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.93kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.26kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.93kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (286.98kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.300.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.27kB) [INFO] Fetching org.eclipse.jgit.archive_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.24kB) [INFO] Fetching org.slf4j.impl.log4j12_1.7.2.v20131105-2200.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.49kB) [INFO] Fetching com.jcraft.jzlib_1.1.1.v201205102305.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.05kB) [INFO] Fetching org.eclipse.jgit_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (14.65kB) [INFO] Fetching org.eclipse.jgit.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.46MB) [INFO] Fetching org.eclipse.jgit.ant.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.03kB) [INFO] Fetching org.eclipse.jgit.archive.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (28.25kB) [INFO] Fetching org.eclipse.jgit.http.apache.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.42kB) [INFO] Fetching org.eclipse.jgit.http.server.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (89.47kB) [INFO] Fetching org.eclipse.jgit.junit.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.13kB) [INFO] Fetching org.eclipse.jgit.junit.http.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.99kB) [INFO] Fetching org.eclipse.jgit.junit.ssh.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.44kB) [INFO] Fetching org.eclipse.jgit.lfs.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.04kB) [INFO] Fetching org.eclipse.jgit.lfs.server.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.79kB) [INFO] Fetching org.eclipse.jgit.pgm.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (214.5kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (119.97kB) [INFO] Fetching org.eclipse.jgit.ui.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.84kB) [INFO] Fetching org.eclipse.jgit.source_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (14.59kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (14.46kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (87.57kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.6kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (201.34kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.32kB) [INFO] Fetching org.eclipse.mylyn.commons_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.91kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.16kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.85kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.44kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.45kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.03kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.81kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.94kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.67kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.38kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.93kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.46kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.86kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.25kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.28kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.95kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.91kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.18kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.89kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.88kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.22kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.25kB) [INFO] Fetching org.eclipse.ui.browser_3.6.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.33kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.92kB) [INFO] Fetching org.eclipse.mylyn_feature_3.24.2.v20180905-0003.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.55kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (111.31kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.29kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.500.v20190315-1216.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.74MB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (43.75kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (8.02kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (8.05kB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.16MB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (53.31kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (26.05kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (5.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (18.5kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (65.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (9.84kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (43.72kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (191.6kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (4.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (12.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (66.44kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (31.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (13.12kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.advance.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.common.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.common.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.common.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.common.ui.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.common.ui.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.common.ui.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.compare.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.compare.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.compare.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.dashboard.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.dashboard.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.dashboard.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (1.42MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (1.37MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/features/ (17.24kB) Oct 09, 2020 8:18:45 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 09, 2020 8:18:45 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.polarsys.kitalpha.richtext.widget_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (51.31kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (17.63kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (26.42kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (37.8kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (20.1kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.87kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.git.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.git.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.git.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.libraries.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.migration.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.migration.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.migration.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.properties.richtext.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.properties.richtext.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.properties.richtext.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.properties.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.properties.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.properties.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transfo.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transfo.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transfo.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.quickfix.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.quickfix.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.quickfix.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.transfo.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.transfo.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.transfo.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.wizards.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.wizards.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.wizards.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.mylyn.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.mylyn.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.mylyn.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.resources:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.resources:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.resources:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.af.integration:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.af.integration.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.application:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.application:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.application:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.compare:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.compare:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.compare:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.business.queries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.business.queries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.business.queries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.common.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.common.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.core.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.core.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.editor:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.editor:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.editor/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.editor:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.editor/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.la.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.wizards:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.wizards:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.wizards:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.la.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.menu.contributions:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.menu.contributions:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.menu.contributions:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.modeller.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.modeller.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.modeller.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.requirement.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.requirement.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.requirement.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.res.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.edit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.res.editor:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.editor:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.editor/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.editor:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.editor/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.selection.queries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.selection.queries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.selection.queries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.diagram.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.diagram.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.diagram.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.flexibility.wizards:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.flexibility.wizards:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.flexibility.wizards:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.libraries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.libraries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.libraries.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.linkedtext.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.linkedtext.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.linkedtext.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.menu.dynamic:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.menu.dynamic:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.menu.dynamic:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.detachement:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.detachement:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.detachement:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.handler:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.handler:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.handler:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.links.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.links.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.links.helpers:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.obfuscator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.obfuscator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.obfuscator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.preferences:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.preferences:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.preferences:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.semantic:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.semantic:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.semantic:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.skeleton:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.skeleton:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.skeleton:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.adapter:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.adapter:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.adapter:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.preferences:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.preferences:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.preferences:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.preferences.project.configuration:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.preferences.project.configuration:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.preferences.project.configuration:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.common:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.common.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.exchanges:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.exchanges:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.exchanges:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.scenario:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.scenario:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.scenario:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.project:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.project:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.project:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui.quickfix:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.services:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.services:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.services:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.sirius.analysis:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.analysis:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.analysis:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.sirius.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.tiger:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.tiger:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.tiger:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.fastlinker:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.fastlinker:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.fastlinker:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.metric:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.metric:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.metric:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.descriptions:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.descriptions:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.descriptions:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.richtext:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.richtext:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.richtext:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.reportlog:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.reportlog:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.reportlog:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.resources:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.resources:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.resources:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.search:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.search:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.search:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.toolkit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.toolkit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.toolkit:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation.commandline:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.commandline:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation.commandline:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui.ide:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui.ide:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui.ide:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.ui.views:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.ui.views:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.ui.views:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.migration:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.migration:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.migration:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.doc.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.doc.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.doc.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.commandline.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.commandline.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.commandline.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.diffmerge.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.diffmerge.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.diffmerge.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.preferences.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.preferences.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.preferences.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.properties.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.properties.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.properties.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.re.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.re.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.re.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transitions.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transitions.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transitions.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.ui.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.ui.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.ui.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.developer.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.developer.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.developer.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.intro:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.intro:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.intro:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.diagrams.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.diagrams.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.diagrams.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.glossary.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.glossary.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.glossary.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.validation.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.validation.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.validation.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viewpoint.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viewpoint.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viewpoint.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.th.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.th.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.th.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.tipsandtricks.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.tipsandtricks.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.tipsandtricks.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.git.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.git.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.git.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viatra.core.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/features/org.polarsys.capella.viatra.core.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/features/org.polarsys.capella.viatra.core.feature/pom.xml [INFO] Fetching org.eclipse.collections_9.2.0.v20180518-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.61MB) [INFO] Fetching org.eclipse.viatra.query.runtime_2.2.0.201906120939.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (62.13kB) [INFO] Fetching org.eclipse.viatra.query.runtime.base_2.2.0.201906120939.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.72kB) [INFO] Fetching org.eclipse.viatra.query.runtime.matchers_2.2.0.201906120939.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (103.5kB) [INFO] Fetching org.eclipse.viatra.query.runtime.base.itc_2.2.0.201906120939.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.5kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.18.0.v20190528-0016.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (155.67kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/features/org.polarsys.capella.viatra.core.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viatra.common.data.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.data.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.data.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viatra.common.re.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.re.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.re.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viatra.core.data.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.data.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.data.gen:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.detachment.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/features/org.polarsys.capella.detachment.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/features/org.polarsys.capella.detachment.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.detachment.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/features/org.polarsys.capella.detachment.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.detachment.propertyvalue:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.propertyvalue:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.detachment.propertyvalue:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.detachment.version.precondition:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.version.precondition:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.detachment.version.precondition:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.mdsofa.common:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/legacy/plugins/org.polarsys.capella.common.mdsofa.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.mdsofa.common:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/legacy/plugins/org.polarsys.capella.common.mdsofa.common/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.mdsofa.common:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/legacy/plugins/org.polarsys.capella.common.mdsofa.common/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.cdo.mock.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cdo.mock.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.cdo.mock.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.emde.model.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.emde.model.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.emde.model.cdo:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.rcp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.rcp.feature/pom.xml [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.07kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.08kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.2kB) [INFO] Fetching com.sun.jna_4.5.1.v20180403-1933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.28MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20180403-1933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (325.05kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.32kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.73kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.47kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.83kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190213-1430.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (329.71kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.91kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.36kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.32MB) [INFO] Fetching org.apiguardian_1.0.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.36kB) [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.query_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (146.77kB) [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.query.doc_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.27MB) [INFO] Fetching org.eclipse.acceleo.query.ide_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.35kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.9kB) [INFO] Fetching org.eclipse.acceleo.annotations.source_6.0.8.201902261618.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.acceleo.query.source_6.0.8.201902261618.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (321.28kB) [INFO] Fetching org.eclipse.acceleo.query.ide.source_6.0.8.201902261618.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.79kB) [INFO] Fetching org.eclipse.acceleo.query.doc.source_6.0.8.201902261618.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.3MB) [INFO] Fetching org.eclipse.acceleo.query.source_6.0.8.201902261618.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (15.83kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (56.93kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.8.201902261618.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (24kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.8.201902261618.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (118.05kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.8.201902261618.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (17.34kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/features/ (32.58kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.11.0.201910071427 from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/binary/ (8.65kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui.source_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (160.05kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.source_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/features/ (12.89kB) [INFO] Fetching org.eclipse.ant.launching_1.2.500.v20190510-0606.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (101.16kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.300.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.49kB) [INFO] Fetching org.eclipse.ant.ui_3.7.500.v20190518-1030.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (489.43kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.300.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.99kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.300.v20190528-0604.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.65MB) [INFO] Fetching org.eclipse.jdt.junit_3.11.400.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (235.53kB) [INFO] Fetching org.eclipse.compare.win32_1.2.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.46kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.88kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.27kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.51kB) [INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (524.47kB) [INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.38kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.81kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (102.05kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.25kB) [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.34kB) [INFO] Fetching org.eclipse.equinox.console_1.3.300.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.21kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.85kB) [INFO] Fetching org.eclipse.e4.rcp_1.6.500.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.77kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.1.400.v20181215-2145.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (49.9kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.14.600.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.15kB) [INFO] Fetching org.eclipse.e4.core.commands.source_0.12.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.34kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.12.500.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.54kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.400.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (386.73kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.3.500.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.29kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.14.700.v20190517-1525.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (139.61kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.10.0.v20190529-1505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (164.49kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.12.700.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (204.48kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.13.500.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (192.46kB) [INFO] Fetching org.apache.batik.css.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (324.09kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.28kB) [INFO] Fetching org.apache.batik.util.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (131.28kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (89.14kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (20.29kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (41.89kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.39kB) [INFO] Fetching javax.annotation.source_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.66kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.7.200.v20190506-1457.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.5kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.100.v20190518-1217.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.06kB) [INFO] Fetching org.apache.batik.i18n.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.83kB) [INFO] Fetching org.apache.batik.constants.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.35kB) [INFO] Fetching org.apache.xmlgraphics.source_2.3.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (677.28kB) [INFO] Fetching org.apache.commons.io.source_2.6.0.v20190123-2029.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (293.37kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.15.300.v20190213-1308.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.12.300.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.13kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.2.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.23kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.400.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.41kB) [INFO] Fetching org.eclipse.equinox.common.source_3.10.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (130.21kB) [INFO] Fetching org.apache.felix.scr.source_2.1.14.v20190123-1619.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (272.59kB) [INFO] Fetching org.eclipse.equinox.event.source_1.5.100.v20190528-1257.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (28.29kB) [INFO] Fetching org.eclipse.core.commands.source_3.9.400.v20190516-1358.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (150.91kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.7.300.v20190215-2048.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.29kB) [INFO] Fetching org.eclipse.core.databinding.source_1.7.400.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (137.88kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.5.0.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.93kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.7.0.v20190515-0910.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (202.89kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.7.0.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (92.06kB) [INFO] Fetching org.eclipse.core.expressions.source_3.6.400.v20190518-1240.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (87.94kB) [INFO] Fetching org.eclipse.core.jobs.source_3.10.400.v20190506-1457.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.49kB) [INFO] Fetching org.eclipse.core.runtime.source_3.15.300.v20190508-0543.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.78kB) [INFO] Fetching org.eclipse.equinox.app.source_1.4.200.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.75kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.5.400.v20190515-0925.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.83kB) [INFO] Fetching com.ibm.icu.source_64.2.0.v20190507-1337.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.36MB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.7.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (111.95kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.8.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (176.52kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.3.200.v20181101-1115.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.18kB) [INFO] Fetching org.eclipse.osgi.source_3.14.0.v20190517-1309.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.1.500.v20190516-1407.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (142.4kB) [INFO] Fetching org.eclipse.osgi.services.source_3.8.0.v20190206-2147.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (244.89kB) [INFO] Fetching org.eclipse.osgi.util.source_3.5.200.v20190115-2323.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.54kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.111.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.equinox.util.source_1.1.200.v20181008-1820.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.18kB) [INFO] Fetching org.eclipse.jface.source_3.16.0.v20190528-0922.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,001.77kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.9.0.v20190519-0933.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (221.84kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.100.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.74kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.0.2.v20170914-1324.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.37kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (105kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.29kB) [INFO] Fetching org.eclipse.equinox.console.source_1.3.300.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.69kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.3.500.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.04kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.2.0.v20190514-1046.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.58kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.1.500.v20190513-0736.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.73kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (169.68kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.300.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.32kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.400.v20190518-1217.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.43kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.15.300.v20190506-1457.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.85kB) [INFO] Fetching org.eclipse.e4.rcp.source_1.6.500.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.77kB) [INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.13kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.11kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.300.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.23kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.3.v20190423-0625.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.7kB) [INFO] Fetching org.eclipse.ecf.source_3.9.3.v20190423-0625.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (103.18kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.1.v20181107-1749.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.36kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.3.v20190423-0625.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.99kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.200.v20190502-0212.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.93kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.66kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.200.v20190502-0212.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.66kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.200.v20190502-0212.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.04kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.34kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.08kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (26.78kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.35kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.400.v20180306-0429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.5.v20190423-0614.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.09kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.6kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.0.v20190502-2116.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.29kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (26.74kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.0.v20190530-1947.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.59kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.0.v20190502-2116.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.09kB) [INFO] Fetching org.apache.commons.codec.source_1.10.0.v20180409-1845.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (320.94kB) [INFO] Fetching com.sun.jna.source_4.5.1.v20180403-1933.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (163.19kB) [INFO] Fetching com.sun.jna.platform.source_4.5.1.v20180403-1933.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (912.62kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.6.v20190213-1430.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (962.57kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.6.v20190213-1947.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.88kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.10.v20190123-2214.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (430.7kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.0.v20190530-1947.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.37kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (22.69kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20190418-1022.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.34kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.34kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (118.98kB) [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.41kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.18.0.v20190323-1031.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.08kB) [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20190418-1022.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.42kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (56.81kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.14kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.18.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (536.89kB) [INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20190418-1022.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.42kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.18.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.35kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.18.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.09kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.18.0.v20190323-1031.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (72.74kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.18.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.36kB) [INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.16.0.v20190418-0907.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (203.29kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.16.0.v20190418-0907.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.3kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.49kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.11.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.8kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.11.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.common.source_2.16.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (218.73kB) [INFO] Fetching org.eclipse.emf.common.source_2.16.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.29kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.01kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.58kB) [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.27kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.84kB) [INFO] Fetching org.eclipse.emf.converter_2.15.0.v20190418-1022.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.18kB) [INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.88kB) [INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.33kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.12kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.79kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20190418-1022.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.81kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.75kB) [INFO] Fetching org.eclipse.emf.converter.source_2.15.0.v20190418-1022.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.71kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.6.0.v20190323-1031.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.07kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.14kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.33kB) [INFO] Fetching org.eclipse.emf.diffmerge.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (195.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (294.57kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (25.84kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (104.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (20.41kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (18.41kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (16.18kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (20.27kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (24.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (20.41kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (18.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (18.99kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (20.31kB) Oct 09, 2020 8:19:49 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Oct 09, 2020 8:19:49 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.emf.doc_2.15.0.v20190321-1516.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.95MB) [INFO] Fetching org.eclipse.emf.doc_2.17.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.87kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.12.0.v20190226-1307.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (78.83kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.83kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.73kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.12kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (819.46kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (90.78kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (151.55kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.edit.source_2.15.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (209.96kB) [INFO] Fetching org.eclipse.emf.edit.source_2.15.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.16.0.v20181104-0733.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (157.17kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.17.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.example.installer_1.8.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (188.35kB) [INFO] Fetching org.eclipse.emf_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.21kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (67.44kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.31kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.81kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.49kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.79kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.02kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.14kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.4kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.75kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (39.96kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.46kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.78kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.39kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.23kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.46kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (113.72kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.18kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.31kB) [INFO] Fetching org.eclipse.emf.sdk_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.39kB) [INFO] Fetching org.eclipse.emf.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.39kB) [INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (153.08kB) [INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.7kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.22kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.4kB) [INFO] Fetching org.eclipse.emf.validation_1.12.1.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.67kB) [INFO] Fetching org.eclipse.emf.validation.source_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (324.23kB) [INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.07kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.07kB) [INFO] Fetching org.eclipse.emf.validation.source_1.12.1.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.29kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.emf.workspace_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.65kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.87kB) [INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.01kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.24kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.62kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.37kB) [INFO] Fetching org.eclipse.jetty.http_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (211.63kB) [INFO] Fetching org.eclipse.jetty.server_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (666.13kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (127.95kB) [INFO] Fetching org.eclipse.jetty.util_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (548.93kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.49kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.66kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.7kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.71kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.23kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.33kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.63kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.3.100.v20190330-1646.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.22kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.1.100.v20180822-1258.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.02kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.6.0.v20190215-2242.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.83kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.4.300.v20190215-2242.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (67.28kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.6.300.v20190318-1320.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (139.3kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.1.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.16kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.4.400.v20190409-0548.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (247.59kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.3.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.93kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.4.400.v20190318-1320.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (121.36kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.2.300.v20190215-2242.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (95.43kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.3.200.v20180921-1019.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.92kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.1.200.v20181123-1405.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.74kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.1.300.v20190318-1320.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.91kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.1.100.v20180822-1258.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.39kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.200.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (102.23kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.1.200.v20180921-1009.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.2.100.v20180822-1354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.21kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.5.400.v20190408-2008.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.51kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.100.v20180827-1235.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.57kB) [INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (149.53kB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.1.300.v20190514-1046.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.58kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.200.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.46kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.46kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.44kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.61kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.12kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.1.200.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.29kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.2.200.v20190204-0752.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.82kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.3.0.v20181023-0914.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.32kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.5.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.76kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.3.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.38kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.2.200.v20181102-0649.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (178.85kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.3.200.v20190329-1624.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (149.25kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.35kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.89kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.500.v20190220-1158.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (297.17kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.4.200.v20181102-0649.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.87kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.2.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.47kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.2.300.v20190514-1046.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.56kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.1.200.v20181214-0802.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.98kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.15kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (62.49kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.89kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.92kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.1.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (70.81kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.2.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.18kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.56kB) [INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (828.05kB) [INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.32kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.83kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (24.75kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.09kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.83kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (18.33kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29.03kB) [INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (13.16kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (752.78kB) [INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/features/ (22.23kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/features/ (21.64kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (320.36kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (134.67kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/features/ (21.62kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/features/ (22.02kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (421.68kB) [INFO] Fetching org.apache.batik.bridge.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (610.86kB) [INFO] Fetching org.apache.batik.dom.source_1.6.1.v201505192100.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (131.81kB) [INFO] Fetching org.apache.batik.ext.awt.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (524.88kB) [INFO] Fetching org.apache.batik.transcoder.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (93.17kB) [INFO] Fetching org.apache.batik.svggen.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (251.68kB) [INFO] Fetching org.apache.batik.util.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (111.06kB) [INFO] Fetching org.apache.batik.css.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (287.09kB) [INFO] Fetching org.apache.batik.util.gui.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (127.65kB) [INFO] Fetching org.apache.batik.parser.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (77.07kB) [INFO] Fetching org.apache.batik.xml.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (33.56kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/features/ (21.89kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (100.91kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (177.27kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (71.74kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (34.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (91.2kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (77.1kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (80.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.82kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (61.68kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (110.63kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (842.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (131.47kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (16.1kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (70.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (82.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (81.66kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (85.77kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (48.35kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (231.92kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (44.94kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (166.06kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (96.48kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (27.52kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.63kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (183.25kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (16.28kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (74.61kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (49.68kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.21kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (21.22kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (13.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (12.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (58.58kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (60.66kB) [INFO] Fetching org.eclipse.gmf.source_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/features/ (22.13kB) [INFO] Fetching org.eclipse.help.webapp_3.9.500.v20190517-1202.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (284.28kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.io_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (167.49kB) [INFO] Fetching org.eclipse.jetty.security_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (124.9kB) [INFO] Fetching org.eclipse.help_2.2.600.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.51kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.45kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (113.6kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (129.82kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.04kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (315.38kB) [INFO] Fetching org.apache.lucene.analyzers-common.source_8.0.0.v20190404-1858.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.63MB) [INFO] Fetching org.apache.lucene.core.source_8.0.0.v20190404-1858.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.16MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.0.0.v20190404-1858.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (3.45MB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.7.100.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.54kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.700.v20190214-1948.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.52kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.6.100.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (140.77kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.200.v20190214-1948.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.26kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.200.v20190214-1948.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.05kB) [INFO] Fetching org.eclipse.help.base.source_4.2.600.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (306.43kB) [INFO] Fetching org.eclipse.help.ui.source_4.1.500.v20190519-2119.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (220.64kB) [INFO] Fetching org.eclipse.help.webapp.source_3.9.500.v20190517-1202.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (198.44kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33kB) [INFO] Fetching org.eclipse.jetty.http.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (130.76kB) [INFO] Fetching org.eclipse.jetty.io.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.45kB) [INFO] Fetching org.eclipse.jetty.security.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.97kB) [INFO] Fetching org.eclipse.jetty.server.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (415.4kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81.74kB) [INFO] Fetching org.eclipse.jetty.util.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (368.03kB) [INFO] Fetching org.eclipse.core.net.source_1.3.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (62.2kB) [INFO] Fetching org.eclipse.help.source_2.2.600.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.79kB) [INFO] Fetching org.eclipse.jdt_3.18.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.11kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.52kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.7kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.400.v20190328-1431.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (127.99kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.07kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (144.85kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.600.v20190402-0634.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.93kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.65kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.400.v20190605-0405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.99MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.300.v20190604-0816.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.93MB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.300.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.61kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.44kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.2kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.500.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.74kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (283.72kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.18kB) [INFO] Fetching org.junit.jupiter.api_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.95kB) [INFO] Fetching org.junit.jupiter.engine_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.91kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.23kB) [INFO] Fetching org.junit.jupiter.params_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (168.65kB) [INFO] Fetching org.junit.platform.commons_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.52kB) [INFO] Fetching org.junit.platform.engine_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.62kB) [INFO] Fetching org.junit.platform.launcher_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.03kB) [INFO] Fetching org.junit.platform.runner_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.81kB) [INFO] Fetching org.junit.platform.suite.api_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.65kB) [INFO] Fetching org.junit.vintage.engine_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.85kB) [INFO] Fetching org.opentest4j_1.1.1.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.4kB) [INFO] Fetching org.eclipse.jdt_3.18.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.66kB) [INFO] Fetching org.eclipse.ant.ui.source_3.7.500.v20190518-1030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (619.32kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.400.v20190328-1431.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (357.65kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.200.v20180921-1416.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.14kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.300.v20181206-1038.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.9kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.600.v20190402-0634.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (134.03kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.600.v20190322-0450.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.67kB) [INFO] Fetching org.eclipse.jdt.core.source_3.18.0.v20190522-0428.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (5.03MB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.1.400.v20180921-1416.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.05kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.300.v20190328-1431.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.89kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.11.200.v20190520-0718.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (608.45kB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.10.300.v20190528-0604.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (837.04kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.13.0.v20190521-1707.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (834.42kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.11.400.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (197.75kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.300.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (114.3kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.4.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.67kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.38kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.500.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.9kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.14.0.v20190508-0531.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (343.98kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.18.0.v20190601-2139.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (5.46MB) [INFO] Fetching org.junit.source_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.43kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.3kB) [INFO] Fetching org.junit.jupiter.api.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (168.88kB) [INFO] Fetching org.junit.jupiter.engine.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (132kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (39.16kB) [INFO] Fetching org.junit.jupiter.params.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (78.3kB) [INFO] Fetching org.junit.platform.commons.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81kB) [INFO] Fetching org.junit.platform.engine.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (129.36kB) [INFO] Fetching org.junit.platform.launcher.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81.38kB) [INFO] Fetching org.junit.platform.runner.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.28kB) [INFO] Fetching org.junit.platform.suite.api.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.94kB) [INFO] Fetching org.junit.vintage.engine.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (56.09kB) [INFO] Fetching org.opentest4j.source_1.1.1.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.28kB) [INFO] Fetching org.apiguardian.source_1.0.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.06kB) [INFO] Fetching org.eclipse.ant.launching.source_1.2.500.v20190510-0606.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (131.03kB) [INFO] Fetching org.eclipse.jdt.source_3.18.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.300.v20190417-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.49kB) [INFO] Fetching org.eclipse.pde.api.tools_1.1.800.v20190517-1501.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (917.76kB) [INFO] Fetching org.objectweb.asm_7.1.0.v20190412-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.92kB) [INFO] Fetching org.objectweb.asm.tree_7.1.0.v20190412-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.78kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.300.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.64kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.700.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (157.02kB) [INFO] Fetching org.eclipse.pde.ui_3.11.0.v20190520-2013.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.ui.trace_1.1.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.33kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.400.v20190605-0405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (6.61MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.1.400.v20190514-1319.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.29kB) [INFO] Fetching org.eclipse.pde.ds.core_1.1.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.07kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.1.600.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (80.08kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.300.v20190417-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.91kB) [INFO] Fetching org.eclipse.pde_3.13.600.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.82kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.400.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.88kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.6.600.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (376.84kB) [INFO] Fetching org.eclipse.pde.launching_3.7.600.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.25kB) [INFO] Fetching org.eclipse.pde.ua.core_1.1.300.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.07kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.1.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (145.07kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.0.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.78kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.0.300.v20190430-1515.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.74kB) [INFO] Fetching org.eclipse.pde_3.14.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.4kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.400.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.46kB) [INFO] Fetching org.eclipse.pde.build.source_3.10.400.v20190320-1020.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (319.73kB) [INFO] Fetching org.eclipse.pde.core.source_3.13.0.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (975.74kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.400.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.36kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.6.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.17kB) [INFO] Fetching org.eclipse.pde.ui.source_3.11.0.v20190520-2013.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.01MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.6.600.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.31kB) [INFO] Fetching org.objectweb.asm.source_7.1.0.v20190412-2143.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (180.72kB) [INFO] Fetching org.objectweb.asm.tree.source_7.1.0.v20190412-2143.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.73kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.1.800.v20190517-1501.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (648.26kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.300.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.56kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.1.700.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (247.47kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.1.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.9kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.1.600.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.87kB) [INFO] Fetching org.eclipse.pde.launching.source_3.7.600.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (92.94kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.1.300.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.87kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.1.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (272.53kB) [INFO] Fetching org.eclipse.ui.trace.source_1.1.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.32kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.1.400.v20190514-1319.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.37kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.0.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.28kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.300.v20190417-0900.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.98kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.300.v20190417-0900.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.57kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.0.300.v20190430-1515.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.09kB) [INFO] Fetching org.eclipse.pde.source_3.14.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.84kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.600.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.9kB) [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (419.96kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.12.0.v20190605-0405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.82MB) [INFO] Fetching org.eclipse.platform.doc.user_4.12.0.v20190604-0816.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.98MB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.9kB) [INFO] Fetching org.eclipse.ui.net_1.3.400.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.34kB) [INFO] Fetching org.eclipse.ui.win32_3.4.200.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.38kB) [INFO] Fetching org.eclipse.ui.themes_1.2.600.v20190513-0458.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.45kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.79kB) [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.39kB) [INFO] Fetching org.eclipse.platform_root_4.12.0.v20190605-1801 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (196B) [INFO] Fetching org.apache.ant.source_1.10.5.v20190526-1402.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.35MB) [INFO] Fetching org.eclipse.ant.core.source_3.5.400.v20190510-0606.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.85kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (294.21kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (62.55kB) [INFO] Fetching org.eclipse.compare.source_3.7.600.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (422.83kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.06kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.6.600.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (87.91kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.7.400.v20190518-1151.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (90.47kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.300.v20181126-0635.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.49kB) [INFO] Fetching org.eclipse.core.resources.source_3.13.400.v20190505-1655.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (794.88kB) [INFO] Fetching org.eclipse.debug.core.source_3.13.300.v20190514-0832.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (396.21kB) [INFO] Fetching org.eclipse.debug.ui.source_3.14.100.v20190518-2143.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.68MB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.10.100.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (295.73kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.9.400.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (251.72kB) [INFO] Fetching org.eclipse.platform.source_4.12.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.82kB) [INFO] Fetching org.eclipse.search.source_3.11.600.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (298.54kB) [INFO] Fetching org.eclipse.team.core.source_3.8.600.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (372.36kB) [INFO] Fetching org.eclipse.team.ui.source_3.8.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (769.91kB) [INFO] Fetching org.eclipse.text.source_3.8.200.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (274.89kB) [INFO] Fetching org.eclipse.jface.text.source_3.15.200.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (807.05kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.500.v20190413-1338.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.75kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.3.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.87kB) [INFO] Fetching org.eclipse.ui.console.source_3.8.500.v20190514-0743.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (124.73kB) [INFO] Fetching org.eclipse.ui.intro.source_3.5.600.v20190329-1257.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.95kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.3.500.v20190315-1216.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.57kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.5.400.v20190218-1039.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (246.91kB) [INFO] Fetching org.eclipse.ui.browser.source_3.6.400.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (95.71kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.1.400.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (80.69kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.1.400.v20190517-1612.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.09kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.8.0.v20190519-2104.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (314.23kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.6.500.v20190519-2104.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.46kB) [INFO] Fetching org.eclipse.ui.net.source_1.3.400.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.51kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.12.0.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (420.43kB) [INFO] Fetching org.eclipse.ui.views.source_3.9.400.v20190517-1612.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.94kB) [INFO] Fetching org.eclipse.ui.editors.source_3.11.500.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (315.79kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.4.300.v20190510-0549.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.85kB) [INFO] Fetching org.eclipse.ui.ide.source_3.15.200.v20190519-2104.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.3.300.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.25kB) [INFO] Fetching org.eclipse.ui.win32.source_3.4.200.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.62kB) [INFO] Fetching org.eclipse.core.variables.source_3.4.500.v20190510-0549.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.79kB) [INFO] Fetching org.eclipse.ui.forms.source_3.8.0.v20190519-1034.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.04kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.8.500.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.3kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.1.300.v20190510-0549.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.95kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.600.v20190513-0458.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.38kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.0.300.v20180821-0700.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.25kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.0.300.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.17kB) [INFO] Fetching org.eclipse.urischeme.source_1.0.300.v20190514-0858.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.07kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.600.v20190519-1034.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.07kB) [INFO] Fetching org.eclipse.platform.source_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.01kB) [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.44kB) [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.11kB) [INFO] Fetching org.eclipse.rcp_root_4.12.0.v20190605-1801 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (25.66kB) [INFO] Fetching org.eclipse.help.source_3.8.400.v20190423-0921.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (180.06kB) [INFO] Fetching org.eclipse.ui.source_3.113.0.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (145.71kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.115.0.v20190521-1602.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.55MB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.300.v20190518-1030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.31kB) [INFO] Fetching org.eclipse.rcp.source_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.17kB) [INFO] Fetching org.eclipse.sdk_4.12.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (204.71kB) [INFO] Fetching org.eclipse.sdk_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.04kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (18.08kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (13.17kB) [INFO] Fetching org.eclipse.sirius.aql_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (19.02kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (19.89kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (12.04kB) [INFO] Fetching org.eclipse.sirius.aql.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (18.65kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (12.42kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (8.3kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (7.15kB) [INFO] Fetching org.eclipse.sirius.doc_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (10.9MB) Oct 09, 2020 8:21:06 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 09, 2020 8:21:06 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.sirius.doc.feature_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (19.04kB) [INFO] Fetching org.eclipse.sirius.doc.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (11.13MB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (18.67kB) [INFO] Fetching org.eclipse.sirius.ext.e3_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (6.84kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (10.07kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (6.78kB) [INFO] Fetching org.eclipse.sirius.ext.ide_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (10.85kB) [INFO] Fetching org.eclipse.sirius.interpreter_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (17.67kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (18.94kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (15.07kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (8.96kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (18.57kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (19.01kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (18.65kB) [INFO] Fetching org.eclipse.sirius.runtime_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (19.24kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (19.13kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (21.06kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (18.75kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (6.8kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (6.78kB) [INFO] Fetching org.eclipse.sirius.ui.editor_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (40.67kB) [INFO] Fetching org.eclipse.sirius.ui.ext_6.3.2.202006260831.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (11.92kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (19.4kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (153.66kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (8.01kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (504.32kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (135.13kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (246.41kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (2.21MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (8.05kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (397.23kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (8.19kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (158.47kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (8.22kB) [INFO] Fetching org.eclipse.sirius.ui.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (859.19kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (52.46kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (8.04kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (8.91kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (8.34kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (21.63kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (28.2kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (11.95kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (80.39kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (11.89kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (18.81kB) [INFO] Fetching org.eclipse.sirius.common.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (196.37kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (80.76kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (29.32kB) [INFO] Fetching org.eclipse.sirius.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (1.24MB) [INFO] Fetching org.eclipse.sirius.diagram.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (1.16MB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (52.65kB) [INFO] Fetching org.eclipse.sirius.table.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (306.81kB) [INFO] Fetching org.eclipse.sirius.tree.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (218.18kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (25.63kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (6.69kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (13.85kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (11.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (8.58kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (6.69kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/plugins/ (16.36kB) [INFO] Fetching org.eclipse.sirius.runtime.source_6.3.2.202006260831.jar from https://download.eclipse.org/sirius/updates/releases/6.3.2/2019-06/features/ (18.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (4.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (67.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_1.0.0.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.1.IT5-1/plugins/ (844.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.1.IT5-1/features/ (901B) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (4.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (2.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (12.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (6.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (4.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (15.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (38.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (3.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (73.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (41.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (23.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (8.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (948B) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (5.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (844B) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (9.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (4.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (36.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (12.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (7.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (66.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (13.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (20.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (9.72kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (72.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (30.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (21.55kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (23.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (16.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (108.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.79kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (13.34kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (29.01kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (10.83kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (9.96kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.8kB) [INFO] Fetching org.polarsys.kitalpha.common.ui.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (8.14kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (5.45kB) [INFO] Fetching org.polarsys.kitalpha.common.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.doc_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.1.IT5-1/plugins/ (506.94kB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.1.IT5-1/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.1.IT5-1/plugins/ (411.63kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.1.IT5-1/features/ (12.76kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (33.74kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (20.45kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (15.49kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (21.16kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.81kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (9.52kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (19.06kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (92.09kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (456.36kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (14.4kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (40.99kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (16.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (8.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (7.72kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (20.33kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (20.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (9.71kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (13.12kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (14.13kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (6.57kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (5.87kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (5.6kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (7.21kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (9.97kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (5.6kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.87kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (8.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (6.65kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (13.07kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (15.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (4.32kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (24.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.81kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (21.9kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (10.56kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.88kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (6.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (11.79kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (6.34kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (9.78kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (5.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.85kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (13.05kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.8kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (10.29kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (13.1kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (22.48kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (7.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (7.38kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.87kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.8kB) [INFO] Fetching org.polarsys.kitalpha.report.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (6.94kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (19.53kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (10.33kB) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (56.37kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.82kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (24.43kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (13.29kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (5.87kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.87kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (4.45kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (11.61kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (22.57kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.84kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (17.07kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (1.39MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (12.81kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (18.69kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (23.85kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (12.34kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (12.95kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.8kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (38.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (11.95kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (21.33kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (10.32kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (10.29kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (145.93kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (59.38kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (15.09kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (8.83kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (15.18kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (19.83kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (8.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (21.21kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (19.34kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/features/ (3.84kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.43kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.12kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.98kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.111.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.0.500.v20181106-0908.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.200.v20181106-0957.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.62kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.300.v20181130-0925.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.51kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.95kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.42kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.15kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.300.v20190517-1326.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.88kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.111.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.63MB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.51kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.100.v20180827-1235.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.38kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.300.v20190510-0639.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.13kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.300.v20190510-0639.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.2kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.300.v20190510-0639.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.64kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.300.v20190510-0639.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (28.19kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.200.v20190509-1900.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.62kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.2.200.v20190509-1900.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.89kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.rcp.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp.product:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp.product:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] Fetching org.eclipse.equinox.executable_3.8.400.v20190515-0925.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (232.04kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.400.v20190515-0925 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (141.17kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.400.v20190515-0925 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (25.82kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.400.v20190515-0925 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (11.05kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp.product:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp.site:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp.site:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp.site:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.egf.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.core.egf.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.egf.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.core.egf.feature/pom.xml [INFO] Fetching org.eclipse.egf.common_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.58kB) [INFO] Fetching org.eclipse.egf.core_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.72kB) [INFO] Fetching org.eclipse.egf.core.platform_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.16kB) [INFO] Fetching org.eclipse.egf.core.producer_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.72kB) [INFO] Fetching org.eclipse.egf.domain_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19kB) [INFO] Fetching org.eclipse.egf.model_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (388.14kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.63kB) [INFO] Fetching org.eclipse.egf.model.ftask_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.4kB) [INFO] Fetching org.eclipse.egf.pattern_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (140.96kB) [INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.71kB) [INFO] Fetching org.eclipse.egf.model.fprod_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (36.52kB) [INFO] Fetching org.eclipse.egf.emf.pattern_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.egf.pattern.jet_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.03kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.48kB) [INFO] Fetching org.eclipse.egf.model.edit_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (403.21kB) [INFO] Fetching org.eclipse.egf.producer_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.37kB) [INFO] Fetching org.eclipse.egf.model.jetpattern_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.29kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.15kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201805030653.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (141.72kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.44kB) [INFO] Fetching org.eclipse.egf.task_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.09kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf_1.4.1.202006261040.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.1.IT5-1/plugins/ (385.14kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.egf.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.core.egf.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.extension.migration.egf:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.extension.migration.egf/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.extension.migration.egf:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.extension.migration.egf/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.extension.migration.egf:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.extension.migration.egf/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tig.egf:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.tig.egf/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tig.egf:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.tig.egf/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tig.egf:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.tig.egf/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.egf:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.egf/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.egf:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.egf/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.egf:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.egf/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.postgeneration.egf:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.postgeneration.egf/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.postgeneration.egf:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.postgeneration.egf/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.postgeneration.egf:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.postgeneration.egf/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.releng:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.releng/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.releng:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.releng/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.releng:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.releng/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.egf.site:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.egf.site:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.egf.site:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/features/org.polarsys.capella.test.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/features/org.polarsys.capella.test.feature/pom.xml [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/ Oct 09, 2020 8:21:48 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 09, 2020 8:21:48 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.jsoup_1.7.2.v201411291515.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (87.52kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/features/org.polarsys.capella.test.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.massactions.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.massactions.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.massactions.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.business.queries.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.business.queries.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.business.queries.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.common.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.common.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.common.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.filters.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.filters.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.filters.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.layout.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.layout.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.layout.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.misc.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.misc.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.misc.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.tools.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.tools.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.tools.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.explorer.activity.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.explorer.activity.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.explorer.activity.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.fastlinker.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.fastlinker.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.fastlinker.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.framework:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.framework:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.framework:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.library.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.library.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.library.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.model.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.model.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.model.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.navigator.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.navigator.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.navigator.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.migration.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.migration.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.migration.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.commandline.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.commandline.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.commandline.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.platform.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.platform.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.platform.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.progressmonitoring.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.progressmonitoring.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.progressmonitoring.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.projection.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.projection.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.projection.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.re.updateconnections.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.re.updateconnections.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.re.updateconnections.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.recrpl.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.recrpl.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.recrpl.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.semantic.queries.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.semantic.queries.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.semantic.queries.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suite.inui.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.inui.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.inui.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.inui.ju/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suite.inui.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.inui.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.local.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.local.ju/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.local.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suites.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suites.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suites.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.transition.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.transition.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.transition.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.validation.rules.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.validation.rules.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.validation.rules.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.richtext.ju:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.richtext.ju:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.richtext.ju:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.doc.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.doc.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.doc.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.benchmarks.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.benchmarks.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.benchmarks.ju:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.fragmentation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.fragmentation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.fragmentation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.odesign:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.odesign:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.odesign:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.table:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.table:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.table:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.run:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.run:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.run:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.site:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.site:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.site:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella [pom] [INFO] org.polarsys.capella.samples [pom] [INFO] org.polarsys.capella.common.mdsofa.common [eclipse-plugin] [INFO] org.polarsys.capella.common.plugins [pom] [INFO] org.polarsys.capella.common [eclipse-plugin] [INFO] org.polarsys.capella.common.ef [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.sirius.ted [eclipse-plugin] [INFO] org.polarsys.capella.common.helpers [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report [eclipse-plugin] [INFO] org.polarsys.capella.common.model [eclipse-plugin] [INFO] org.polarsys.capella.common.model.helpers [eclipse-plugin] [INFO] org.polarsys.capella.common.data.core.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.data.behavior.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.data.activity.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.data.core.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.data.behavior.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.data.activity.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.data.helpers [eclipse-plugin] [INFO] org.polarsys.capella.shared.id.handler [eclipse-plugin] [INFO] org.polarsys.capella.common.queries [eclipse-plugin] [INFO] org.polarsys.capella.common.menu.dynamic [eclipse-plugin] [INFO] org.polarsys.capella.common.re.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.re.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.id.handler [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries [eclipse-plugin] [INFO] org.polarsys.capella.common.flexibility.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.plugins [pom] [INFO] org.polarsys.capella.core.data.gen [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.core.model.handler [eclipse-plugin] [INFO] org.polarsys.capella.core.preferences [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.usage [eclipse-plugin] [INFO] org.polarsys.capella.common.transition [eclipse-plugin] [INFO] org.polarsys.capella.common.re [eclipse-plugin] [INFO] org.polarsys.capella.common.feature [eclipse-feature] [INFO] org.polarsys.capella.doc.plugins [pom] [INFO] org.polarsys.capella.commandline.doc [eclipse-plugin] [INFO] org.polarsys.capella.common.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.data.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.model.preferences [eclipse-plugin] [INFO] org.polarsys.capella.core.model.helpers [eclipse-plugin] [INFO] org.polarsys.capella.common.flexibility.wizards [eclipse-plugin] [INFO] org.polarsys.capella.common.linkedtext.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.console [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.console [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.sirius.customization [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.common.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.services [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.toolkit [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.toolkit.browser [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.resources [eclipse-plugin] [INFO] org.polarsys.capella.core.libraries [eclipse-plugin] [INFO] org.polarsys.capella.core.data.business.queries [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.resources [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.toolkit [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.edit.decorators [eclipse-plugin] [INFO] org.polarsys.capella.core.diagram.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.clipboard [eclipse-plugin] [INFO] org.polarsys.capella.common.re.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.file [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.reportlogview [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.usage.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.af.integration [eclipse-plugin] [INFO] org.polarsys.capella.core.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.linkedtext.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.eclipse.ui.trace [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.menu [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.actions [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.properties [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.menu.dynamic [eclipse-plugin] [INFO] org.polarsys.capella.core.application [eclipse-plugin] [INFO] org.polarsys.capella.core.commandline.core [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.perspective [eclipse-plugin] [INFO] org.polarsys.capella.core.commandline.core.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.data.core.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.common.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.interaction.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.model.skeleton [eclipse-plugin] [INFO] org.polarsys.capella.core.services [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.adapter [eclipse-plugin] [INFO] org.polarsys.capella.core.sirius.analysis [eclipse-plugin] [INFO] org.polarsys.capella.core.sirius.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.preferences.project.configuration [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.project [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.navigator [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.semantic.browser [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions.core [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions.doc [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions.feature [eclipse-feature] [INFO] org.polarsys.capella.common.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.core.features [pom] [INFO] org.polarsys.capella.core.model.semantic [eclipse-plugin] [INFO] org.polarsys.capella.core.semantic.queries [eclipse-plugin] [INFO] org.polarsys.capella.core.common.feature [eclipse-feature] [INFO] org.polarsys.capella.core.af.integration.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.data.res.edit [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.editor [eclipse-plugin] [INFO] org.polarsys.capella.core.data.res.editor [eclipse-plugin] [INFO] org.polarsys.capella.core.common.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.information.communication.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.fa.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.cs.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.ctx.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.epbs.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.datatype.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.datavalue.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.modeller.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.oa.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.deployment.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.requirement.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.sharedmodel.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.properties.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.common.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.core.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system.topdown [eclipse-plugin] [INFO] org.polarsys.capella.core.data.cs.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.ctx.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.epbs.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.fa.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.communication.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.datatype.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.interaction.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.menu.dynamic [eclipse-plugin] [INFO] org.polarsys.capella.core.data.menu.contributions [eclipse-plugin] [INFO] org.polarsys.capella.core.data.oa.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.deployment.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.selection.queries [eclipse-plugin] [INFO] org.polarsys.capella.core.model.obfuscator [eclipse-plugin] [INFO] org.polarsys.capella.core.validation.ui.ide [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.sirius.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.services [eclipse-plugin] [INFO] org.polarsys.capella.core.re.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.metric [eclipse-plugin] [INFO] org.polarsys.capella.ui.views [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.reportlog [eclipse-plugin] [INFO] org.polarsys.capella.core.validation.commandline [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.intro [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.core.validation.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.validation.feature [eclipse-feature] [INFO] org.polarsys.capella.core.ui.semantic.browser.sirius [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.semantic.browser.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.common.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.libraries.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.data.core.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.tiger [eclipse-plugin] [INFO] org.polarsys.capella.core.data.cs.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.ctx.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.epbs.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.fa.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.interaction.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.re [eclipse-plugin] [INFO] org.polarsys.capella.core.re.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.re.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.quickfix.feature [eclipse-feature] [INFO] org.polarsys.capella.core.projection.common [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.exchanges [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.interfaces [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.scenario [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.diagram [eclipse-plugin] [INFO] org.polarsys.capella.core.transfo.feature [eclipse-feature] [INFO] org.polarsys.capella.core.flexibility.wizards [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system.topdown.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.explorer.activity.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.dashboard.feature [eclipse-feature] [INFO] org.polarsys.capella.core.transition.common.feature [eclipse-feature] [INFO] org.polarsys.capella.core.transition.system.topdown.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.fa.ui.wizards [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.ui.wizards [eclipse-plugin] [INFO] org.polarsys.capella.core.model.links.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.fastlinker [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.search [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.wizards.feature [eclipse-feature] [INFO] org.polarsys.capella.core.re.updateconnections.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.re.project [eclipse-plugin] [INFO] org.polarsys.capella.core.re.feature [eclipse-feature] [INFO] org.polarsys.capella.core.libraries.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.migration [eclipse-plugin] [INFO] org.polarsys.capella.core.migration.feature [eclipse-feature] [INFO] org.polarsys.capella.core.compare [eclipse-plugin] [INFO] org.polarsys.capella.core.compare.feature [eclipse-feature] [INFO] org.polarsys.capella.detachment.propertyvalue [eclipse-plugin] [INFO] org.polarsys.capella.detachment.version.precondition [eclipse-plugin] [INFO] org.polarsys.capella.detachment.feature [eclipse-feature] [INFO] org.polarsys.capella.core.re.updateconnections.doc [eclipse-plugin] [INFO] org.polarsys.capella.developer.doc [eclipse-plugin] [INFO] org.polarsys.capella.diagrams.doc [eclipse-plugin] [INFO] org.polarsys.capella.diffmerge.doc [eclipse-plugin] [INFO] org.polarsys.capella.doc [eclipse-plugin] [INFO] org.polarsys.capella.viewpoint.doc [eclipse-plugin] [INFO] org.polarsys.capella.preferences.doc [eclipse-plugin] [INFO] org.polarsys.capella.properties.doc [eclipse-plugin] [INFO] org.polarsys.capella.re.doc [eclipse-plugin] [INFO] org.polarsys.capella.transitions.doc [eclipse-plugin] [INFO] org.polarsys.capella.ui.doc [eclipse-plugin] [INFO] org.polarsys.capella.glossary.doc [eclipse-plugin] [INFO] org.polarsys.capella.validation.doc [eclipse-plugin] [INFO] org.polarsys.capella.th.doc [eclipse-plugin] [INFO] org.polarsys.capella.tipsandtricks.doc [eclipse-plugin] [INFO] org.polarsys.capella.git.doc [eclipse-plugin] [INFO] org.polarsys.capella.doc.feature [eclipse-feature] [INFO] org.polarsys.capella.core.projection.common.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.diagram.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.transfo.feature [eclipse-feature] [INFO] org.polarsys.capella.core.git.feature [eclipse-feature] [INFO] org.polarsys.capella.core.mylyn.feature [eclipse-feature] [INFO] org.polarsys.capella.core.advance.feature [eclipse-feature] [INFO] org.polarsys.capella.core.ui.properties.richtext [eclipse-plugin] [INFO] org.polarsys.capella.core.explorer.activity.ui.richtext [eclipse-plugin] [INFO] org.polarsys.capella.core.properties.richtext.feature [eclipse-feature] [INFO] org.polarsys.capella.core.feature [eclipse-feature] [INFO] org.polarsys.capella.core.model.detachement [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.properties.descriptions [eclipse-plugin] [INFO] org.polarsys.capella.viatra.common.data.gen [eclipse-plugin] [INFO] org.polarsys.capella.viatra.common.re.gen [eclipse-plugin] [INFO] org.polarsys.capella.viatra.core.data.gen [eclipse-plugin] [INFO] org.polarsys.capella.viatra.core.feature [eclipse-feature] [INFO] org.polarsys.capella.cdo.features [pom] [INFO] org.polarsys.capella.cdo.plugins [pom] [INFO] org.polarsys.capella.common.data.activity.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.data.behavior.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.data.core.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.re.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.cdo [eclipse-plugin] [INFO] org.polarsys.kitalpha.ad.metadata.model.cdo [eclipse-plugin] [INFO] org.polarsys.kitalpha.emde.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.cdo.mock.feature [eclipse-feature] [INFO] org.polarsys.capella.rcp [eclipse-plugin] [INFO] org.polarsys.capella.rcp.feature [eclipse-feature] [INFO] org.polarsys.capella.rcp.product [eclipse-repository] [INFO] org.polarsys.capella.rcp.site [eclipse-repository] [INFO] org.polarsys.capella.common.extension.migration.egf [eclipse-plugin] [INFO] org.polarsys.capella.common.tig.egf [eclipse-plugin] [INFO] org.polarsys.capella.core.egf [eclipse-plugin] [INFO] org.polarsys.capella.core.postgeneration.egf [eclipse-plugin] [INFO] org.polarsys.capella.core.releng [eclipse-plugin] [INFO] org.polarsys.capella.core.egf.feature [eclipse-feature] [INFO] org.polarsys.capella.core.releng.plugins [pom] [INFO] org.polarsys.capella.egf.site [eclipse-repository] [INFO] org.polarsys.capella.tests.plugins [pom] [INFO] org.polarsys.capella.test.framework [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.common.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.layout.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.tools.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.benchmarks.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.business.queries.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.commandline.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.filters.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.misc.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.doc.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.explorer.activity.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.fastlinker.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.model.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.validation.rules.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.platform.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.recrpl.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.transition.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.fragmentation [eclipse-plugin] [INFO] org.polarsys.capella.test.library.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.massactions.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.migration.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.navigator.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.odesign [eclipse-plugin] [INFO] org.polarsys.capella.test.progressmonitoring.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.re.updateconnections.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.richtext.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.semantic.queries.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.table [eclipse-plugin] [INFO] org.polarsys.capella.test.suites.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.projection.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.suite.inui.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.test.suite.local.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.test.suite.notinui.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.test.run [eclipse-plugin] [INFO] org.polarsys.capella.test.feature [eclipse-feature] [INFO] org.polarsys.capella.test.site [eclipse-repository] [INFO] [INFO] -----------------< org.polarsys:org.polarsys.capella >------------------ [INFO] Building Capella 1.4.0-SNAPSHOT [1/293] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella --- [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.samples >-------------- [INFO] Building org.polarsys.capella.samples 1.4.0-SNAPSHOT [2/293] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.samples --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.samples --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.samples --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.samples --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.samples --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.samples --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.samples --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.samples --- [INFO] [INFO] --- maven-antrun-plugin:1.7:run (package-samples) @ org.polarsys.capella.samples --- [INFO] Executing tasks main: [zip] Building zip: /home/jenkins/agent/workspace/capella-product_master-m2/samples/IFE_samplemodel.zip [delete] Deleting directory /home/jenkins/agent/workspace/capella-product_master-m2/samples/In-Flight Entertainment System [INFO] Executed tasks [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.mdsofa.common >------- [INFO] Building org.polarsys.capella.common.mdsofa.common 1.4.0-SNAPSHOT [3/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.mdsofa.common --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_master-m2/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.plugins >---------- [INFO] Building org.polarsys.capella.common.plugins 1.4.0-SNAPSHOT [4/293] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.common >-------------- [INFO] Building org.polarsys.capella.common 1.4.0-SNAPSHOT [5/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.ef >------------- [INFO] Building org.polarsys.capella.common.ef 1.4.0-SNAPSHOT [6/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ef --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ef --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.ef --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ef/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ef/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ef --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ef --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ef --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ef --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.ef --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.platform.sirius.ted >---- [INFO] Building org.polarsys.capella.common.platform.sirius.ted 1.4.0-SNAPSHOT [7/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.helpers >---------- [INFO] Building org.polarsys.capella.common.helpers 1.4.0-SNAPSHOT [8/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.helpers --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.helpers --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.tools.report >-------- [INFO] Building org.polarsys.capella.common.tools.report 1.4.0-SNAPSHOT [9/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.tools.report --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.common.model >----------- [INFO] Building org.polarsys.capella.common.model 1.4.0-SNAPSHOT [10/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.model --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.model --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.model --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.model --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.model --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.model --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.model --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.model.helpers >------- [INFO] Building org.polarsys.capella.common.model.helpers 1.4.0-SNAPSHOT [11/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.model.helpers --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.model.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.model.helpers --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.model.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.model.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.model.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.data.core.gen >------- [INFO] Building org.polarsys.capella.common.data.core.gen 1.4.0-SNAPSHOT [12/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.core.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.core.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.data.core.gen --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/ModelElementImpl.java:[223] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/ModelElementImpl.java:[229] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractTypeImpl.java:[88] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractTypeImpl.java:[94] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[180] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[182] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[196] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[199] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[145] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[151] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[192] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[198] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[630] return isIsException(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[632] return isIsStream(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[634] return isIsOptional(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[661] setIsException((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[664] setIsStream((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[667] setIsOptional((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/FinalizableElementImpl.java:[123] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/FinalizableElementImpl.java:[137] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 22 problems (22 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.core.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.core.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.core.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.data.core.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.behavior.gen >----- [INFO] Building org.polarsys.capella.common.data.behavior.gen 1.4.0-SNAPSHOT [13/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.activity.gen >----- [INFO] Building org.polarsys.capella.common.data.activity.gen 1.4.0-SNAPSHOT [14/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[279] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[285] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[338] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[344] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[397] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[403] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AcceptEventActionImpl.java:[178] return isIsUnmarshall(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AcceptEventActionImpl.java:[195] setIsUnmarshall((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[318] return isIsMulticast(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[320] return isIsMultireceive(); ^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[340] setIsMulticast((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[343] setIsMultireceive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[267] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[273] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[326] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[332] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[385] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[391] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[431] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[437] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[478] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[484] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityExchangeImpl.java:[89] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityExchangeImpl.java:[95] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[144] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[150] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[203] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[209] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[262] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[268] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[308] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[314] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[272] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[278] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[331] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[337] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[390] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[396] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[436] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[442] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[483] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[489] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[859] return isIsControlType(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[889] setIsControlType((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[350] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[356] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[396] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[402] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[438] return isIsDimension(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[440] return isIsExternal(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[458] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[466] setIsDimension((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[469] setIsExternal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[332] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[338] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[379] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[385] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[544] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[550] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[602] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[612] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[614] return isIsSingleExecution(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[637] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[648] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[651] setIsSingleExecution((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 67 problems (67 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.data.core.gen.edit >----- [INFO] Building org.polarsys.capella.common.data.core.gen.edit 1.4.0-SNAPSHOT [15/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/InformationsExchangerItemProvider.java:[177] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/PublishableElementItemProvider.java:[152] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/FinalizableElementItemProvider.java:[124] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/ModelElementItemProvider.java:[198] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/AbstractRelationshipItemProvider.java:[153] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 5 problems (5 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit >--- [INFO] Building org.polarsys.capella.common.data.behavior.gen.edit 1.4.0-SNAPSHOT [16/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.data.activity.gen.edit >--- [INFO] Building org.polarsys.capella.common.data.activity.gen.edit 1.4.0-SNAPSHOT [17/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ActivityGroupItemProvider.java:[128] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ControlFlowItemProvider.java:[92] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ActivityEdgeItemProvider.java:[445] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/InterruptibleActivityRegionItemProvider.java:[121] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ObjectFlowItemProvider.java:[258] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ExceptionHandlerItemProvider.java:[229] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.data.helpers >-------- [INFO] Building org.polarsys.capella.common.data.helpers 1.4.0-SNAPSHOT [18/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.helpers --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.data.helpers --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.data.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.shared.id.handler >--------- [INFO] Building org.polarsys.capella.shared.id.handler 1.4.0-SNAPSHOT [19/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.shared.id.handler --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.shared.id.handler --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.shared.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.shared.id.handler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.shared.id.handler --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.shared.id.handler/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.shared.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.shared.id.handler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.shared.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.shared.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.shared.id.handler --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.shared.id.handler --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.shared.id.handler --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.queries >---------- [INFO] Building org.polarsys.capella.common.queries 1.4.0-SNAPSHOT [20/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.queries --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.queries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.queries --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.queries --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.queries --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.menu.dynamic >-------- [INFO] Building org.polarsys.capella.common.menu.dynamic 1.4.0-SNAPSHOT [21/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.menu.dynamic --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.menu.dynamic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.re.gen >----------- [INFO] Building org.polarsys.capella.common.re.gen 1.4.0-SNAPSHOT [22/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.re.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.re.gen --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.re.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.re.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.re.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.re.gen.edit >-------- [INFO] Building org.polarsys.capella.common.re.gen.edit 1.4.0-SNAPSHOT [23/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen.edit --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.libraries.gen >------- [INFO] Building org.polarsys.capella.common.libraries.gen 1.4.0-SNAPSHOT [24/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.libraries.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.libraries.gen --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.libraries.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.libraries.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.libraries.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.libraries.gen.edit >----- [INFO] Building org.polarsys.capella.common.libraries.gen.edit 1.4.0-SNAPSHOT [25/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.id.handler >--------- [INFO] Building org.polarsys.capella.common.id.handler 1.4.0-SNAPSHOT [26/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.id.handler --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.id.handler --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.id.handler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.id.handler --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.id.handler/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.id.handler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.id.handler --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.id.handler --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.id.handler --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.common.libraries >--------- [INFO] Building org.polarsys.capella.common.libraries 1.4.0-SNAPSHOT [27/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.libraries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.libraries --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.libraries --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.libraries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.libraries --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.flexibility.properties >--- [INFO] Building org.polarsys.capella.common.flexibility.properties 1.4.0-SNAPSHOT [28/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.flexibility.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.plugins >----------- [INFO] Building org.polarsys.capella.core.plugins 1.4.0-SNAPSHOT [29/293] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.data.gen >----------- [INFO] Building org.polarsys.capella.core.data.gen 1.4.0-SNAPSHOT [30/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.gen --- [INFO] Compiling 839 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[166] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[172] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[213] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[219] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentPkgImpl.java:[238] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentPkgImpl.java:[244] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentPkgImpl.java:[281] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentPkgImpl.java:[287] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[230] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[236] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[272] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[292] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[199] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[205] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[246] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[252] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[293] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[299] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[340] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[346] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[394] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[419] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[370] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[376] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[417] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[423] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[668] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[674] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[769] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[775] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[841] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[847] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[849] return isIsSingleExecution(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[888] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[899] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[902] setIsSingleExecution((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[350] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[356] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[397] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[403] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[765] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[771] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[812] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[818] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[874] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[876] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[916] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[919] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeLinkImpl.java:[253] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeLinkImpl.java:[259] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[228] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[234] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[275] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[281] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[461] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[467] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[508] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[514] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[697] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[703] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[757] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[763] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[883] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[889] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[930] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[936] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1041] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1047] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1088] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1094] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1135] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1141] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1182] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1188] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1296] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1302] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1414] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1420] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1473] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1479] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1519] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1525] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1566] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1572] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1613] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1619] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1660] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1666] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1720] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1726] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1779] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1785] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1893] return isOriented(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1975] setOriented((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeSpecificationImpl.java:[88] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeSpecificationImpl.java:[94] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/EventImpl.java:[92] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/EventImpl.java:[98] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[208] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[214] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[255] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[261] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[302] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[308] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[341] public EList getInvolvedLinks() { ^^^^^^^^^^^^^^^^^^ The method PhysicalPathImpl.getInvolvedLinks() overrides a deprecated method from PhysicalPath [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[385] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[391] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[450] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[456] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[497] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[503] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[202] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[208] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[249] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[255] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[126] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[132] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[235] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[241] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationItemImpl.java:[259] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationItemImpl.java:[265] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityExploitationImpl.java:[116] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityExploitationImpl.java:[122] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[182] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[188] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[229] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[235] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InstanceRoleImpl.java:[108] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InstanceRoleImpl.java:[114] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[151] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[157] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[265] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[271] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[325] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[331] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[384] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[390] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FragmentEndImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FragmentEndImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[249] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[255] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[296] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[302] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[184] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[190] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[243] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[249] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[414] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[420] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[460] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[466] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[550] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[556] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[300] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[306] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[347] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[353] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[182] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[188] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[229] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[235] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[214] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[220] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[261] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[267] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalNodeImpl.java:[87] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalNodeImpl.java:[93] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[147] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[153] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[190] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[196] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[237] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[243] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[284] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[290] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[90] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[96] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[135] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[141] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[489] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[495] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[536] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[542] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[904] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[910] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[969] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[975] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1016] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1022] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1081] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1087] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1168] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1174] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1254] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1260] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1297] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1303] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1458] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1464] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1505] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1511] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1552] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1558] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1599] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1605] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1669] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1675] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1677] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1712] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1753] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1756] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1759] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1806] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[433] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[439] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[493] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[499] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[619] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[625] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[666] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[672] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[245] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[251] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[339] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[345] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceUseImpl.java:[117] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceUseImpl.java:[123] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/IntegerPropertyValueImpl.java:[123] return getValue(); ^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/IntegerPropertyValueImpl.java:[137] setValue((Integer)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[465] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[471] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[512] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[518] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[945] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[951] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[992] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[998] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1039] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1045] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1086] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1092] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1133] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1139] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1213] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1221] return isMerged(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1276] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1290] setMerged((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[131] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[137] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[176] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[182] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeployableElementImpl.java:[89] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeployableElementImpl.java:[95] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/PhysicalArtifactRealizationImpl.java:[106] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/PhysicalArtifactRealizationImpl.java:[112] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/PhysicalArtifactRealizationImpl.java:[165] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/PhysicalArtifactRealizationImpl.java:[171] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtensionPointImpl.java:[218] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtensionPointImpl.java:[224] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[376] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[382] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[423] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[429] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[791] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[797] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[994] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[996] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[1040] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[1043] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[350] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[356] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[397] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[403] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[765] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[771] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[812] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[818] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[874] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[876] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[916] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[919] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImplementationImpl.java:[117] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImplementationImpl.java:[123] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[126] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[132] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[235] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[241] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[180] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[186] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[433] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[439] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[476] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[482] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[778] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[784] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[943] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[945] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[992] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[995] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[122] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[128] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[218] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[224] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[265] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[271] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[325] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[331] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[385] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[232] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[238] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[279] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[285] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[326] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[332] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[373] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[379] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[420] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[426] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[538] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[544] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[639] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[645] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[686] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[692] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[733] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[739] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[778] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[784] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[448] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[454] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[491] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[497] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[793] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[799] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[1056] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[1058] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[1111] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[1114] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[352] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[358] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[399] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[405] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[767] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[773] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[827] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[833] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[888] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[890] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[931] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[934] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/CombinedFragmentImpl.java:[183] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/CombinedFragmentImpl.java:[189] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ServiceImpl.java:[198] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ServiceImpl.java:[204] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[452] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[458] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[499] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[505] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[546] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[552] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[593] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[599] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[650] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[656] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractStringValueImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractStringValueImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalProcessImpl.java:[89] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalProcessImpl.java:[95] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[801] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[807] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1620] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1626] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1666] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1672] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1713] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1719] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1760] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1766] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1871] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1877] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1918] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1924] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1965] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1971] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2012] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2018] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2059] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2065] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2106] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2112] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2153] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2159] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2227] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2229] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2239] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2241] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2243] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2245] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2263] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2267] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2269] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2271] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2306] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2309] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2318] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2321] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2324] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2327] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2354] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2360] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2363] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2366] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractEnumerationValueImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractEnumerationValueImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[305] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[311] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[364] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[370] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[423] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[429] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[469] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[475] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[516] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[522] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[866] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[872] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[933] return isIsControlType(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[947] return isIsControl(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[966] setIsControlType((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[985] setIsControl((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[341] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[347] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[400] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[406] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[464] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[470] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[511] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[517] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[558] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[564] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[393] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[399] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[440] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[446] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[808] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[814] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[934] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[936] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[978] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[981] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[345] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[351] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[392] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[398] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[760] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[766] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[822] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[824] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[862] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[865] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementFunctionImpl.java:[94] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementFunctionImpl.java:[100] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementFunctionImpl.java:[141] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementFunctionImpl.java:[147] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/PortInstanceImpl.java:[156] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/PortInstanceImpl.java:[162] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[345] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[351] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[392] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[398] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[760] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[766] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[822] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[824] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[862] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[865] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[189] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[195] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[310] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[316] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[357] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[363] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[404] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[410] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[451] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[457] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[496] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[502] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[539] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[545] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[582] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[588] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[642] return isDataComponent(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[681] setDataComponent((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventImpl.java:[127] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventImpl.java:[133] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[131] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[137] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[243] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[249] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[302] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[308] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ClassifierImpl.java:[126] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ClassifierImpl.java:[132] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[126] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[132] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[235] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[241] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[360] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[366] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[407] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[413] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[775] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[781] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[857] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[859] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[899] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[902] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityIncludeImpl.java:[169] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityIncludeImpl.java:[175] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[528] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[534] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1347] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1353] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1420] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1422] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1424] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1426] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1444] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1448] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1450] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1452] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1472] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1475] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1478] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1481] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1508] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1514] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1517] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1520] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractComplexValueImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractComplexValueImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[154] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[160] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[201] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[207] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[266] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[272] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[111] public AbstractState getRelatedAbstractState() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method InteractionStateImpl.getRelatedAbstractState() overrides a deprecated method from InteractionState [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[164] public AbstractFunction getRelatedAbstractFunction() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method InteractionStateImpl.getRelatedAbstractFunction() overrides a deprecated method from InteractionState [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[238] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[244] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[166] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[172] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[213] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[219] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[217] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[223] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[264] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[270] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[397] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[403] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[444] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[450] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[812] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[818] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[877] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[883] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[924] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[930] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[989] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[995] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1055] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1057] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1105] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1108] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1095] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1101] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1276] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1278] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1280] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1282] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1310] return isComposite(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1327] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1330] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1333] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1336] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1372] setComposite((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocatorImpl.java:[127] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocatorImpl.java:[133] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[238] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[240] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[256] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[259] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentRealizationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentRealizationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentRealizationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentRealizationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[210] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[216] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[257] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[263] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[124] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[130] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[167] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[173] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[214] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[220] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[261] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[267] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[311] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[317] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[354] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[360] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[656] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[662] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[746] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[748] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[788] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[791] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/MessageEndImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/MessageEndImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[399] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[405] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[446] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[452] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[529] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[535] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[704] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[710] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[751] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[757] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[816] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[822] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[899] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[905] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[964] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[970] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1011] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1017] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1058] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1064] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1152] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1158] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1199] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1205] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1246] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1252] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1365] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1371] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1412] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1418] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[257] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[263] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[316] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[322] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[398] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[404] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[445] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[451] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[492] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[498] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FloatPropertyValueImpl.java:[123] return getValue(); ^^^^^^^^^^ The expression of type float is boxed into Float [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FloatPropertyValueImpl.java:[137] setValue((Float)newValue); ^^^^^^^^^^^^^^^ The expression of type Float is unboxed into float [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[424] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[430] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[483] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[489] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[529] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[535] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[119] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[125] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[166] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[172] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[213] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[219] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[260] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[266] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[307] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[313] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[354] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[360] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[249] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[255] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[458] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[464] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[501] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[521] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[529] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[153] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[159] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[196] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[202] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[243] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[249] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[290] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[296] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[337] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[343] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[165] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[171] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[208] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[214] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[251] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[257] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[341] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[347] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[388] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[394] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[435] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[441] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[482] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[488] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[547] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[553] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[594] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[600] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[152] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[158] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[238] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[244] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[335] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[341] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[382] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[388] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[429] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[435] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[472] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[478] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[393] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[399] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[440] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[446] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[808] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[814] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[934] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[936] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[978] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[981] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtendImpl.java:[186] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtendImpl.java:[192] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/NumericValueImpl.java:[169] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/NumericValueImpl.java:[175] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[167] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[173] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[214] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[220] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[279] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[285] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[326] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[332] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[409] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[415] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[151] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[157] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[212] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[218] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[273] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[279] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[182] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[188] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[229] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[235] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[264] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[270] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[311] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[317] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeploymentTargetImpl.java:[86] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeploymentTargetImpl.java:[92] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionUseImpl.java:[160] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionUseImpl.java:[166] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[339] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[345] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[397] return isIsPrimitive(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[424] setIsPrimitive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[246] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[252] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[293] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[299] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[566] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[572] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[613] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[619] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[981] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[987] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1659] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1661] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1686] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1688] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1690] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1692] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1723] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1726] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1765] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1768] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1771] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1774] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/LiteralBooleanValueImpl.java:[123] return isValue(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/LiteralBooleanValueImpl.java:[137] setValue((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[549] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[555] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[632] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[638] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[675] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[681] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[718] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[724] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[761] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[767] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[822] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[828] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[869] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[875] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[934] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[940] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[981] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[987] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1028] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1034] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1075] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1081] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1122] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1128] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1169] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1175] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1216] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1222] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1263] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1269] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1310] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1316] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1357] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1363] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1474] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1480] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1521] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1527] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1586] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1592] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1633] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1639] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1694] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1700] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1737] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1743] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1780] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1786] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1827] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1833] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1874] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1880] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1921] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1927] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1968] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1974] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2068] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2074] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2138] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2182] return isActor(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2184] return isHuman(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2235] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2254] setActor((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2257] setHuman((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[226] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[232] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[298] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[319] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ConstraintImpl.java:[232] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ConstraintImpl.java:[238] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1122] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1128] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1192] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1194] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1196] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1198] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1220] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1222] return isIsPrimitive(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1250] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1253] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1256] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1259] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1294] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1297] setIsPrimitive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[131] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[137] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[243] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[249] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[302] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[308] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[764] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[770] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[821] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[827] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[864] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[870] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[921] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[927] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1006] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1012] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1049] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1055] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1376] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1382] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1459] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1465] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1502] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1508] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1545] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1551] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1588] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1594] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1645] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1651] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1688] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1694] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1745] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1751] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1788] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1794] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1831] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1837] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1874] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1880] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1917] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1923] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1960] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1966] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2003] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2009] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2046] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2052] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2089] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2095] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2132] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2138] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2241] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2247] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2284] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2290] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2341] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2347] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2384] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2390] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2441] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2447] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2484] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2490] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2527] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2533] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2570] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2576] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2613] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2619] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2656] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2662] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2699] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2705] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2784] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2790] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2827] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2833] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2870] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2876] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2913] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2919] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2956] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2962] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2999] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3005] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3144] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3150] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3191] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3197] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3238] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3244] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3285] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3291] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3332] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3338] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3379] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3385] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3516] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3560] return isActor(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3562] return isHuman(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3689] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3708] setActor((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3711] setHuman((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[382] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[388] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[429] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[435] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[797] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[803] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[963] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[969] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1023] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1025] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1072] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1075] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[257] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[263] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[292] public ComponentPort getRepresentedComponentPort() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method FunctionPortImpl.getRepresentedComponentPort() overrides a deprecated method from FunctionPort [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[353] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[359] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[400] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[406] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[447] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[453] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractEndImpl.java:[169] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractEndImpl.java:[175] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[128] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[134] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[171] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[177] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[218] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[224] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[265] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[271] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[312] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[318] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[305] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[311] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[352] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[358] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[457] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[463] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[504] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[510] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[551] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[557] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[598] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[604] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[645] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[651] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[692] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[698] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[739] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[745] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[786] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[792] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[851] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[857] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[898] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[904] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[945] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[951] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[992] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[998] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1039] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1045] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1086] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1092] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1133] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1139] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1180] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1186] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1244] return isStructural(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1300] setStructural((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/UnionImpl.java:[285] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/UnionImpl.java:[291] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathReferenceImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathReferenceImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[241] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[247] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[300] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[306] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[364] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[370] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[411] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[417] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[458] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[464] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[178] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[184] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[225] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[231] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[272] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[278] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[319] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[325] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[377] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[383] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[424] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[430] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[792] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[798] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[960] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[962] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[1006] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[1009] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[232] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[238] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[279] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[285] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[210] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[216] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[555] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[561] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[614] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[620] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[678] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[684] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[725] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[731] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[787] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[789] return isDiscrete(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[791] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[793] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[832] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[835] setDiscrete((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[838] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[841] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[585] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[591] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[632] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[638] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[167] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[173] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[214] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[220] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[261] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[267] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[308] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[314] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[402] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[408] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[449] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[455] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[496] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[502] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/BooleanPropertyValueImpl.java:[123] return isValue(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/BooleanPropertyValueImpl.java:[137] setValue((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[615] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[621] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[672] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[678] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[715] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[721] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[772] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[778] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[857] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[863] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[900] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[906] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1310] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1316] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1353] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1359] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1396] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1402] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1439] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1445] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1496] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1502] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1539] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1545] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1596] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1602] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1639] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1645] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1682] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1688] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1725] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1731] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1768] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1774] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1811] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1817] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1854] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1860] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1897] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1903] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1940] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1946] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1983] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1989] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2092] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2098] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2135] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2141] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2192] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2198] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2235] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2241] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2335] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2341] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2378] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2384] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2421] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2427] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2464] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2470] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2507] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2513] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2550] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2556] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2635] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2641] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2792] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2798] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2927] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2971] return isActor(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2973] return isHuman(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[3080] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[3099] setActor((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[3102] setHuman((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractBooleanValueImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractBooleanValueImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[626] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[632] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[673] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[679] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1041] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1047] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1088] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1094] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1357] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1363] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1417] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1423] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1543] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1549] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1590] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1596] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1701] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1707] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1748] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1754] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1795] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1801] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1842] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1848] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1956] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1962] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2015] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2021] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2074] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2080] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2133] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2139] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2179] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2185] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2226] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2232] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2273] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2279] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2320] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2326] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2417] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2419] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2473] return isOriented(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2522] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2525] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2587] setOriented((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[460] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[466] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[507] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[513] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[875] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[881] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1073] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1075] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1102] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1125] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1128] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1170] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[321] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[327] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[380] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[386] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[439] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[445] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[485] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[491] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[532] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[538] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[935] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[941] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1002] return isIsControlType(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1016] return isIsControl(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1038] setIsControlType((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1057] setIsControl((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[144] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[150] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[203] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[209] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[921] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[927] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[968] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[974] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1015] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1021] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1062] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1068] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1109] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1115] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1291] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1297] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1986] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1992] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2063] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2069] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2110] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2116] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2157] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2163] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2239] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2241] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2251] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2253] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2255] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2257] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2275] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2279] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2281] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2283] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2311] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2314] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2323] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2326] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2329] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2332] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2359] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2365] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2368] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2371] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[358] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[364] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[405] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[411] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[773] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[779] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[820] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[826] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[867] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[873] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[910] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[916] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[970] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[972] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[1016] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[1019] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[378] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[384] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[425] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[431] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[793] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[799] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[958] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[960] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[1004] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[1007] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[988] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[994] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1035] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1041] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1100] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1106] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1309] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1315] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2128] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2134] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2174] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2180] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2252] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2258] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2311] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2317] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2370] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2376] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2416] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2422] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2463] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2469] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2878] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2884] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3043] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3049] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3090] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3096] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3137] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3143] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3184] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3190] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3231] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3237] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3296] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3302] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3343] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3349] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3390] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3396] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3437] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3443] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3482] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3488] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3599] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3601] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3611] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3613] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3615] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3617] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3635] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3639] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3641] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3643] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3742] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3745] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3754] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3757] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3760] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3763] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3790] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3796] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3799] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3802] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[344] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[350] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[391] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[397] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[759] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[765] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[821] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[823] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[861] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[864] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[412] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[418] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[459] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[465] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[827] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[833] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1006] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1008] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1053] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1056] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[350] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[356] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[397] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[403] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[765] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[771] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[812] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[818] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[874] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[876] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[916] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[919] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[175] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[181] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[222] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[228] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[341] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[347] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[401] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[407] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[460] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[466] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[506] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[512] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[553] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[559] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[237] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[243] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[301] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[307] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[348] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[354] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityGeneralizationImpl.java:[169] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityGeneralizationImpl.java:[175] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[120] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[126] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[229] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[235] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[483] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[489] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[529] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[535] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[589] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[595] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[690] return isIsDimension(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[692] return isIsExternal(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[733] setIsDimension((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[736] setIsExternal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[187] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[193] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[234] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[240] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[299] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[305] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[346] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[352] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[333] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[339] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[380] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[386] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[669] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[675] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[733] return isIsObsolete(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[770] setIsObsolete((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[204] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[210] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[251] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[257] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[298] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[304] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[434] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[440] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[511] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[517] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[570] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[576] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[629] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[635] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[688] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[694] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractEventOperationImpl.java:[89] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractEventOperationImpl.java:[95] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[202] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[208] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[249] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[255] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[296] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[302] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[343] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[349] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[390] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[396] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainReferenceImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainReferenceImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[171] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[177] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[218] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[224] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[265] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[271] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[312] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[318] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[359] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[365] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[406] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[412] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[453] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[459] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[500] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[506] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[547] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[553] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[594] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[600] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractPropertyValueImpl.java:[122] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractPropertyValueImpl.java:[128] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[548] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[554] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[640] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[646] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[699] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[705] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[758] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[764] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1504] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1510] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1551] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1557] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1616] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1622] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1681] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1687] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1728] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1734] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1775] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1781] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1822] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1828] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1869] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1875] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1947] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1953] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2006] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2012] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2052] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2058] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2099] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2105] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2135] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2223] return isIsMulticast(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2225] return isIsMultireceive(); ^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2305] setIsMulticast((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2308] setIsMultireceive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[308] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[314] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[470] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[476] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[517] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[523] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[564] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[570] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[611] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[617] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[658] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[664] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[705] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[711] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[770] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[776] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[817] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[823] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[864] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[870] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[911] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[917] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[958] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[964] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1588] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1590] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1592] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1594] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1612] return isIsException(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1614] return isIsStream(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1616] return isIsOptional(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1647] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1650] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1653] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1656] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1683] setIsException((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1686] setIsStream((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1689] setIsOptional((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractInstanceImpl.java:[88] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractInstanceImpl.java:[94] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[153] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[159] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[196] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[202] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[243] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[249] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[290] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[296] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[337] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[343] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionEndImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionEndImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper 1787 problems (1787 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.gen.edit >-------- [INFO] Building org.polarsys.capella.core.data.gen.edit 1.4.0-SNAPSHOT [31/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.edit --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Compiling 350 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/RequiredInterfaceLinkItemProvider.java:[154] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/PartDeploymentLinkItemProvider.java:[104] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractDeploymentLinkItemProvider.java:[199] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/provider/MultiplicityElementItemProvider.java:[625] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/TypeDeploymentLinkItemProvider.java:[104] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/communication/provider/CommunicationLinkItemProvider.java:[648] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/ProvidedInterfaceLinkItemProvider.java:[154] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/SequenceLinkItemProvider.java:[735] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/provider/KeyPartItemProvider.java:[165] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ControlNodeItemProvider.java:[520] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/interaction/provider/AbstractCapabilityExtendItemProvider.java:[248] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ComponentExchangeEndItemProvider.java:[602] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractPhysicalLinkEndItemProvider.java:[531] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/RelationshipItemProvider.java:[502] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/InstanceDeploymentLinkItemProvider.java:[104] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacommon/provider/CapabilityRealizationInvolvedElementItemProvider.java:[591] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/AbstractPhysicalInstanceItemProvider.java:[503] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractPhysicalArtifactItemProvider.java:[531] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/datavalue/provider/ValuePartItemProvider.java:[556] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ComponentPortAllocationEndItemProvider.java:[649] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/oa/provider/ConceptComplianceItemProvider.java:[210] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/PortInstanceItemProvider.java:[239] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/interaction/provider/SequenceMessageValuationItemProvider.java:[605] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/interaction/provider/AbstractCapabilityIncludeItemProvider.java:[205] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/ctx/provider/SystemCommunicationItemProvider.java:[140] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractPathInvolvedElementItemProvider.java:[531] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/AbstractFunctionalChainContainerItemProvider.java:[506] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/communication/provider/MessageReferenceItemProvider.java:[165] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/KeyValueItemProvider.java:[563] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/ReuseLinkItemProvider.java:[209] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/NamingRuleItemProvider.java:[569] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/ConnectionInstanceItemProvider.java:[194] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/PhysicalLinkEndItemProvider.java:[209] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ExchangeContainmentItemProvider.java:[210] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 34 problems (34 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.model.handler >-------- [INFO] Building org.polarsys.capella.core.model.handler 1.4.0-SNAPSHOT [32/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.handler --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.handler --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.handler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.model.handler --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.handler/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.handler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.handler --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.handler --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.model.handler --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.preferences >--------- [INFO] Building org.polarsys.capella.core.preferences 1.4.0-SNAPSHOT [33/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.preferences --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.preferences --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.preferences --- [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.preferences --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.preferences --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.preferences --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.usage 1.4.0-SNAPSHOT [34/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.transition >--------- [INFO] Building org.polarsys.capella.common.transition 1.4.0-SNAPSHOT [35/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.transition --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.transition --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.transition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.transition/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.transition --- [INFO] Compiling 137 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.transition/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.transition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.transition/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.transition --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.transition --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.transition --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.re >------------- [INFO] Building org.polarsys.capella.common.re 1.4.0-SNAPSHOT [36/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.re --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.re --- [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.re --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.re --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.re --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.feature >---------- [INFO] Building org.polarsys.capella.common.feature 1.4.0-SNAPSHOT [37/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.doc.plugins >------------ [INFO] Building org.polarsys.capella.doc.plugins 1.4.0-SNAPSHOT [38/293] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.doc.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.commandline.doc >---------- [INFO] Building org.polarsys.capella.commandline.doc 1.4.0-SNAPSHOT [39/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.commandline.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.commandline.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.commandline.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.commandline.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.commandline.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.commandline.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.commandline.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.commandline.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.commandline.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.commandline.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.commandline.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.commandline.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.commandline.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.ui >------------- [INFO] Building org.polarsys.capella.common.ui 1.4.0-SNAPSHOT [40/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.ui --- [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.helpers >--------- [INFO] Building org.polarsys.capella.core.data.helpers 1.4.0-SNAPSHOT [41/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.helpers --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.helpers --- [INFO] Compiling 245 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.preferences >------ [INFO] Building org.polarsys.capella.core.model.preferences 1.4.0-SNAPSHOT [42/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.preferences --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.preferences --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.model.preferences --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.preferences --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.preferences --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.model.preferences --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.model.helpers >-------- [INFO] Building org.polarsys.capella.core.model.helpers 1.4.0-SNAPSHOT [43/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.helpers --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.model.helpers --- [INFO] Compiling 173 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.model.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.flexibility.wizards >---- [INFO] Building org.polarsys.capella.common.flexibility.wizards 1.4.0-SNAPSHOT [44/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.linkedtext.ui >------- [INFO] Building org.polarsys.capella.common.linkedtext.ui 1.4.0-SNAPSHOT [45/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.linkedtext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.linkedtext.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.console >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.console 1.4.0-SNAPSHOT [46/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console >-- [INFO] Building org.polarsys.capella.common.platform.eclipse.tools.report.console 1.4.0-SNAPSHOT [47/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.tools.report.ui >------ [INFO] Building org.polarsys.capella.common.tools.report.ui 1.4.0-SNAPSHOT [48/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui >-- [INFO] Building org.polarsys.capella.common.platform.eclipse.tools.report.ui 1.4.0-SNAPSHOT [49/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.platform.sirius.customization >-- [INFO] Building org.polarsys.capella.common.platform.sirius.customization 1.4.0-SNAPSHOT [50/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.customization/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.customization/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.common.ui >----- [INFO] Building org.polarsys.capella.core.transition.common.ui 1.4.0-SNAPSHOT [51/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.common.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.common.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.services >-------- [INFO] Building org.polarsys.capella.common.ui.services 1.4.0-SNAPSHOT [52/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.services --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.ui.services --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.services/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.services/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.services --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.services --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.services --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.toolkit >--------- [INFO] Building org.polarsys.capella.common.ui.toolkit 1.4.0-SNAPSHOT [53/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.toolkit --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.toolkit.browser >----- [INFO] Building org.polarsys.capella.common.ui.toolkit.browser 1.4.0-SNAPSHOT [54/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.ui.resources >-------- [INFO] Building org.polarsys.capella.common.ui.resources 1.4.0-SNAPSHOT [55/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.resources --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.resources --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.common.ui.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.ui.resources --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.common.ui.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.common.ui.resources/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.resources --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.resources --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.resources --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.libraries >---------- [INFO] Building org.polarsys.capella.core.libraries 1.4.0-SNAPSHOT [56/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.libraries --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.libraries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.libraries --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.libraries --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.libraries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.libraries --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.business.queries >---- [INFO] Building org.polarsys.capella.core.data.business.queries 1.4.0-SNAPSHOT [57/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.business.queries --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.business.queries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.business.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.business.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.business.queries --- [INFO] Compiling 867 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.business.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.business.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.business.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.business.queries --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.business.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.business.queries --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.resources >--------- [INFO] Building org.polarsys.capella.core.ui.resources 1.4.0-SNAPSHOT [58/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.resources --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.resources --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.ui.resources --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.resources/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.resources --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.resources --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.resources --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.ui.toolkit >---------- [INFO] Building org.polarsys.capella.core.ui.toolkit 1.4.0-SNAPSHOT [59/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.toolkit --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.toolkit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.toolkit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.toolkit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators >--- [INFO] Building org.polarsys.capella.core.data.gen.edit.decorators 1.4.0-SNAPSHOT [60/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.diagram.helpers >------- [INFO] Building org.polarsys.capella.core.diagram.helpers 1.4.0-SNAPSHOT [61/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.diagram.helpers --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.diagram.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.diagram.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.diagram.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard >-- [INFO] Building org.polarsys.capella.core.platform.sirius.clipboard 1.4.0-SNAPSHOT [62/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.common.re.ui >----------- [INFO] Building org.polarsys.capella.common.re.ui 1.4.0-SNAPSHOT [63/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.re.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.re.ui --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.re.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.re.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.re.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.file >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.file 1.4.0-SNAPSHOT [64/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.reportlogview 1.4.0-SNAPSHOT [65/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.usage.ui 1.4.0-SNAPSHOT [66/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.af.integration >-------- [INFO] Building org.polarsys.capella.core.af.integration 1.4.0-SNAPSHOT [67/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.af.integration --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.af.integration --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.af.integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.af.integration --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.af.integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.af.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.af.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.af.integration --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.af.integration --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.af.integration --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.validation >---------- [INFO] Building org.polarsys.capella.core.validation 1.4.0-SNAPSHOT [68/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.validation --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.linkedtext.ui >-------- [INFO] Building org.polarsys.capella.core.linkedtext.ui 1.4.0-SNAPSHOT [69/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.linkedtext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.linkedtext.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace >-- [INFO] Building org.polarsys.capella.core.platform.eclipse.ui.trace 1.4.0-SNAPSHOT [70/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu >--- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.menu 1.4.0-SNAPSHOT [71/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.actions 1.4.0-SNAPSHOT [72/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.properties >-------- [INFO] Building org.polarsys.capella.core.ui.properties 1.4.0-SNAPSHOT [73/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.ui.properties --- [INFO] Compiling 91 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.ui.menu.dynamic >------ [INFO] Building org.polarsys.capella.common.ui.menu.dynamic 1.4.0-SNAPSHOT [74/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.application >--------- [INFO] Building org.polarsys.capella.core.application 1.4.0-SNAPSHOT [75/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.application --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.application/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.application --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.application/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.application/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.application --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.application --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.application --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.application --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.application --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.commandline.core >------- [INFO] Building org.polarsys.capella.core.commandline.core 1.4.0-SNAPSHOT [76/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.commandline.core --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.commandline.core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.commandline.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.commandline.core --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.commandline.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.commandline.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.commandline.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.commandline.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.commandline.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.commandline.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.perspective 1.4.0-SNAPSHOT [77/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.commandline.core.ui >----- [INFO] Building org.polarsys.capella.core.commandline.core.ui 1.4.0-SNAPSHOT [78/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.properties >----- [INFO] Building org.polarsys.capella.core.data.core.properties 1.4.0-SNAPSHOT [79/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.core.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.core.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.core.properties --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.core.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.core.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.core.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.core.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.properties >---- [INFO] Building org.polarsys.capella.core.data.common.properties 1.4.0-SNAPSHOT [80/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.common.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.common.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.common.properties --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.common.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.common.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.common.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.common.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.properties >-- [INFO] Building org.polarsys.capella.core.data.information.properties 1.4.0-SNAPSHOT [81/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.information.properties --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.properties >-- [INFO] Building org.polarsys.capella.core.data.interaction.properties 1.4.0-SNAPSHOT [82/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.model.skeleton >-------- [INFO] Building org.polarsys.capella.core.model.skeleton 1.4.0-SNAPSHOT [83/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.skeleton --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.skeleton --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.skeleton --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.skeleton/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.model.skeleton --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.skeleton/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.skeleton --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.skeleton/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.skeleton --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.skeleton --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.skeleton --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.skeleton --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.model.skeleton --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.services >----------- [INFO] Building org.polarsys.capella.core.services 1.4.0-SNAPSHOT [84/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.services --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.services --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.services/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.services/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.services --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.services --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.services --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.platform.sirius.adapter >--- [INFO] Building org.polarsys.capella.core.platform.sirius.adapter 1.4.0-SNAPSHOT [85/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.sirius.analysis >------- [INFO] Building org.polarsys.capella.core.sirius.analysis 1.4.0-SNAPSHOT [86/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.sirius.analysis --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.analysis/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Compiling 221 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.analysis/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.analysis/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.sirius.ui >---------- [INFO] Building org.polarsys.capella.core.sirius.ui 1.4.0-SNAPSHOT [87/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.sirius.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.sirius.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.sirius.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.sirius.ui --- [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.sirius.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.sirius.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.sirius.ui --- Oct 09, 2020 8:26:33 AM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Bundle-Localization. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.sirius.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.sirius.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.sirius.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.preferences.project.configuration >-- [INFO] Building org.polarsys.capella.core.preferences.project.configuration 1.4.0-SNAPSHOT [88/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.project 1.4.0-SNAPSHOT [89/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.navigator 1.4.0-SNAPSHOT [90/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Compiling 106 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.semantic.browser >----- [INFO] Building org.polarsys.capella.core.ui.semantic.browser 1.4.0-SNAPSHOT [91/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.massactions.core >---- [INFO] Building org.polarsys.capella.common.ui.massactions.core 1.4.0-SNAPSHOT [92/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.ui.massactions >------- [INFO] Building org.polarsys.capella.common.ui.massactions 1.4.0-SNAPSHOT [93/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.massactions --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.massactions --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.massactions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.ui.massactions --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.massactions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.massactions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.massactions --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.massactions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.massactions --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.massactions.doc >----- [INFO] Building org.polarsys.capella.common.ui.massactions.doc 1.4.0-SNAPSHOT [94/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.ui.massactions.feature >--- [INFO] Building org.polarsys.capella.common.ui.massactions.feature 1.4.0-SNAPSHOT [95/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.massactions.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.feature >--------- [INFO] Building org.polarsys.capella.common.ui.feature 1.4.0-SNAPSHOT [96/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.ui.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.features >----------- [INFO] Building org.polarsys.capella.core.features 1.4.0-SNAPSHOT [97/293] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.features --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.features --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.model.semantic >-------- [INFO] Building org.polarsys.capella.core.model.semantic 1.4.0-SNAPSHOT [98/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.semantic --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.semantic --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.semantic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.semantic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.model.semantic --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.semantic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.semantic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.semantic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.semantic --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.semantic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.model.semantic --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.semantic.queries >------- [INFO] Building org.polarsys.capella.core.semantic.queries 1.4.0-SNAPSHOT [99/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.semantic.queries --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.semantic.queries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.semantic.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.semantic.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.semantic.queries --- [INFO] Compiling 411 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.semantic.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.semantic.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.semantic.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.semantic.queries --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.semantic.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.semantic.queries --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.common.feature >-------- [INFO] Building org.polarsys.capella.core.common.feature 1.4.0-SNAPSHOT [100/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.common.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.common.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.common.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.common.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.af.integration.ui >------ [INFO] Building org.polarsys.capella.core.af.integration.ui 1.4.0-SNAPSHOT [101/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.af.integration.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.res.edit >-------- [INFO] Building org.polarsys.capella.core.data.res.edit 1.4.0-SNAPSHOT [102/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.res.edit --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.res.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.res.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.res.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.res.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.edit/target/org.polarsys.capella.core.data.res.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.res.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.edit/target/org.polarsys.capella.core.data.res.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.res.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.edit/target/org.polarsys.capella.core.data.res.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.res.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.edit/target/org.polarsys.capella.core.data.res.edit-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.gen.editor >------- [INFO] Building org.polarsys.capella.core.data.gen.editor 1.4.0-SNAPSHOT [103/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.editor --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.editor/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.res.editor >------- [INFO] Building org.polarsys.capella.core.data.res.editor 1.4.0-SNAPSHOT [104/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.res.editor --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.res.editor --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.res.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.res.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.res.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.editor/target/org.polarsys.capella.core.data.res.editor-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.res.editor --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.editor/target/org.polarsys.capella.core.data.res.editor-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.res.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.editor/target/org.polarsys.capella.core.data.res.editor-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.res.editor --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.res.editor/target/org.polarsys.capella.core.data.res.editor-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.common.ui.feature >------ [INFO] Building org.polarsys.capella.core.common.ui.feature 1.4.0-SNAPSHOT [105/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.common.ui.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.communication.properties >-- [INFO] Building org.polarsys.capella.core.data.information.communication.properties 1.4.0-SNAPSHOT [106/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.properties >------ [INFO] Building org.polarsys.capella.core.data.fa.properties 1.4.0-SNAPSHOT [107/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.properties >------ [INFO] Building org.polarsys.capella.core.data.cs.properties 1.4.0-SNAPSHOT [108/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.ctx.properties >----- [INFO] Building org.polarsys.capella.core.data.ctx.properties 1.4.0-SNAPSHOT [109/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.properties >----- [INFO] Building org.polarsys.capella.core.data.epbs.properties 1.4.0-SNAPSHOT [110/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datatype.properties >-- [INFO] Building org.polarsys.capella.core.data.information.datatype.properties 1.4.0-SNAPSHOT [111/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties >-- [INFO] Building org.polarsys.capella.core.data.information.datavalue.properties 1.4.0-SNAPSHOT [112/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.properties >------ [INFO] Building org.polarsys.capella.core.data.la.properties 1.4.0-SNAPSHOT [113/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.la.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.la.properties --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.la.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.la.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.la.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.modeller.properties >--- [INFO] Building org.polarsys.capella.core.data.modeller.properties 1.4.0-SNAPSHOT [114/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.modeller.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.modeller.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.oa.properties >------ [INFO] Building org.polarsys.capella.core.data.oa.properties 1.4.0-SNAPSHOT [115/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.oa.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties >-- [INFO] Building org.polarsys.capella.core.data.pa.deployment.properties 1.4.0-SNAPSHOT [116/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.properties >------ [INFO] Building org.polarsys.capella.core.data.pa.properties 1.4.0-SNAPSHOT [117/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.requirement.properties >-- [INFO] Building org.polarsys.capella.core.data.requirement.properties 1.4.0-SNAPSHOT [118/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.requirement.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.requirement.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties >-- [INFO] Building org.polarsys.capella.core.data.sharedmodel.properties 1.4.0-SNAPSHOT [119/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.properties.feature >------ [INFO] Building org.polarsys.capella.core.properties.feature 1.4.0-SNAPSHOT [120/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.properties.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.properties.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.properties.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.properties.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.validation >---- [INFO] Building org.polarsys.capella.core.data.common.validation 1.4.0-SNAPSHOT [121/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.common.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.common.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.common.validation --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.common.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.common.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.common.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.common.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.validation >----- [INFO] Building org.polarsys.capella.core.data.core.validation 1.4.0-SNAPSHOT [122/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.core.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.core.validation --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.core.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.core.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.core.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.transition.system >------ [INFO] Building org.polarsys.capella.core.transition.system 1.4.0-SNAPSHOT [123/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.system --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.transition.system --- [INFO] Compiling 136 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.system --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.system --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.system --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown 1.4.0-SNAPSHOT [124/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.validation >------ [INFO] Building org.polarsys.capella.core.data.cs.validation 1.4.0-SNAPSHOT [125/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.ctx.validation >----- [INFO] Building org.polarsys.capella.core.data.ctx.validation 1.4.0-SNAPSHOT [126/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.validation >----- [INFO] Building org.polarsys.capella.core.data.epbs.validation 1.4.0-SNAPSHOT [127/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.validation >------ [INFO] Building org.polarsys.capella.core.data.fa.validation 1.4.0-SNAPSHOT [128/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.communication.validation >-- [INFO] Building org.polarsys.capella.core.data.information.communication.validation 1.4.0-SNAPSHOT [129/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datatype.validation >-- [INFO] Building org.polarsys.capella.core.data.information.datatype.validation 1.4.0-SNAPSHOT [130/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.validation >-- [INFO] Building org.polarsys.capella.core.data.information.validation 1.4.0-SNAPSHOT [131/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.information.validation --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.validation >-- [INFO] Building org.polarsys.capella.core.data.interaction.validation 1.4.0-SNAPSHOT [132/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.validation >------ [INFO] Building org.polarsys.capella.core.data.la.validation 1.4.0-SNAPSHOT [133/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.la.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.la.validation --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.la.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.la.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.la.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.menu.dynamic >--------- [INFO] Building org.polarsys.capella.core.menu.dynamic 1.4.0-SNAPSHOT [134/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.menu.dynamic --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.menu.dynamic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.menu.contributions >--- [INFO] Building org.polarsys.capella.core.data.menu.contributions 1.4.0-SNAPSHOT [135/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.menu.contributions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Compiling 126 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.menu.contributions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.oa.validation >------ [INFO] Building org.polarsys.capella.core.data.oa.validation 1.4.0-SNAPSHOT [136/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.oa.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation >-- [INFO] Building org.polarsys.capella.core.data.pa.deployment.validation 1.4.0-SNAPSHOT [137/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.validation >------ [INFO] Building org.polarsys.capella.core.data.pa.validation 1.4.0-SNAPSHOT [138/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.selection.queries >---- [INFO] Building org.polarsys.capella.core.data.selection.queries 1.4.0-SNAPSHOT [139/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.selection.queries --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.selection.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.selection.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.selection.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.obfuscator >------- [INFO] Building org.polarsys.capella.core.model.obfuscator 1.4.0-SNAPSHOT [140/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.obfuscator --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.obfuscator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.obfuscator/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.obfuscator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.validation.ui.ide >------ [INFO] Building org.polarsys.capella.core.validation.ui.ide 1.4.0-SNAPSHOT [141/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui.ide/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation >-- [INFO] Building org.polarsys.capella.core.platform.sirius.sirius.validation 1.4.0-SNAPSHOT [142/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.services 1.4.0-SNAPSHOT [143/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.re.validation >-------- [INFO] Building org.polarsys.capella.core.re.validation 1.4.0-SNAPSHOT [144/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.validation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.re.validation --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.re.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.metric >---------- [INFO] Building org.polarsys.capella.core.ui.metric 1.4.0-SNAPSHOT [145/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.metric --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.metric --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.metric --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.metric/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.ui.metric --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.metric/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.metric --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.metric/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.metric --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.metric --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.metric --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.metric --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.metric --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.ui.views >------------- [INFO] Building org.polarsys.capella.ui.views 1.4.0-SNAPSHOT [146/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ui.views --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.ui.views --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.ui.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.ui.views/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.ui.views/target/org.polarsys.capella.ui.views-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.ui.views --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.ui.views/target/org.polarsys.capella.ui.views-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.ui.views --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.ui.views/target/org.polarsys.capella.ui.views-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.ui.views --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.ui.views/target/org.polarsys.capella.ui.views-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.reportlog >--------- [INFO] Building org.polarsys.capella.core.ui.reportlog 1.4.0-SNAPSHOT [147/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.reportlog --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.reportlog/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.reportlog/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.reportlog/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.validation.commandline >---- [INFO] Building org.polarsys.capella.core.validation.commandline 1.4.0-SNAPSHOT [148/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.commandline --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.validation.commandline --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation.commandline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.commandline/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.validation.commandline --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.commandline/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation.commandline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.commandline/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.validation.commandline --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.validation.commandline --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.validation.commandline --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.intro >----------- [INFO] Building org.polarsys.capella.core.ui.intro 1.4.0-SNAPSHOT [149/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.intro --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.intro --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.intro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.ui.intro/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.ui.intro --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.ui.intro/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.intro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.ui.intro/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.intro --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.intro --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.intro --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.ui.feature >---------- [INFO] Building org.polarsys.capella.core.ui.feature 1.4.0-SNAPSHOT [150/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.validation.ui >-------- [INFO] Building org.polarsys.capella.core.validation.ui 1.4.0-SNAPSHOT [151/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.validation.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.validation.ui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.validation.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.validation.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.validation.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.validation.feature >------ [INFO] Building org.polarsys.capella.core.validation.feature 1.4.0-SNAPSHOT [152/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.validation.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.validation.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.validation.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.validation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.validation.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius >-- [INFO] Building org.polarsys.capella.core.ui.semantic.browser.sirius 1.4.0-SNAPSHOT [153/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature >-- [INFO] Building org.polarsys.capella.core.ui.semantic.browser.feature 1.4.0-SNAPSHOT [154/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix >--- [INFO] Building org.polarsys.capella.core.data.common.ui.quickfix 1.4.0-SNAPSHOT [155/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.libraries.ui >--------- [INFO] Building org.polarsys.capella.core.libraries.ui 1.4.0-SNAPSHOT [156/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.libraries.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.libraries.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.libraries.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.libraries.ui --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.libraries.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.libraries.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.libraries.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.libraries.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.libraries.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix >---- [INFO] Building org.polarsys.capella.core.data.core.ui.quickfix 1.4.0-SNAPSHOT [157/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.core.tiger >------------ [INFO] Building org.polarsys.capella.core.tiger 1.4.0-SNAPSHOT [158/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.tiger --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.tiger --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.tiger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.tiger/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.tiger --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.tiger/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.tiger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.tiger/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.tiger --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.tiger --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.tiger --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.tiger --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.tiger --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.cs.ui.quickfix 1.4.0-SNAPSHOT [159/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.ctx.ui.quickfix 1.4.0-SNAPSHOT [160/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix >---- [INFO] Building org.polarsys.capella.core.data.epbs.ui.quickfix 1.4.0-SNAPSHOT [161/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.fa.ui.quickfix 1.4.0-SNAPSHOT [162/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix >-- [INFO] Building org.polarsys.capella.core.data.information.ui.quickfix 1.4.0-SNAPSHOT [163/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix >-- [INFO] Building org.polarsys.capella.core.data.interaction.ui.quickfix 1.4.0-SNAPSHOT [164/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.la.ui.quickfix 1.4.0-SNAPSHOT [165/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.pa.ui.quickfix 1.4.0-SNAPSHOT [166/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.core.re >-------------- [INFO] Building org.polarsys.capella.core.re 1.4.0-SNAPSHOT [167/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.re --- [INFO] Compiling 54 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.re --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.core.re.ui >------------ [INFO] Building org.polarsys.capella.core.re.ui 1.4.0-SNAPSHOT [168/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.re.ui --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.re.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.re.ui.quickfix >-------- [INFO] Building org.polarsys.capella.core.re.ui.quickfix 1.4.0-SNAPSHOT [169/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.quickfix.feature >----- [INFO] Building org.polarsys.capella.core.ui.quickfix.feature 1.4.0-SNAPSHOT [170/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.quickfix.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.projection.common >------ [INFO] Building org.polarsys.capella.core.projection.common 1.4.0-SNAPSHOT [171/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.common --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.projection.common --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.projection.common --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.projection.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.projection.common --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.exchanges >----- [INFO] Building org.polarsys.capella.core.projection.exchanges 1.4.0-SNAPSHOT [172/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.exchanges --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.exchanges/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.exchanges/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.exchanges/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.interfaces >---- [INFO] Building org.polarsys.capella.core.projection.interfaces 1.4.0-SNAPSHOT [173/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.interfaces --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.interfaces/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.interfaces/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.interfaces/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.projection.scenario >----- [INFO] Building org.polarsys.capella.core.projection.scenario 1.4.0-SNAPSHOT [174/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.scenario --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.scenario --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.scenario/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.projection.scenario --- [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.scenario/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.scenario/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.projection.scenario --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.projection.scenario --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.projection.scenario --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.transition.diagram >------ [INFO] Building org.polarsys.capella.core.transition.diagram 1.4.0-SNAPSHOT [175/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.diagram --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.diagram --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.diagram --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.transition.diagram --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.diagram --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.diagram --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.diagram --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.diagram --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.transfo.feature >------- [INFO] Building org.polarsys.capella.core.transfo.feature 1.4.0-SNAPSHOT [176/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transfo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transfo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transfo.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transfo.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transfo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.flexibility.wizards >----- [INFO] Building org.polarsys.capella.core.flexibility.wizards 1.4.0-SNAPSHOT [177/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.flexibility.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.flexibility.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.system.ui >----- [INFO] Building org.polarsys.capella.core.transition.system.ui 1.4.0-SNAPSHOT [178/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown.ui 1.4.0-SNAPSHOT [179/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.explorer.activity.ui >----- [INFO] Building org.polarsys.capella.core.explorer.activity.ui 1.4.0-SNAPSHOT [180/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.dashboard.feature >------ [INFO] Building org.polarsys.capella.core.dashboard.feature 1.4.0-SNAPSHOT [181/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.dashboard.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.dashboard.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.common.feature >-- [INFO] Building org.polarsys.capella.core.transition.common.feature 1.4.0-SNAPSHOT [182/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.common.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transition.common.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown.feature 1.4.0-SNAPSHOT [183/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards >------ [INFO] Building org.polarsys.capella.core.data.fa.ui.wizards 1.4.0-SNAPSHOT [184/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.ui.wizards >------ [INFO] Building org.polarsys.capella.core.data.la.ui.wizards 1.4.0-SNAPSHOT [185/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.model.links.helpers >----- [INFO] Building org.polarsys.capella.core.model.links.helpers 1.4.0-SNAPSHOT [186/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.links.helpers --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.links.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.links.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.links.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.fastlinker >-------- [INFO] Building org.polarsys.capella.core.ui.fastlinker 1.4.0-SNAPSHOT [187/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.fastlinker/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.fastlinker/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.search >---------- [INFO] Building org.polarsys.capella.core.ui.search 1.4.0-SNAPSHOT [188/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.search --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.search --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.search/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.ui.search --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.search/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.search/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.search --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.search --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.search --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.search --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.search --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.wizards.feature >------ [INFO] Building org.polarsys.capella.core.ui.wizards.feature 1.4.0-SNAPSHOT [189/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.wizards.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.re.updateconnections.ui >--- [INFO] Building org.polarsys.capella.core.re.updateconnections.ui 1.4.0-SNAPSHOT [190/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.re.project >---------- [INFO] Building org.polarsys.capella.core.re.project 1.4.0-SNAPSHOT [191/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.project --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.project --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.project/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.re.project --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.project/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.project/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.project --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.project --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.re.project --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.re.feature >---------- [INFO] Building org.polarsys.capella.core.re.feature 1.4.0-SNAPSHOT [192/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.re.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.re.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.re.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.re.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.libraries.feature >------ [INFO] Building org.polarsys.capella.core.libraries.feature 1.4.0-SNAPSHOT [193/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.libraries.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.libraries.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.libraries.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.libraries.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.libraries.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.libraries.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.libraries.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.migration >-------- [INFO] Building org.polarsys.capella.core.data.migration 1.4.0-SNAPSHOT [194/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.migration --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.migration --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.migration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.migration --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.migration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.migration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.migration --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.migration --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.migration --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.migration.feature >------ [INFO] Building org.polarsys.capella.core.migration.feature 1.4.0-SNAPSHOT [195/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.migration.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.migration.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.migration.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.migration.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.migration.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.migration.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.migration.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.compare >----------- [INFO] Building org.polarsys.capella.core.compare 1.4.0-SNAPSHOT [196/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.compare --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.compare --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.compare --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/CapellaScope.java:[159] String rawVersion = CapellaFeatureHelper.getDetectedVersion(capellaFile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDetectedVersion(IFile) from the type CapellaFeatureHelper is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.compare --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.compare --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.compare --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.compare.feature >------- [INFO] Building org.polarsys.capella.core.compare.feature 1.4.0-SNAPSHOT [197/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.compare.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.compare.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.compare.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.compare.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.compare.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.compare.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.compare.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.detachment.propertyvalue >----- [INFO] Building org.polarsys.capella.detachment.propertyvalue 1.4.0-SNAPSHOT [198/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.detachment.version.precondition >-- [INFO] Building org.polarsys.capella.detachment.version.precondition 1.4.0-SNAPSHOT [199/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.detachment.version.precondition --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.detachment.feature >-------- [INFO] Building org.polarsys.capella.detachment.feature 1.4.0-SNAPSHOT [200/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.detachment.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/features/org.polarsys.capella.detachment.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.detachment.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.detachment.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.detachment.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.detachment.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.detachment.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.re.updateconnections.doc >--- [INFO] Building org.polarsys.capella.core.re.updateconnections.doc 1.4.0-SNAPSHOT [201/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.developer.doc >----------- [INFO] Building org.polarsys.capella.developer.doc 1.4.0-SNAPSHOT [202/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.developer.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.developer.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.developer.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.developer.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.developer.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.developer.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.developer.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.developer.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.developer.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.developer.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.developer.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.developer.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.developer.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.diagrams.doc >----------- [INFO] Building org.polarsys.capella.diagrams.doc 1.4.0-SNAPSHOT [203/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.diagrams.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.diagrams.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.diagrams.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.diagrams.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.diagrams.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.diagrams.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.diagrams.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.diagrams.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.diagrams.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.diagrams.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.diffmerge.doc >----------- [INFO] Building org.polarsys.capella.diffmerge.doc 1.4.0-SNAPSHOT [204/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.diffmerge.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.diffmerge.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.diffmerge.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.diffmerge.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.diffmerge.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.diffmerge.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.diffmerge.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.diffmerge.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.diffmerge.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.diffmerge.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------------< org.polarsys:org.polarsys.capella.doc >---------------- [INFO] Building org.polarsys.capella.doc 1.4.0-SNAPSHOT [205/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.viewpoint.doc >----------- [INFO] Building org.polarsys.capella.viewpoint.doc 1.4.0-SNAPSHOT [206/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viewpoint.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.viewpoint.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.viewpoint.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.viewpoint.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.viewpoint.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.viewpoint.doc/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viewpoint.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.viewpoint.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.viewpoint.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.viewpoint.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.viewpoint.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.viewpoint.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.viewpoint.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.preferences.doc >---------- [INFO] Building org.polarsys.capella.preferences.doc 1.4.0-SNAPSHOT [207/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.preferences.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.preferences.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.preferences.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.preferences.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.preferences.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.preferences.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.preferences.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.preferences.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.preferences.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.preferences.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.properties.doc >---------- [INFO] Building org.polarsys.capella.properties.doc 1.4.0-SNAPSHOT [208/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.properties.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.properties.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.properties.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.properties.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.properties.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.properties.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.properties.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.properties.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.properties.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.properties.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.re.doc >-------------- [INFO] Building org.polarsys.capella.re.doc 1.4.0-SNAPSHOT [209/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.re.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.re.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.re.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.re.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.re.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.re.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.re.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.re.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.re.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.re.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.transitions.doc >---------- [INFO] Building org.polarsys.capella.transitions.doc 1.4.0-SNAPSHOT [210/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transitions.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.transitions.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transitions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.transitions.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transitions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.transitions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transitions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.transitions.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.transitions.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.transitions.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.ui.doc >-------------- [INFO] Building org.polarsys.capella.ui.doc 1.4.0-SNAPSHOT [211/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ui.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.ui.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.ui.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.ui.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.ui.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.ui.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.ui.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.ui.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.ui.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ui.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.ui.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.ui.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.ui.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.glossary.doc >----------- [INFO] Building org.polarsys.capella.glossary.doc 1.4.0-SNAPSHOT [212/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.glossary.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.glossary.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.glossary.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.glossary.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.glossary.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.glossary.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.glossary.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.glossary.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.glossary.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.glossary.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.validation.doc >---------- [INFO] Building org.polarsys.capella.validation.doc 1.4.0-SNAPSHOT [213/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.validation.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.validation.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.validation.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.validation.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.validation.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.validation.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.validation.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.validation.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.validation.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.validation.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.th.doc >-------------- [INFO] Building org.polarsys.capella.th.doc 1.4.0-SNAPSHOT [214/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.th.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.th.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.th.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.th.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.th.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.th.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.th.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.th.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.th.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.th.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.th.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.th.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.th.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.tipsandtricks.doc >--------- [INFO] Building org.polarsys.capella.tipsandtricks.doc 1.4.0-SNAPSHOT [215/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.tipsandtricks.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.git.doc >-------------- [INFO] Building org.polarsys.capella.git.doc 1.4.0-SNAPSHOT [216/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.git.doc --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.git.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.git.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.git.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.git.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.git.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.git.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.git.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.git.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.git.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.doc.feature >------------ [INFO] Building org.polarsys.capella.doc.feature 1.4.0-SNAPSHOT [217/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.doc.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/doc/features/org.polarsys.capella.doc.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.doc.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.doc.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.doc.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.common.ui >----- [INFO] Building org.polarsys.capella.core.projection.common.ui 1.4.0-SNAPSHOT [218/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.common.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.diagram.ui >---- [INFO] Building org.polarsys.capella.core.transition.diagram.ui 1.4.0-SNAPSHOT [219/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.transfo.feature >------ [INFO] Building org.polarsys.capella.core.ui.transfo.feature 1.4.0-SNAPSHOT [220/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.transfo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.git.feature >--------- [INFO] Building org.polarsys.capella.core.git.feature 1.4.0-SNAPSHOT [221/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.git.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.git.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.git.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.git.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.git.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.git.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.git.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.mylyn.feature >-------- [INFO] Building org.polarsys.capella.core.mylyn.feature 1.4.0-SNAPSHOT [222/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.mylyn.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.mylyn.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.advance.feature >------- [INFO] Building org.polarsys.capella.core.advance.feature 1.4.0-SNAPSHOT [223/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.advance.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.advance.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.advance.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.advance.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.advance.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.advance.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.advance.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.ui.properties.richtext >---- [INFO] Building org.polarsys.capella.core.ui.properties.richtext 1.4.0-SNAPSHOT [224/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext >-- [INFO] Building org.polarsys.capella.core.explorer.activity.ui.richtext 1.4.0-SNAPSHOT [225/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.properties.richtext.feature >-- [INFO] Building org.polarsys.capella.core.properties.richtext.feature 1.4.0-SNAPSHOT [226/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.richtext.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.feature >----------- [INFO] Building org.polarsys.capella.core.feature 1.4.0-SNAPSHOT [227/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.feature --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.detachement >------ [INFO] Building org.polarsys.capella.core.model.detachement 1.4.0-SNAPSHOT [228/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.detachement --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.detachement --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.detachement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.detachement/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.model.detachement --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.detachement/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.detachement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.detachement/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.detachement --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.detachement --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.detachement --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.detachement --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.model.detachement --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.4.0-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.properties.descriptions >-- [INFO] Building org.polarsys.capella.core.ui.properties.descriptions 1.4.0-SNAPSHOT [229/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.viatra.common.data.gen >------ [INFO] Building org.polarsys.capella.viatra.common.data.gen 1.4.0-SNAPSHOT [230/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.viatra.common.re.gen >------- [INFO] Building org.polarsys.capella.viatra.common.re.gen 1.4.0-SNAPSHOT [231/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.viatra.core.data.gen >------- [INFO] Building org.polarsys.capella.viatra.core.data.gen 1.4.0-SNAPSHOT [232/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Compiling 559 source files to /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.viatra.core.feature >-------- [INFO] Building org.polarsys.capella.viatra.core.feature 1.4.0-SNAPSHOT [233/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viatra.core.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.viatra.core.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.viatra.core.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.viatra.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.viatra.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.viatra.core.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.cdo.features >----------- [INFO] Building org.polarsys.capella.cdo.features 1.4.0-SNAPSHOT [234/293] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.cdo.features --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.cdo.plugins >------------ [INFO] Building org.polarsys.capella.cdo.plugins 1.4.0-SNAPSHOT [235/293] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.cdo.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo >--- [INFO] Building org.polarsys.capella.common.data.activity.gen.cdo 1.4.0-SNAPSHOT [236/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo >--- [INFO] Building org.polarsys.capella.common.data.behavior.gen.cdo 1.4.0-SNAPSHOT [237/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.core.gen.cdo >----- [INFO] Building org.polarsys.capella.common.data.core.gen.cdo 1.4.0-SNAPSHOT [238/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.libraries.gen.cdo >----- [INFO] Building org.polarsys.capella.common.libraries.gen.cdo 1.4.0-SNAPSHOT [239/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.re.gen.cdo >--------- [INFO] Building org.polarsys.capella.common.re.gen.cdo 1.4.0-SNAPSHOT [240/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.gen.cdo >--------- [INFO] Building org.polarsys.capella.core.data.gen.cdo 1.4.0-SNAPSHOT [241/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo >------ [INFO] Building org.polarsys.kitalpha.ad.metadata.model.cdo 1.4.0-SNAPSHOT [242/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.kitalpha.emde.model.cdo >---------- [INFO] Building org.polarsys.kitalpha.emde.model.cdo 1.4.0-SNAPSHOT [243/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.cdo.mock.feature >--------- [INFO] Building org.polarsys.capella.cdo.mock.feature 1.4.0-SNAPSHOT [244/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdo.mock.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] ---------------< org.polarsys:org.polarsys.capella.rcp >---------------- [INFO] Building org.polarsys.capella.rcp 1.4.0-SNAPSHOT [245/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.rcp --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.rcp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.rcp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.rcp --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.rcp --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.rcp.feature >------------ [INFO] Building org.polarsys.capella.rcp.feature 1.4.0-SNAPSHOT [246/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.rcp.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.rcp.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.rcp.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.rcp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.rcp.feature/target/org.polarsys.capella.rcp.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.rcp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.rcp.feature/target/org.polarsys.capella.rcp.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.rcp.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.rcp.feature/target/org.polarsys.capella.rcp.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.rcp.feature/target/org.polarsys.capella.rcp.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.rcp.product >------------ [INFO] Building org.polarsys.capella.rcp.product 1.4.0-SNAPSHOT [247/293] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.rcp.product --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.rcp.product --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.rcp.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.rcp.product --- [INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-products (default-publish-products) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-categories (default-publish-categories) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (default-archive-repository) @ org.polarsys.capella.rcp.product --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/org.polarsys.capella.rcp.product-1.4.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-director-plugin:1.6.0:materialize-products (materialize-products) @ org.polarsys.capella.rcp.product --- [INFO] Installing product org.polarsys.capella.rcp.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/win32/win32/x86_64 Installing org.polarsys.capella.rcp.product 1.4.0.202010090816. Operation completed in 29073 ms. [INFO] Installing product org.polarsys.capella.rcp.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64 Installing org.polarsys.capella.rcp.product 1.4.0.202010090816. Operation completed in 34872 ms. [INFO] Installing product org.polarsys.capella.rcp.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Eclipse.app Installing org.polarsys.capella.rcp.product 1.4.0.202010090816. Operation completed in 35220 ms. [INFO] [INFO] --- maven-antrun-plugin:1.7:run (create-dropins) @ org.polarsys.capella.rcp.product --- [INFO] Executing tasks main: [mkdir] Created dir: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/dropins [mkdir] Created dir: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Eclipse.app/Contents/Eclipse/dropins [mkdir] Created dir: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/win32/win32/x86_64/dropins [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (package-product) @ org.polarsys.capella.rcp.product --- [INFO] Executing tasks main: [zip] Building zip: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202010090816-linux-gtk-x86_64.zip [zip] Building zip: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202010090816-macosx-cocoa-x86_64.zip [move] Moving 1 file to /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/win32/win32/x86_64 [zip] Building zip: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202010090816-win32-win32-x86_64.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (archive-repository) @ org.polarsys.capella.rcp.product --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/org.polarsys.capella.rcp.product.site-1.4.0.202010090816.zip [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.rcp.site >------------- [INFO] Building org.polarsys.capella.rcp.site 1.4.0-SNAPSHOT [248/293] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.rcp.site --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.rcp.site --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.rcp.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.rcp.site --- [INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-products (default-publish-products) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-categories (default-publish-categories) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (default-archive-repository) @ org.polarsys.capella.rcp.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/target/org.polarsys.capella.rcp.site-1.4.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (archive-repository) @ org.polarsys.capella.rcp.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/target/org.polarsys.capella.rcp.site-1.4.0.202010090816.zip [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.extension.migration.egf >-- [INFO] Building org.polarsys.capella.common.extension.migration.egf 1.4.0-SNAPSHOT [249/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.extension.migration.egf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.extension.migration.egf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.tig.egf >---------- [INFO] Building org.polarsys.capella.common.tig.egf 1.4.0-SNAPSHOT [250/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tig.egf --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tig.egf --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tig.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.tig.egf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.common.tig.egf --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.tig.egf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tig.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.tig.egf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tig.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tig.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tig.egf --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tig.egf --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.common.tig.egf --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.core.egf >------------- [INFO] Building org.polarsys.capella.core.egf 1.4.0-SNAPSHOT [251/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.egf --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.egf --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.egf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.egf --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.egf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.egf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.egf --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.egf --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.egf --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.postgeneration.egf >------ [INFO] Building org.polarsys.capella.core.postgeneration.egf 1.4.0-SNAPSHOT [252/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.postgeneration.egf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.postgeneration.egf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.releng >------------ [INFO] Building org.polarsys.capella.core.releng 1.4.0-SNAPSHOT [253/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.releng --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.releng --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.releng --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.releng/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.core.releng --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.releng/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.releng --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.releng/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.releng --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.releng --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.releng --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.releng --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.releng --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.egf.feature >--------- [INFO] Building org.polarsys.capella.core.egf.feature 1.4.0-SNAPSHOT [254/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.egf.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.core.egf.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.egf.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.egf.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.core.egf.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.core.egf.feature/target/org.polarsys.capella.core.egf.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.egf.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.core.egf.feature/target/org.polarsys.capella.core.egf.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.egf.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.core.egf.feature/target/org.polarsys.capella.core.egf.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/releng/features/org.polarsys.capella.core.egf.feature/target/org.polarsys.capella.core.egf.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.releng.plugins >-------- [INFO] Building org.polarsys.capella.core.releng.plugins 1.4.0-SNAPSHOT [255/293] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.releng.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.egf.site >------------- [INFO] Building org.polarsys.capella.egf.site 1.4.0-SNAPSHOT [256/293] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.egf.site --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.egf.site --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.egf.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.egf.site --- [INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-products (default-publish-products) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-categories (default-publish-categories) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (default-archive-repository) @ org.polarsys.capella.egf.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/target/org.polarsys.capella.egf.site-1.4.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (archive-repository) @ org.polarsys.capella.egf.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/target/org.polarsys.capella.egf.site-1.4.0.202010090816.zip [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.tests.plugins >----------- [INFO] Building org.polarsys.capella.tests.plugins 1.4.0-SNAPSHOT [257/293] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.tests.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.test.framework >---------- [INFO] Building org.polarsys.capella.test.framework 1.4.0-SNAPSHOT [258/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.framework --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.framework --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.framework/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.framework --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.framework/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.framework/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.framework --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.framework --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.framework --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.test.diagram.common.ju >------ [INFO] Building org.polarsys.capella.test.diagram.common.ju 1.4.0-SNAPSHOT [259/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.common.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Compiling 142 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.common.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.test.diagram.layout.ju >------ [INFO] Building org.polarsys.capella.test.diagram.layout.ju 1.4.0-SNAPSHOT [260/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.test.diagram.tools.ju >------- [INFO] Building org.polarsys.capella.test.diagram.tools.ju 1.4.0-SNAPSHOT [261/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Compiling 384 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.benchmarks.ju >-------- [INFO] Building org.polarsys.capella.test.benchmarks.ju 1.4.0-SNAPSHOT [262/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.benchmarks.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.benchmarks.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/org.polarsys.capella.test.benchmarks.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/org.polarsys.capella.test.benchmarks.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/org.polarsys.capella.test.benchmarks.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/org.polarsys.capella.test.benchmarks.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/org.polarsys.capella.test.benchmarks.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/org.polarsys.capella.test.benchmarks.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.test.business.queries.ju >----- [INFO] Building org.polarsys.capella.test.business.queries.ju 1.4.0-SNAPSHOT [263/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.business.queries.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.business.queries.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Compiling 299 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.business.queries.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.test.commandline.ju >-------- [INFO] Building org.polarsys.capella.test.commandline.ju 1.4.0-SNAPSHOT [264/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.commandline.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.commandline.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.commandline.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.commandline.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.commandline.ju --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.commandline.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.commandline.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.commandline.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.commandline.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.commandline.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.commandline.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.commandline.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.commandline.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.test.diagram.filters.ju >------ [INFO] Building org.polarsys.capella.test.diagram.filters.ju 1.4.0-SNAPSHOT [265/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Compiling 378 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.test.diagram.misc.ju >------- [INFO] Building org.polarsys.capella.test.diagram.misc.ju 1.4.0-SNAPSHOT [266/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.test.doc.ju >------------ [INFO] Building org.polarsys.capella.test.doc.ju 1.4.0-SNAPSHOT [267/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.doc.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.doc.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.doc.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.doc.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.doc.ju --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.doc.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.doc.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.doc.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.doc.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.doc.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.doc.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.doc.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.doc.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.test.explorer.activity.ju >----- [INFO] Building org.polarsys.capella.test.explorer.activity.ju 1.4.0-SNAPSHOT [268/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.fastlinker.ju >-------- [INFO] Building org.polarsys.capella.test.fastlinker.ju 1.4.0-SNAPSHOT [269/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fastlinker.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fastlinker.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.test.model.ju >----------- [INFO] Building org.polarsys.capella.test.model.ju 1.4.0-SNAPSHOT [270/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.model.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.model.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.model.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.model.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.model.ju --- [INFO] Compiling 85 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.model.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.model.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.model.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.model.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.model.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.model.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.model.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.model.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.test.validation.rules.ju >----- [INFO] Building org.polarsys.capella.test.validation.rules.ju 1.4.0-SNAPSHOT [271/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.validation.rules.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Compiling 387 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.validation.rules.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.test.platform.ju >--------- [INFO] Building org.polarsys.capella.test.platform.ju 1.4.0-SNAPSHOT [272/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.platform.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.platform.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.platform.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.platform.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.platform.ju --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.platform.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.platform.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.platform.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.platform.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.platform.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.platform.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.platform.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.platform.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.test.recrpl.ju >---------- [INFO] Building org.polarsys.capella.test.recrpl.ju 1.4.0-SNAPSHOT [273/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.recrpl.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.recrpl.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.recrpl.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.transition.ju >-------- [INFO] Building org.polarsys.capella.test.transition.ju 1.4.0-SNAPSHOT [274/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.transition.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.transition.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.transition.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.transition.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.transition.ju --- [INFO] Compiling 162 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.transition.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.transition.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.transition.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.transition.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.transition.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.transition.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.transition.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.transition.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.fragmentation >-------- [INFO] Building org.polarsys.capella.test.fragmentation 1.4.0-SNAPSHOT [275/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.fragmentation --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.fragmentation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.fragmentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fragmentation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.fragmentation --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fragmentation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.fragmentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fragmentation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.fragmentation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fragmentation/target/org.polarsys.capella.test.fragmentation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.fragmentation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fragmentation/target/org.polarsys.capella.test.fragmentation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.fragmentation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fragmentation/target/org.polarsys.capella.test.fragmentation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.fragmentation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fragmentation/target/org.polarsys.capella.test.fragmentation-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fragmentation/target/org.polarsys.capella.test.fragmentation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.fragmentation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.fragmentation/target/org.polarsys.capella.test.fragmentation-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.test.library.ju >---------- [INFO] Building org.polarsys.capella.test.library.ju 1.4.0-SNAPSHOT [276/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.library.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.library.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.library.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.library.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.library.ju --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.library.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.library.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.library.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.library.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.library.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.library.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.library.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.library.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.test.massactions.ju >-------- [INFO] Building org.polarsys.capella.test.massactions.ju 1.4.0-SNAPSHOT [277/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.massactions.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.massactions.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.massactions.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.massactions.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.massactions.ju --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.massactions.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.massactions.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.massactions.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.massactions.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.massactions.ju/target/org.polarsys.capella.test.massactions.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.massactions.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.massactions.ju/target/org.polarsys.capella.test.massactions.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.massactions.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.massactions.ju/target/org.polarsys.capella.test.massactions.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.massactions.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.massactions.ju/target/org.polarsys.capella.test.massactions.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.massactions.ju/target/org.polarsys.capella.test.massactions.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.massactions.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.massactions.ju/target/org.polarsys.capella.test.massactions.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.migration.ju >--------- [INFO] Building org.polarsys.capella.test.migration.ju 1.4.0-SNAPSHOT [278/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.migration.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.migration.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.migration.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.migration.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.migration.ju --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.migration.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.migration.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.migration.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.migration.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.migration.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.migration.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.migration.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.migration.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.navigator.ju >--------- [INFO] Building org.polarsys.capella.test.navigator.ju 1.4.0-SNAPSHOT [279/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.navigator.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.navigator.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.navigator.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.navigator.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.navigator.ju --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.navigator.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.navigator.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.navigator.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.navigator.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.navigator.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.navigator.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.navigator.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.navigator.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.test.odesign >----------- [INFO] Building org.polarsys.capella.test.odesign 1.4.1-SNAPSHOT [280/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.odesign --- [INFO] The project's OSGi version is 1.4.1.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.odesign --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.odesign --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.odesign/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.odesign --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.odesign/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.odesign --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.odesign/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.odesign --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.odesign --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.odesign --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.odesign --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.4.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.odesign --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.4.1-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.test.progressmonitoring.ju >---- [INFO] Building org.polarsys.capella.test.progressmonitoring.ju 1.4.0-SNAPSHOT [281/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.test.re.updateconnections.ju >--- [INFO] Building org.polarsys.capella.test.re.updateconnections.ju 1.4.0-SNAPSHOT [282/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.test.richtext.ju >--------- [INFO] Building org.polarsys.capella.test.richtext.ju 1.4.1-SNAPSHOT [283/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.richtext.ju --- [INFO] The project's OSGi version is 1.4.1.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.richtext.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.richtext.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.richtext.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.richtext.ju --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.richtext.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.richtext.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.richtext.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.richtext.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.richtext.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.richtext.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.richtext.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.4.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.richtext.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.4.1-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.test.semantic.queries.ju >----- [INFO] Building org.polarsys.capella.test.semantic.queries.ju 1.4.0-SNAPSHOT [284/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.test.table >------------ [INFO] Building org.polarsys.capella.test.table 1.4.1-SNAPSHOT [285/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.table --- [INFO] The project's OSGi version is 1.4.1.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.table --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.table --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.table/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.table --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.table/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.table --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.table/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.table --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.table --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.table --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.table --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.4.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.table --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.4.1-SNAPSHOT.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.test.suites.ju >---------- [INFO] Building org.polarsys.capella.test.suites.ju 1.4.0-SNAPSHOT [286/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.suites.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.suites.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.suites.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suites.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.suites.ju --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.suites.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suites.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.suites.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.suites.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.suites.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.suites.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.suites.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.projection.ju >-------- [INFO] Building org.polarsys.capella.test.projection.ju 1.4.0-SNAPSHOT [287/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.projection.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.projection.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.projection.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.projection.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.projection.ju --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.projection.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.projection.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.projection.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.projection.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.projection.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.projection.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.projection.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.projection.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.suite.inui.ju >-------- [INFO] Building org.polarsys.capella.test.suite.inui.ju 1.4.0-SNAPSHOT [288/293] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] tycho.testArgLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.inui.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.inui.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.test.suite.local.ju >-------- [INFO] Building org.polarsys.capella.test.suite.local.ju 1.4.0-SNAPSHOT [289/293] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.suite.local.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] tycho.testArgLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.local.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.local.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.test.suite.notinui.ju >------- [INFO] Building org.polarsys.capella.test.suite.notinui.ju 1.4.0-SNAPSHOT [290/293] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] tycho.testArgLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.4.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.test.run >------------- [INFO] Building org.polarsys.capella.test.run 1.4.0-SNAPSHOT [291/293] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.run --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.run --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.run --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.run/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.polarsys.capella.test.run --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.run/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.run --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.run/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.run --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.run/target/org.polarsys.capella.test.run-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.run --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.run/target/org.polarsys.capella.test.run-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.run --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.run/target/org.polarsys.capella.test.run-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.run --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.run/target/org.polarsys.capella.test.run-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.run/target/org.polarsys.capella.test.run-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.run --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_master-m2/tests/plugins/org.polarsys.capella.test.run/target/org.polarsys.capella.test.run-1.4.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.test.feature >----------- [INFO] Building org.polarsys.capella.test.feature 1.4.0-SNAPSHOT [292/293] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_master-m2/tests/features/org.polarsys.capella.test.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.test.feature --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.polarsys.capella.test.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/features/org.polarsys.capella.test.feature/target/org.polarsys.capella.test.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/features/org.polarsys.capella.test.feature/target/org.polarsys.capella.test.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/features/org.polarsys.capella.test.feature/target/org.polarsys.capella.test.feature-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_master-m2/tests/features/org.polarsys.capella.test.feature/target/org.polarsys.capella.test.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.feature --- [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.test.site >------------- [INFO] Building org.polarsys.capella.test.site 1.4.0-SNAPSHOT [293/293] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.test.site --- [INFO] The project's OSGi version is 1.4.0.202010090816 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.site --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.test.site --- [INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-products (default-publish-products) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-categories (default-publish-categories) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (default-archive-repository) @ org.polarsys.capella.test.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/target/org.polarsys.capella.test.site-1.4.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (archive-repository) @ org.polarsys.capella.test.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/target/org.polarsys.capella.test.site-1.4.0.202010090816.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Capella 1.4.0-SNAPSHOT ............................. SUCCESS [ 11.469 s] [INFO] org.polarsys.capella.samples 1.4.0-SNAPSHOT ........ SUCCESS [ 3.858 s] [INFO] org.polarsys.capella.common.mdsofa.common 1.4.0-SNAPSHOT SUCCESS [ 6.598 s] [INFO] org.polarsys.capella.common.plugins 1.4.0-SNAPSHOT . SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.common 1.4.0-SNAPSHOT ......... SUCCESS [ 2.871 s] [INFO] org.polarsys.capella.common.ef 1.4.0-SNAPSHOT ...... SUCCESS [ 2.671 s] [INFO] org.polarsys.capella.common.platform.sirius.ted 1.4.0-SNAPSHOT SUCCESS [ 3.672 s] [INFO] org.polarsys.capella.common.helpers 1.4.0-SNAPSHOT . SUCCESS [ 3.068 s] [INFO] org.polarsys.capella.common.tools.report 1.4.0-SNAPSHOT SUCCESS [ 2.562 s] [INFO] org.polarsys.capella.common.model 1.4.0-SNAPSHOT ... SUCCESS [ 2.535 s] [INFO] org.polarsys.capella.common.model.helpers 1.4.0-SNAPSHOT SUCCESS [ 2.437 s] [INFO] org.polarsys.capella.common.data.core.gen 1.4.0-SNAPSHOT SUCCESS [ 3.168 s] [INFO] org.polarsys.capella.common.data.behavior.gen 1.4.0-SNAPSHOT SUCCESS [ 2.511 s] [INFO] org.polarsys.capella.common.data.activity.gen 1.4.0-SNAPSHOT SUCCESS [ 3.362 s] [INFO] org.polarsys.capella.common.data.core.gen.edit 1.4.0-SNAPSHOT SUCCESS [ 2.565 s] [INFO] org.polarsys.capella.common.data.behavior.gen.edit 1.4.0-SNAPSHOT SUCCESS [ 2.318 s] [INFO] org.polarsys.capella.common.data.activity.gen.edit 1.4.0-SNAPSHOT SUCCESS [ 3.633 s] [INFO] org.polarsys.capella.common.data.helpers 1.4.0-SNAPSHOT SUCCESS [ 3.157 s] [INFO] org.polarsys.capella.shared.id.handler 1.4.0-SNAPSHOT SUCCESS [ 2.503 s] [INFO] org.polarsys.capella.common.queries 1.4.0-SNAPSHOT . SUCCESS [ 2.418 s] [INFO] org.polarsys.capella.common.menu.dynamic 1.4.0-SNAPSHOT SUCCESS [ 2.737 s] [INFO] org.polarsys.capella.common.re.gen 1.4.0-SNAPSHOT .. SUCCESS [ 3.714 s] [INFO] org.polarsys.capella.common.re.gen.edit 1.4.0-SNAPSHOT SUCCESS [ 2.942 s] [INFO] org.polarsys.capella.common.libraries.gen 1.4.0-SNAPSHOT SUCCESS [ 2.805 s] [INFO] org.polarsys.capella.common.libraries.gen.edit 1.4.0-SNAPSHOT SUCCESS [ 2.699 s] [INFO] org.polarsys.capella.common.id.handler 1.4.0-SNAPSHOT SUCCESS [ 2.616 s] [INFO] org.polarsys.capella.common.libraries 1.4.0-SNAPSHOT SUCCESS [ 2.672 s] [INFO] org.polarsys.capella.common.flexibility.properties 1.4.0-SNAPSHOT SUCCESS [ 2.628 s] [INFO] org.polarsys.capella.core.plugins 1.4.0-SNAPSHOT ... SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.core.data.gen 1.4.0-SNAPSHOT .. SUCCESS [ 14.570 s] [INFO] org.polarsys.capella.core.data.gen.edit 1.4.0-SNAPSHOT SUCCESS [ 7.835 s] [INFO] org.polarsys.capella.core.model.handler 1.4.0-SNAPSHOT SUCCESS [ 3.126 s] [INFO] org.polarsys.capella.core.preferences 1.4.0-SNAPSHOT SUCCESS [ 3.472 s] [INFO] org.polarsys.capella.common.tools.report.appenders.usage 1.4.0-SNAPSHOT SUCCESS [ 3.279 s] [INFO] org.polarsys.capella.common.transition 1.4.0-SNAPSHOT SUCCESS [ 3.726 s] [INFO] org.polarsys.capella.common.re 1.4.0-SNAPSHOT ...... SUCCESS [ 3.642 s] [INFO] org.polarsys.capella.common.feature 1.4.0-SNAPSHOT . SUCCESS [ 3.497 s] [INFO] org.polarsys.capella.doc.plugins 1.4.0-SNAPSHOT .... SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.commandline.doc 1.4.0-SNAPSHOT SUCCESS [ 2.620 s] [INFO] org.polarsys.capella.common.ui 1.4.0-SNAPSHOT ...... SUCCESS [ 3.371 s] [INFO] org.polarsys.capella.core.data.helpers 1.4.0-SNAPSHOT SUCCESS [ 4.697 s] [INFO] org.polarsys.capella.core.model.preferences 1.4.0-SNAPSHOT SUCCESS [ 2.702 s] [INFO] org.polarsys.capella.core.model.helpers 1.4.0-SNAPSHOT SUCCESS [ 5.095 s] [INFO] org.polarsys.capella.common.flexibility.wizards 1.4.0-SNAPSHOT SUCCESS [ 3.042 s] [INFO] org.polarsys.capella.common.linkedtext.ui 1.4.0-SNAPSHOT SUCCESS [ 2.550 s] [INFO] org.polarsys.capella.common.tools.report.appenders.console 1.4.0-SNAPSHOT SUCCESS [ 2.249 s] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.console 1.4.0-SNAPSHOT SUCCESS [ 2.344 s] [INFO] org.polarsys.capella.common.tools.report.ui 1.4.0-SNAPSHOT SUCCESS [ 2.242 s] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.ui 1.4.0-SNAPSHOT SUCCESS [ 2.253 s] [INFO] org.polarsys.capella.common.platform.sirius.customization 1.4.0-SNAPSHOT SUCCESS [ 2.408 s] [INFO] org.polarsys.capella.core.transition.common.ui 1.4.0-SNAPSHOT SUCCESS [ 2.550 s] [INFO] org.polarsys.capella.common.ui.services 1.4.0-SNAPSHOT SUCCESS [ 2.323 s] [INFO] org.polarsys.capella.common.ui.toolkit 1.4.0-SNAPSHOT SUCCESS [ 2.835 s] [INFO] org.polarsys.capella.common.ui.toolkit.browser 1.4.0-SNAPSHOT SUCCESS [ 2.582 s] [INFO] org.polarsys.capella.common.ui.resources 1.4.0-SNAPSHOT SUCCESS [ 2.434 s] [INFO] org.polarsys.capella.core.libraries 1.4.0-SNAPSHOT . SUCCESS [ 2.602 s] [INFO] org.polarsys.capella.core.data.business.queries 1.4.0-SNAPSHOT SUCCESS [ 6.664 s] [INFO] org.polarsys.capella.core.ui.resources 1.4.0-SNAPSHOT SUCCESS [ 2.735 s] [INFO] org.polarsys.capella.core.ui.toolkit 1.4.0-SNAPSHOT SUCCESS [ 2.847 s] [INFO] org.polarsys.capella.core.data.gen.edit.decorators 1.4.0-SNAPSHOT SUCCESS [ 3.431 s] [INFO] org.polarsys.capella.core.diagram.helpers 1.4.0-SNAPSHOT SUCCESS [ 2.713 s] [INFO] org.polarsys.capella.core.platform.sirius.clipboard 1.4.0-SNAPSHOT SUCCESS [ 2.776 s] [INFO] org.polarsys.capella.common.re.ui 1.4.0-SNAPSHOT ... SUCCESS [ 2.791 s] [INFO] org.polarsys.capella.common.tools.report.appenders.file 1.4.0-SNAPSHOT SUCCESS [ 2.186 s] [INFO] org.polarsys.capella.common.tools.report.appenders.reportlogview 1.4.0-SNAPSHOT SUCCESS [ 2.633 s] [INFO] org.polarsys.capella.common.tools.report.appenders.usage.ui 1.4.0-SNAPSHOT SUCCESS [ 2.393 s] [INFO] org.polarsys.capella.core.af.integration 1.4.0-SNAPSHOT SUCCESS [ 2.325 s] [INFO] org.polarsys.capella.core.validation 1.4.0-SNAPSHOT SUCCESS [ 2.454 s] [INFO] org.polarsys.capella.core.linkedtext.ui 1.4.0-SNAPSHOT SUCCESS [ 2.446 s] [INFO] org.polarsys.capella.core.platform.eclipse.ui.trace 1.4.0-SNAPSHOT SUCCESS [ 2.746 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.menu 1.4.0-SNAPSHOT SUCCESS [ 2.578 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.actions 1.4.0-SNAPSHOT SUCCESS [ 3.189 s] [INFO] org.polarsys.capella.core.ui.properties 1.4.0-SNAPSHOT SUCCESS [ 3.316 s] [INFO] org.polarsys.capella.common.ui.menu.dynamic 1.4.0-SNAPSHOT SUCCESS [ 2.340 s] [INFO] org.polarsys.capella.core.application 1.4.0-SNAPSHOT SUCCESS [ 2.448 s] [INFO] org.polarsys.capella.core.commandline.core 1.4.0-SNAPSHOT SUCCESS [ 2.405 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.perspective 1.4.0-SNAPSHOT SUCCESS [ 2.557 s] [INFO] org.polarsys.capella.core.commandline.core.ui 1.4.0-SNAPSHOT SUCCESS [ 2.600 s] [INFO] org.polarsys.capella.core.data.core.properties 1.4.0-SNAPSHOT SUCCESS [ 2.679 s] [INFO] org.polarsys.capella.core.data.common.properties 1.4.0-SNAPSHOT SUCCESS [ 2.623 s] [INFO] org.polarsys.capella.core.data.information.properties 1.4.0-SNAPSHOT SUCCESS [ 2.693 s] [INFO] org.polarsys.capella.core.data.interaction.properties 1.4.0-SNAPSHOT SUCCESS [ 4.781 s] [INFO] org.polarsys.capella.core.model.skeleton 1.4.0-SNAPSHOT SUCCESS [ 2.502 s] [INFO] org.polarsys.capella.core.services 1.4.0-SNAPSHOT .. SUCCESS [ 2.354 s] [INFO] org.polarsys.capella.core.platform.sirius.adapter 1.4.0-SNAPSHOT SUCCESS [ 2.309 s] [INFO] org.polarsys.capella.core.sirius.analysis 1.4.0-SNAPSHOT SUCCESS [ 7.680 s] [INFO] org.polarsys.capella.core.sirius.ui 1.4.0-SNAPSHOT . SUCCESS [ 3.219 s] [INFO] org.polarsys.capella.core.preferences.project.configuration 1.4.0-SNAPSHOT SUCCESS [ 2.483 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.project 1.4.0-SNAPSHOT SUCCESS [ 2.752 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.navigator 1.4.0-SNAPSHOT SUCCESS [ 3.620 s] [INFO] org.polarsys.capella.core.ui.semantic.browser 1.4.0-SNAPSHOT SUCCESS [ 2.704 s] [INFO] org.polarsys.capella.common.ui.massactions.core 1.4.0-SNAPSHOT SUCCESS [ 3.212 s] [INFO] org.polarsys.capella.common.ui.massactions 1.4.0-SNAPSHOT SUCCESS [ 2.610 s] [INFO] org.polarsys.capella.common.ui.massactions.doc 1.4.0-SNAPSHOT SUCCESS [ 2.680 s] [INFO] org.polarsys.capella.common.ui.massactions.feature 1.4.0-SNAPSHOT SUCCESS [ 2.845 s] [INFO] org.polarsys.capella.common.ui.feature 1.4.0-SNAPSHOT SUCCESS [ 2.442 s] [INFO] org.polarsys.capella.core.features 1.4.0-SNAPSHOT .. SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.core.model.semantic 1.4.0-SNAPSHOT SUCCESS [ 2.432 s] [INFO] org.polarsys.capella.core.semantic.queries 1.4.0-SNAPSHOT SUCCESS [ 3.966 s] [INFO] org.polarsys.capella.core.common.feature 1.4.0-SNAPSHOT SUCCESS [ 2.344 s] [INFO] org.polarsys.capella.core.af.integration.ui 1.4.0-SNAPSHOT SUCCESS [ 2.397 s] [INFO] org.polarsys.capella.core.data.res.edit 1.4.0-SNAPSHOT SUCCESS [ 2.575 s] [INFO] org.polarsys.capella.core.data.gen.editor 1.4.0-SNAPSHOT SUCCESS [ 5.444 s] [INFO] org.polarsys.capella.core.data.res.editor 1.4.0-SNAPSHOT SUCCESS [ 1.184 s] [INFO] org.polarsys.capella.core.common.ui.feature 1.4.0-SNAPSHOT SUCCESS [ 3.374 s] [INFO] org.polarsys.capella.core.data.information.communication.properties 1.4.0-SNAPSHOT SUCCESS [ 2.437 s] [INFO] org.polarsys.capella.core.data.fa.properties 1.4.0-SNAPSHOT SUCCESS [ 2.726 s] [INFO] org.polarsys.capella.core.data.cs.properties 1.4.0-SNAPSHOT SUCCESS [ 2.620 s] [INFO] org.polarsys.capella.core.data.ctx.properties 1.4.0-SNAPSHOT SUCCESS [ 3.270 s] [INFO] org.polarsys.capella.core.data.epbs.properties 1.4.0-SNAPSHOT SUCCESS [ 2.796 s] [INFO] org.polarsys.capella.core.data.information.datatype.properties 1.4.0-SNAPSHOT SUCCESS [ 2.776 s] [INFO] org.polarsys.capella.core.data.information.datavalue.properties 1.4.0-SNAPSHOT SUCCESS [ 2.872 s] [INFO] org.polarsys.capella.core.data.la.properties 1.4.0-SNAPSHOT SUCCESS [ 2.693 s] [INFO] org.polarsys.capella.core.data.modeller.properties 1.4.0-SNAPSHOT SUCCESS [ 2.657 s] [INFO] org.polarsys.capella.core.data.oa.properties 1.4.0-SNAPSHOT SUCCESS [ 2.741 s] [INFO] org.polarsys.capella.core.data.pa.deployment.properties 1.4.0-SNAPSHOT SUCCESS [ 2.599 s] [INFO] org.polarsys.capella.core.data.pa.properties 1.4.0-SNAPSHOT SUCCESS [ 2.680 s] [INFO] org.polarsys.capella.core.data.requirement.properties 1.4.0-SNAPSHOT SUCCESS [ 2.622 s] [INFO] org.polarsys.capella.core.data.sharedmodel.properties 1.4.0-SNAPSHOT SUCCESS [ 2.574 s] [INFO] org.polarsys.capella.core.properties.feature 1.4.0-SNAPSHOT SUCCESS [ 2.674 s] [INFO] org.polarsys.capella.core.data.common.validation 1.4.0-SNAPSHOT SUCCESS [ 2.577 s] [INFO] org.polarsys.capella.core.data.core.validation 1.4.0-SNAPSHOT SUCCESS [ 2.715 s] [INFO] org.polarsys.capella.core.transition.system 1.4.0-SNAPSHOT SUCCESS [ 3.199 s] [INFO] org.polarsys.capella.core.transition.system.topdown 1.4.0-SNAPSHOT SUCCESS [ 3.294 s] [INFO] org.polarsys.capella.core.data.cs.validation 1.4.0-SNAPSHOT SUCCESS [ 2.725 s] [INFO] org.polarsys.capella.core.data.ctx.validation 1.4.0-SNAPSHOT SUCCESS [ 2.535 s] [INFO] org.polarsys.capella.core.data.epbs.validation 1.4.0-SNAPSHOT SUCCESS [ 2.312 s] [INFO] org.polarsys.capella.core.data.fa.validation 1.4.0-SNAPSHOT SUCCESS [ 2.780 s] [INFO] org.polarsys.capella.core.data.information.communication.validation 1.4.0-SNAPSHOT SUCCESS [ 2.279 s] [INFO] org.polarsys.capella.core.data.information.datatype.validation 1.4.0-SNAPSHOT SUCCESS [ 2.371 s] [INFO] org.polarsys.capella.core.data.information.validation 1.4.0-SNAPSHOT SUCCESS [ 2.678 s] [INFO] org.polarsys.capella.core.data.interaction.validation 1.4.0-SNAPSHOT SUCCESS [ 2.613 s] [INFO] org.polarsys.capella.core.data.la.validation 1.4.0-SNAPSHOT SUCCESS [ 2.434 s] [INFO] org.polarsys.capella.core.menu.dynamic 1.4.0-SNAPSHOT SUCCESS [ 2.502 s] [INFO] org.polarsys.capella.core.data.menu.contributions 1.4.0-SNAPSHOT SUCCESS [ 3.038 s] [INFO] org.polarsys.capella.core.data.oa.validation 1.4.0-SNAPSHOT SUCCESS [ 2.366 s] [INFO] org.polarsys.capella.core.data.pa.deployment.validation 1.4.0-SNAPSHOT SUCCESS [ 2.360 s] [INFO] org.polarsys.capella.core.data.pa.validation 1.4.0-SNAPSHOT SUCCESS [ 2.420 s] [INFO] org.polarsys.capella.core.data.selection.queries 1.4.0-SNAPSHOT SUCCESS [ 2.580 s] [INFO] org.polarsys.capella.core.model.obfuscator 1.4.0-SNAPSHOT SUCCESS [ 2.780 s] [INFO] org.polarsys.capella.core.validation.ui.ide 1.4.0-SNAPSHOT SUCCESS [ 3.039 s] [INFO] org.polarsys.capella.core.platform.sirius.sirius.validation 1.4.0-SNAPSHOT SUCCESS [ 2.729 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.services 1.4.0-SNAPSHOT SUCCESS [ 2.557 s] [INFO] org.polarsys.capella.core.re.validation 1.4.0-SNAPSHOT SUCCESS [ 2.684 s] [INFO] org.polarsys.capella.core.ui.metric 1.4.0-SNAPSHOT . SUCCESS [ 2.930 s] [INFO] org.polarsys.capella.ui.views 1.4.0-SNAPSHOT ....... SUCCESS [ 1.201 s] [INFO] org.polarsys.capella.core.ui.reportlog 1.4.0-SNAPSHOT SUCCESS [ 2.656 s] [INFO] org.polarsys.capella.core.validation.commandline 1.4.0-SNAPSHOT SUCCESS [ 2.696 s] [INFO] org.polarsys.capella.core.ui.intro 1.4.0-SNAPSHOT .. SUCCESS [ 2.686 s] [INFO] org.polarsys.capella.core.ui.feature 1.4.0-SNAPSHOT SUCCESS [ 3.063 s] [INFO] org.polarsys.capella.core.validation.ui 1.4.0-SNAPSHOT SUCCESS [ 3.006 s] [INFO] org.polarsys.capella.core.validation.feature 1.4.0-SNAPSHOT SUCCESS [ 2.645 s] [INFO] org.polarsys.capella.core.ui.semantic.browser.sirius 1.4.0-SNAPSHOT SUCCESS [ 2.483 s] [INFO] org.polarsys.capella.core.ui.semantic.browser.feature 1.4.0-SNAPSHOT SUCCESS [ 2.425 s] [INFO] org.polarsys.capella.core.data.common.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.471 s] [INFO] org.polarsys.capella.core.libraries.ui 1.4.0-SNAPSHOT SUCCESS [ 2.839 s] [INFO] org.polarsys.capella.core.data.core.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.591 s] [INFO] org.polarsys.capella.core.tiger 1.4.0-SNAPSHOT ..... SUCCESS [ 2.495 s] [INFO] org.polarsys.capella.core.data.cs.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.700 s] [INFO] org.polarsys.capella.core.data.ctx.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.432 s] [INFO] org.polarsys.capella.core.data.epbs.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.441 s] [INFO] org.polarsys.capella.core.data.fa.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.915 s] [INFO] org.polarsys.capella.core.data.information.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.571 s] [INFO] org.polarsys.capella.core.data.interaction.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 4.464 s] [INFO] org.polarsys.capella.core.data.la.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.701 s] [INFO] org.polarsys.capella.core.data.pa.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.836 s] [INFO] org.polarsys.capella.core.re 1.4.0-SNAPSHOT ........ SUCCESS [ 3.087 s] [INFO] org.polarsys.capella.core.re.ui 1.4.0-SNAPSHOT ..... SUCCESS [ 2.813 s] [INFO] org.polarsys.capella.core.re.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.882 s] [INFO] org.polarsys.capella.core.ui.quickfix.feature 1.4.0-SNAPSHOT SUCCESS [ 2.705 s] [INFO] org.polarsys.capella.core.projection.common 1.4.0-SNAPSHOT SUCCESS [ 2.918 s] [INFO] org.polarsys.capella.core.projection.exchanges 1.4.0-SNAPSHOT SUCCESS [ 2.770 s] [INFO] org.polarsys.capella.core.projection.interfaces 1.4.0-SNAPSHOT SUCCESS [ 2.783 s] [INFO] org.polarsys.capella.core.projection.scenario 1.4.0-SNAPSHOT SUCCESS [ 3.188 s] [INFO] org.polarsys.capella.core.transition.diagram 1.4.0-SNAPSHOT SUCCESS [ 2.924 s] [INFO] org.polarsys.capella.core.transfo.feature 1.4.0-SNAPSHOT SUCCESS [ 2.667 s] [INFO] org.polarsys.capella.core.flexibility.wizards 1.4.0-SNAPSHOT SUCCESS [ 2.562 s] [INFO] org.polarsys.capella.core.transition.system.ui 1.4.0-SNAPSHOT SUCCESS [ 2.776 s] [INFO] org.polarsys.capella.core.transition.system.topdown.ui 1.4.0-SNAPSHOT SUCCESS [ 2.717 s] [INFO] org.polarsys.capella.core.explorer.activity.ui 1.4.0-SNAPSHOT SUCCESS [ 3.443 s] [INFO] org.polarsys.capella.core.dashboard.feature 1.4.0-SNAPSHOT SUCCESS [ 2.403 s] [INFO] org.polarsys.capella.core.transition.common.feature 1.4.0-SNAPSHOT SUCCESS [ 2.309 s] [INFO] org.polarsys.capella.core.transition.system.topdown.feature 1.4.0-SNAPSHOT SUCCESS [ 2.308 s] [INFO] org.polarsys.capella.core.data.fa.ui.wizards 1.4.0-SNAPSHOT SUCCESS [ 2.729 s] [INFO] org.polarsys.capella.core.data.la.ui.wizards 1.4.0-SNAPSHOT SUCCESS [ 2.492 s] [INFO] org.polarsys.capella.core.model.links.helpers 1.4.0-SNAPSHOT SUCCESS [ 2.641 s] [INFO] org.polarsys.capella.core.ui.fastlinker 1.4.0-SNAPSHOT SUCCESS [ 2.828 s] [INFO] org.polarsys.capella.core.ui.search 1.4.0-SNAPSHOT . SUCCESS [ 2.892 s] [INFO] org.polarsys.capella.core.ui.wizards.feature 1.4.0-SNAPSHOT SUCCESS [ 2.386 s] [INFO] org.polarsys.capella.core.re.updateconnections.ui 1.4.0-SNAPSHOT SUCCESS [ 2.612 s] [INFO] org.polarsys.capella.core.re.project 1.4.0-SNAPSHOT SUCCESS [ 2.670 s] [INFO] org.polarsys.capella.core.re.feature 1.4.0-SNAPSHOT SUCCESS [ 2.339 s] [INFO] org.polarsys.capella.core.libraries.feature 1.4.0-SNAPSHOT SUCCESS [ 2.442 s] [INFO] org.polarsys.capella.core.data.migration 1.4.0-SNAPSHOT SUCCESS [ 5.104 s] [INFO] org.polarsys.capella.core.migration.feature 1.4.0-SNAPSHOT SUCCESS [ 2.224 s] [INFO] org.polarsys.capella.core.compare 1.4.0-SNAPSHOT ... SUCCESS [ 2.694 s] [INFO] org.polarsys.capella.core.compare.feature 1.4.0-SNAPSHOT SUCCESS [ 3.107 s] [INFO] org.polarsys.capella.detachment.propertyvalue 1.4.0-SNAPSHOT SUCCESS [ 2.672 s] [INFO] org.polarsys.capella.detachment.version.precondition 1.4.0-SNAPSHOT SUCCESS [ 3.092 s] [INFO] org.polarsys.capella.detachment.feature 1.4.0-SNAPSHOT SUCCESS [ 2.301 s] [INFO] org.polarsys.capella.core.re.updateconnections.doc 1.4.0-SNAPSHOT SUCCESS [ 2.255 s] [INFO] org.polarsys.capella.developer.doc 1.4.0-SNAPSHOT .. SUCCESS [ 2.432 s] [INFO] org.polarsys.capella.diagrams.doc 1.4.0-SNAPSHOT ... SUCCESS [ 4.415 s] [INFO] org.polarsys.capella.diffmerge.doc 1.4.0-SNAPSHOT .. SUCCESS [ 2.250 s] [INFO] org.polarsys.capella.doc 1.4.0-SNAPSHOT ............ SUCCESS [ 2.713 s] [INFO] org.polarsys.capella.viewpoint.doc 1.4.0-SNAPSHOT .. SUCCESS [ 2.263 s] [INFO] org.polarsys.capella.preferences.doc 1.4.0-SNAPSHOT SUCCESS [ 2.623 s] [INFO] org.polarsys.capella.properties.doc 1.4.0-SNAPSHOT . SUCCESS [ 2.399 s] [INFO] org.polarsys.capella.re.doc 1.4.0-SNAPSHOT ......... SUCCESS [ 4.826 s] [INFO] org.polarsys.capella.transitions.doc 1.4.0-SNAPSHOT SUCCESS [ 3.143 s] [INFO] org.polarsys.capella.ui.doc 1.4.0-SNAPSHOT ......... SUCCESS [ 11.873 s] [INFO] org.polarsys.capella.glossary.doc 1.4.0-SNAPSHOT ... SUCCESS [ 2.765 s] [INFO] org.polarsys.capella.validation.doc 1.4.0-SNAPSHOT . SUCCESS [ 2.417 s] [INFO] org.polarsys.capella.th.doc 1.4.0-SNAPSHOT ......... SUCCESS [ 7.211 s] [INFO] org.polarsys.capella.tipsandtricks.doc 1.4.0-SNAPSHOT SUCCESS [ 7.598 s] [INFO] org.polarsys.capella.git.doc 1.4.0-SNAPSHOT ........ SUCCESS [ 2.736 s] [INFO] org.polarsys.capella.doc.feature 1.4.0-SNAPSHOT .... SUCCESS [ 2.353 s] [INFO] org.polarsys.capella.core.projection.common.ui 1.4.0-SNAPSHOT SUCCESS [ 2.361 s] [INFO] org.polarsys.capella.core.transition.diagram.ui 1.4.0-SNAPSHOT SUCCESS [ 2.426 s] [INFO] org.polarsys.capella.core.ui.transfo.feature 1.4.0-SNAPSHOT SUCCESS [ 2.463 s] [INFO] org.polarsys.capella.core.git.feature 1.4.0-SNAPSHOT SUCCESS [ 3.116 s] [INFO] org.polarsys.capella.core.mylyn.feature 1.4.0-SNAPSHOT SUCCESS [ 2.108 s] [INFO] org.polarsys.capella.core.advance.feature 1.4.0-SNAPSHOT SUCCESS [ 3.067 s] [INFO] org.polarsys.capella.core.ui.properties.richtext 1.4.0-SNAPSHOT SUCCESS [ 2.567 s] [INFO] org.polarsys.capella.core.explorer.activity.ui.richtext 1.4.0-SNAPSHOT SUCCESS [ 2.521 s] [INFO] org.polarsys.capella.core.properties.richtext.feature 1.4.0-SNAPSHOT SUCCESS [ 2.428 s] [INFO] org.polarsys.capella.core.feature 1.4.0-SNAPSHOT ... SUCCESS [ 2.983 s] [INFO] org.polarsys.capella.core.model.detachement 1.4.0-SNAPSHOT SUCCESS [ 2.530 s] [INFO] org.polarsys.capella.core.ui.properties.descriptions 1.4.0-SNAPSHOT SUCCESS [ 2.403 s] [INFO] org.polarsys.capella.viatra.common.data.gen 1.4.0-SNAPSHOT SUCCESS [ 3.016 s] [INFO] org.polarsys.capella.viatra.common.re.gen 1.4.0-SNAPSHOT SUCCESS [ 2.355 s] [INFO] org.polarsys.capella.viatra.core.data.gen 1.4.0-SNAPSHOT SUCCESS [ 21.069 s] [INFO] org.polarsys.capella.viatra.core.feature 1.4.0-SNAPSHOT SUCCESS [ 2.442 s] [INFO] org.polarsys.capella.cdo.features 1.4.0-SNAPSHOT ... SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.cdo.plugins 1.4.0-SNAPSHOT .... SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.common.data.activity.gen.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.424 s] [INFO] org.polarsys.capella.common.data.behavior.gen.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.407 s] [INFO] org.polarsys.capella.common.data.core.gen.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.383 s] [INFO] org.polarsys.capella.common.libraries.gen.cdo 1.4.0-SNAPSHOT SUCCESS [ 3.010 s] [INFO] org.polarsys.capella.common.re.gen.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.704 s] [INFO] org.polarsys.capella.core.data.gen.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.545 s] [INFO] org.polarsys.kitalpha.ad.metadata.model.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.438 s] [INFO] org.polarsys.kitalpha.emde.model.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.474 s] [INFO] org.polarsys.capella.cdo.mock.feature 1.4.0-SNAPSHOT SUCCESS [ 5.550 s] [INFO] org.polarsys.capella.rcp 1.4.0-SNAPSHOT ............ SUCCESS [ 2.461 s] [INFO] org.polarsys.capella.rcp.feature 1.4.0-SNAPSHOT .... SUCCESS [ 4.056 s] [INFO] org.polarsys.capella.rcp.product 1.4.0-SNAPSHOT .... SUCCESS [03:24 min] [INFO] org.polarsys.capella.rcp.site 1.4.0-SNAPSHOT ....... SUCCESS [ 27.326 s] [INFO] org.polarsys.capella.common.extension.migration.egf 1.4.0-SNAPSHOT SUCCESS [ 7.011 s] [INFO] org.polarsys.capella.common.tig.egf 1.4.0-SNAPSHOT . SUCCESS [ 2.977 s] [INFO] org.polarsys.capella.core.egf 1.4.0-SNAPSHOT ....... SUCCESS [ 3.322 s] [INFO] org.polarsys.capella.core.postgeneration.egf 1.4.0-SNAPSHOT SUCCESS [ 3.318 s] [INFO] org.polarsys.capella.core.releng 1.4.0-SNAPSHOT .... SUCCESS [ 3.062 s] [INFO] org.polarsys.capella.core.egf.feature 1.4.0-SNAPSHOT SUCCESS [ 2.486 s] [INFO] org.polarsys.capella.core.releng.plugins 1.4.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.egf.site 1.4.0-SNAPSHOT ....... SUCCESS [ 1.009 s] [INFO] org.polarsys.capella.tests.plugins 1.4.0-SNAPSHOT .. SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.test.framework 1.4.0-SNAPSHOT . SUCCESS [ 6.077 s] [INFO] org.polarsys.capella.test.diagram.common.ju 1.4.0-SNAPSHOT SUCCESS [ 5.944 s] [INFO] org.polarsys.capella.test.diagram.layout.ju 1.4.0-SNAPSHOT SUCCESS [ 3.627 s] [INFO] org.polarsys.capella.test.diagram.tools.ju 1.4.0-SNAPSHOT SUCCESS [ 8.509 s] [INFO] org.polarsys.capella.test.benchmarks.ju 1.4.0-SNAPSHOT SUCCESS [ 6.097 s] [INFO] org.polarsys.capella.test.business.queries.ju 1.4.0-SNAPSHOT SUCCESS [ 9.062 s] [INFO] org.polarsys.capella.test.commandline.ju 1.4.0-SNAPSHOT SUCCESS [ 4.523 s] [INFO] org.polarsys.capella.test.diagram.filters.ju 1.4.0-SNAPSHOT SUCCESS [ 5.507 s] [INFO] org.polarsys.capella.test.diagram.misc.ju 1.4.0-SNAPSHOT SUCCESS [ 4.473 s] [INFO] org.polarsys.capella.test.doc.ju 1.4.0-SNAPSHOT .... SUCCESS [ 2.764 s] [INFO] org.polarsys.capella.test.explorer.activity.ju 1.4.0-SNAPSHOT SUCCESS [ 2.891 s] [INFO] org.polarsys.capella.test.fastlinker.ju 1.4.0-SNAPSHOT SUCCESS [ 3.675 s] [INFO] org.polarsys.capella.test.model.ju 1.4.0-SNAPSHOT .. SUCCESS [ 4.623 s] [INFO] org.polarsys.capella.test.validation.rules.ju 1.4.0-SNAPSHOT SUCCESS [ 8.689 s] [INFO] org.polarsys.capella.test.platform.ju 1.4.0-SNAPSHOT SUCCESS [ 3.113 s] [INFO] org.polarsys.capella.test.recrpl.ju 1.4.0-SNAPSHOT . SUCCESS [ 3.706 s] [INFO] org.polarsys.capella.test.transition.ju 1.4.0-SNAPSHOT SUCCESS [ 6.316 s] [INFO] org.polarsys.capella.test.fragmentation 1.4.0-SNAPSHOT SUCCESS [ 3.893 s] [INFO] org.polarsys.capella.test.library.ju 1.4.0-SNAPSHOT SUCCESS [ 3.047 s] [INFO] org.polarsys.capella.test.massactions.ju 1.4.0-SNAPSHOT SUCCESS [ 5.691 s] [INFO] org.polarsys.capella.test.migration.ju 1.4.0-SNAPSHOT SUCCESS [ 8.465 s] [INFO] org.polarsys.capella.test.navigator.ju 1.4.0-SNAPSHOT SUCCESS [ 3.165 s] [INFO] org.polarsys.capella.test.odesign 1.4.1-SNAPSHOT ... SUCCESS [ 4.349 s] [INFO] org.polarsys.capella.test.progressmonitoring.ju 1.4.0-SNAPSHOT SUCCESS [ 3.645 s] [INFO] org.polarsys.capella.test.re.updateconnections.ju 1.4.0-SNAPSHOT SUCCESS [ 3.045 s] [INFO] org.polarsys.capella.test.richtext.ju 1.4.1-SNAPSHOT SUCCESS [ 3.358 s] [INFO] org.polarsys.capella.test.semantic.queries.ju 1.4.0-SNAPSHOT SUCCESS [ 3.289 s] [INFO] org.polarsys.capella.test.table 1.4.1-SNAPSHOT ..... SUCCESS [ 3.305 s] [INFO] org.polarsys.capella.test.suites.ju 1.4.0-SNAPSHOT . SUCCESS [ 3.148 s] [INFO] org.polarsys.capella.test.projection.ju 1.4.0-SNAPSHOT SUCCESS [ 3.068 s] [INFO] org.polarsys.capella.test.suite.inui.ju 1.4.0-SNAPSHOT SUCCESS [ 8.044 s] [INFO] org.polarsys.capella.test.suite.local.ju 1.4.0-SNAPSHOT SUCCESS [ 5.883 s] [INFO] org.polarsys.capella.test.suite.notinui.ju 1.4.0-SNAPSHOT SUCCESS [ 7.141 s] [INFO] org.polarsys.capella.test.run 1.4.0-SNAPSHOT ....... SUCCESS [ 2.348 s] [INFO] org.polarsys.capella.test.feature 1.4.0-SNAPSHOT ... SUCCESS [ 2.993 s] [INFO] org.polarsys.capella.test.site 1.4.0-SNAPSHOT ...... SUCCESS [ 2.958 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 24:32 min [INFO] Finished at: 2020-10-09T08:41:27Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [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-euNmUxCpgb9X/agent.4002 SSH_AGENT_PID=4004 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_5070036501294159749.key (/home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_5070036501294159749.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/products/nightly/master-m2-1/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202010090816-linux-gtk-x86_64.zip /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202010090816-macosx-cocoa-x86_64.zip /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202010090816-win32-win32-x86_64.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/products/nightly/master-m2-1/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4004 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-vt3p54FBGpdd/agent.4056 SSH_AGENT_PID=4058 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_5197229408603383061.key (/home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_5197229408603383061.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2-1/org.polarsys.capella.test.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/target/repository/features /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2-1/org.polarsys.capella.test.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4058 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-MA4KMMCVe9Np/agent.4084 SSH_AGENT_PID=4086 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_2657281531673419081.key (/home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_2657281531673419081.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2-1/org.polarsys.capella.egf.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/target/repository/features /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2-1/org.polarsys.capella.egf.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4086 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-1d1WwDneVZHz/agent.4112 SSH_AGENT_PID=4114 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_5521420046060855534.key (/home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_5521420046060855534.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2-1/org.polarsys.capella.rcp.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/target/repository/features /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2-1/org.polarsys.capella.rcp.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4114 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-bdc2knXsWFUO/agent.4144 SSH_AGENT_PID=4146 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_1012030425625175447.key (/home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_1012030425625175447.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2-1/targets/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.target /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2-1/targets/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4146 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly Root) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [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-2bt9pPzHyGiG/agent.4172 SSH_AGENT_PID=4174 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_1320575805529255509.key (/home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_1320575805529255509.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/core/products/nightly/master-m2/ [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4174 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-zlbRJZMh9Ch4/agent.4199 SSH_AGENT_PID=4201 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_3386457917450587713.key (/home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_3386457917450587713.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/products/nightly/master-m2/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202010090816-linux-gtk-x86_64.zip /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202010090816-macosx-cocoa-x86_64.zip /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202010090816-win32-win32-x86_64.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/products/nightly/master-m2/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4201 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-8Htf7VQHwTPU/agent.4256 SSH_AGENT_PID=4258 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_7704796947669238149.key (/home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_7704796947669238149.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2/org.polarsys.capella.test.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/target/repository/features /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.test.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2/org.polarsys.capella.test.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4258 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-2CqKRfdbuwLR/agent.4284 SSH_AGENT_PID=4286 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_2965406940637621246.key (/home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_2965406940637621246.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2/org.polarsys.capella.egf.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/target/repository/features /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.egf.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2/org.polarsys.capella.egf.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4286 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-YdkybK37ACqM/agent.4312 SSH_AGENT_PID=4314 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_1657958890961550457.key (/home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_1657958890961550457.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2/org.polarsys.capella.rcp.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/target/repository/features /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.rcp.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2/org.polarsys.capella.rcp.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4314 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-eANFMi8Rl1gq/agent.4344 SSH_AGENT_PID=4346 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_5922505926802748215.key (/home/jenkins/agent/workspace/capella-product_master-m2@tmp/private_key_5922505926802748215.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2/targets/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.target /home/jenkins/agent/workspace/capella-product_master-m2/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/master-m2/targets/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4346 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Install test features) Stage "Install test features" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) Stage "Run tests" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [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